{% extends 'scipost/base.html' %} {% load staticfiles %} {% load automarkup %} {% load journals_extras %} {% block headsup %} {% endblock headsup %} {% block pagetitle %}: Journals{% endblock pagetitle %} {% block content %}

SciPost Journals

We are hard at work on our expansion plans! Help us in our mission to reform academic publishing.

All our Journals focus on top-quality science, and implement Genuine Open Access. Publishing with SciPost means that you automatically fulfil (and even surpass) your mandated Open Access requirements, being relieved of any author-facing charges or other administrative burdens while encouraging our healthier business model for scientific publishing.

Click on a Journal title to view Journal-specific further information (including preparation and submission instructions).

{% include 'submissions/_guidelines_dl.html' with journal=journal %}

On this page: you will find all Journals we operate, listed by branch of knowledge/field of study.


{% for discipline in disciplines %} {% endfor %}
Branch Fields
{{ discipline.0 }} {% for subdiscipline in discipline.1 %} {{ subdiscipline.1 }}{% if not forloop.last %}, {% endif %} {% endfor %}

Does your field not have a Journal yet? Help us to form an Editorial College by sending us your suggestions for potential Fellows and Advisory Board members.


{% for discipline in disciplines %}

{{ discipline.0 }}

{% for subdiscipline in discipline.1 %} {% with journals|in_discipline:subdiscipline.0 as journals_subdisc %} {% if journals_subdisc|length > 0 %}

{{ subdiscipline.1 }}

{% for journal in journals_subdisc %} {% if journal.active or perms.scipost.can_view_pool %}
{{ journal.name }} {% if journal.has_DOAJ_Seal %} DOAJ Seal {% endif %}
{{ journal.blurb|automarkup }}
{% endif %} {% endfor %}
{% endif %} {% endwith %} {% endfor %} {% if not forloop.last %}
{% endif %} {% endfor %} {% endblock content %}