{% extends 'scipost/base_for_sidebar.html' %} {% load render_bundle from webpack_loader %} {% load staticfiles %} {% block body_class %}{{block.super}} has-sidebar has-breadcrumb-submenu homepage{% endblock %} {% block breadcrumb %} {% endblock %} {% block footer_script %} {% render_bundle 'homepage' 'js' %} {% endblock %} {% block content %}
    {% for publication in publications %}
  • {% include 'journals/_publication_details_small.html' with publication=publication %}
  • {% endfor %}
    {% for submission in submissions %}
  • {% include 'submissions/_submission_card_content_sparse.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 Feed logo

Latest news and announcements.

{% comment %}

Partners

Institutions: consider joining our Supporting Partners Board.

Recently joined:
    {% for agreement in current_agreements %}
  • {{agreement.partner.institution.name}}
    {{agreement.partner.institution.get_country_display}}
  • {% endfor %}
{% 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

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