{% extends 'scipost/base.html' %} {% load staticfiles %} {% block breadcrumb %} {% 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 %}
{# #} {#
#} {#
#} {#

SciPost is a complete scientific publication portal managed by active professional scientists.

#} {#
#} {#
#}

News Feed logo

Latest news and announcements.

    {% if latest_newsitem %}
  • {% include 'news/news_card_content_short.html' with news=latest_newsitem %}
  • {% else %}
  • No current newsitems found.
  • {% endif %}
    {% for issue in issues %}
  • {{issue}}
  • {% endfor %}
{% if not user.is_authenticated %}

Register

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

{% endif %}

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