{% extends 'scipost/base.html' %} {% load staticfiles %} {% block content %}

NewsFeed logo

Latest news and announcements.

    {% for item in latest_newsitems %}
  • {% include 'news/news_card_content.html' with news=item %}
  • {% empty %}
  • No current newsitems found.
  • {% endfor %}
{% if not user.is_authenticated %}

Register

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

Registered contributors can among others:

  • Submit manuscripts to SciPost Journals
  • Post reports and comments
  • Express opinions on contributions
  • Subscribe to feeds
  • Use productivity tools
{% else %}

About SciPost

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

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

Advisory Board

A call for openness

Quick Tour

Frequently asked questions

Read more

In the press:

{% endif %}

Latest Submissions

    {% for submission in submissions %}
  • {% include 'submissions/_submission_card_content_sparse.html' with submission=submission %}
  • {% endfor %}

Latest Publications

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

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


View and comment on (login required) recent Submissions

Commentaries

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


SciPost Commentaries how-to

Request a new Commentary Page

Theses

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


Request a new Thesis Link

{% if not user.is_authenticated %}

About SciPost

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

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

Advisory Board

A call for openness

Quick Tour

Frequently asked questions

Read more

In the press:

{% endif %}

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

SciPost is a member of


Crossref logo
{% endblock %}