{% extends 'scipost/base.html' %} {% load render_bundle from webpack_loader %} {% block pagetitle %}: About{% endblock pagetitle %} {% load staticfiles %} {% load scipost_extras %} {% block content %}

SciPost is a complete scientific publication portal.

It is purely online-based, and offers freely, openly, globally and perpetually accessible science.

Being managed by professional scientists, and making use of editor-solicited and contributed reviews, its Journals aim at the highest achievable standards of refereeing.

SciPost Commentaries allow Contributors to seamlessly comment on all existing literature.

Acknowledgements

SciPost is endorsed by

NWO logo

All articles published in SciPost Journals fulfill the Gold standard Open Access requirements of the NWO, as stipulated on the NWO’s Open Science page.

FOM logo

FOM is part of NWO


Guiding principles

The first principle is reflected in the fact that all publications and related content on SciPost.org are accessible to anybody with an internet connection. Moreover, publishing in SciPost entails no author charges.

The second principle is reflected in SciPost’s not-for-profit status. SciPost is financially backed by national granting agencies, universities, foundations and individuals.

The third principle is implemented by having only active scientists involved in SciPost’s decision-making and editorial processes.

The fourth and fifth principles are implemented using SciPost’s maximally stringent peer-witnessed refereeing process.

The sixth principle is implemented in the form of Commentary Pages associated to publications. These can either be SciPost Publications, or papers published elsewhere.


The SciPost Team

The SciPost Foundation

Code Development and Server Maintenance


Advisory Board


{% for college, codes in object_list %}

Editorial College ({{ college }})

{% if codes %}
Show Fellows by specialization
{% endif %}
{% for fellowship in college.current_fellows|reorder_list_three %}
{% include 'scipost/_contributor_short.html' with contributor=fellowship.contributor %}
{% endfor %}
{% endfor %}

We are currently building our Editorial College

We welcome your nominations for Editorial Fellows in all fields of Physics

{% endblock content %} {% block footer_script %} {{block.super}} {% render_bundle 'tooltip' 'js' %} {% endblock %}