{% 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 %}

Latest Publications

View all Publications.


    {% for publication in publications %}
  • {% include 'partials/journals/publication_li_content.html' with publication=publication %}
  • {% endfor %}

Latest Submissions

View all Submissions.


    {% for submission in submissions %}
  • {% include 'partials/submissions/submission_card_content_homepage.html' with submission=submission %}
  • {% endfor %}
{% endblock %} {% block sidebar %} {% if not user.is_authenticated %}

Register

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

{% endif %}

News

Latest news and announcements.


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.

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)
Author guidelines
Referee guidelines
Submission and refereeing procedure

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 content_footer %} {% endblock %}