{% extends 'scipost/base_for_sidebar.html' %} {% load render_bundle from webpack_loader %} {% load staticfiles %} {% block body_class %}{{block.super}} has-breadcrumb-submenu homepage{% endblock %} {% block breadcrumb %} {% endblock %} {% block footer_script %} {% render_bundle 'homepage' 'js' %} {% endblock %} {% block content %}
    {% for publication in publications %}
  • {% include 'partials/journals/publication_li_content.html' with publication=publication %}
  • {% endfor %}
    {% for submission in submissions %}
  • {% include 'partials/submissions/submission_card_content_homepage.html' with submission=submission %}
  • {% endfor %}
{% endblock %} {% block sidebar %}

Expansion and Sustainability Drive 2018

It is time for us to be bold and unleash the next steps in our implementation plans. Read more here on how you can concretely help. Follow developments at #SciPostDrive2018.

{% if not user.is_authenticated %}

Register

Professional scientists (PhD students and above) can become Contributors to SciPost by filling the registration form.

{% endif %}

News Feed logo

Latest news and announcements.

{# {% comment %}#}

Partners

SciPost guarantees free online access to all publications in all its Journals and does not charge any article processing fees for publishing. Supporting Partners provide operating funds to SciPost through a cost-slashing consortial model.

Institutions: consider joining our Supporting Partners Board. SciPost cannot exist without your support. Look at our one-page Prospectus and at our full Partner Agreement.

Scientists, please help us out: if it is not listed on our Partners page, please encourage your institution (through a librarian, Open Access officer, director, ...) to join by signing our petition, and by personally emailing them directly using this email template.

Do you or somebody you know have the means to make a difference?

{# {% endcomment %}#}

Journals

SciPost publishes a portfolio of high-quality two-way open access scientific journals.

All SciPost Journals implement the stringent peer-witnessed refereeing principle.
All Journals are fully managed by professional scientists.

Editorial College (Physics)
Submission and refereeing procedure
Author guidelines
Referee guidelines

Commentaries

SciPost Commentaries allow Contributors to comment and build on all existing literature.

Theses

SciPost Theses allow Contributors to find Master's, Ph.D. and Habilitation theses relevant to their work.

{% endblock %} {% block secondary_footer %} {% endblock %}