{% extends 'scipost/base.html' %} {% load static %} {% load automarkup %} {% load journals_extras %} {% load scipost_extras %} {% block headsup %} {% endblock headsup %} {% block pagetitle %}: Journals{% if acad_field %} in {{ acad_field.name }}{% endif %}{% endblock pagetitle %} {% block breadcrumb %} {% endblock %} {% block content %} {% if acad_field %} {% endif %}

SciPost {% if acad_field %}{{ acad_field.name }} {% endif %}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.

{% if acad_field %}

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

{% endif %}
{% include 'submissions/_guidelines_dl.html' with journal=journal %}
{% if not acad_field %}
{% for branch in branches %} {% if branch.journals.all|length > 0 %} {% endif %} {% endfor %}

Branch of Science

Fields
(click to see field-specific detailed list)

{{ branch.name }} {% for acad_field in branch.academic_fields.all %} {% if acad_field.journals.all|length > 0 %} {{ acad_field.name }} {% else %} {% endif %} {% endfor %}

Full list of our Journals

{% for branch in branches %} {% for acad_field in branch.academic_fields.all %} {% if acad_field.journals.all|length > 0 %} {% endif %} {% endfor %} {% endfor %}
{{ acad_field.name }}
{% else %}
{% for journal in object_list %} {% if journal.active or perms.scipost.can_view_pool %}
{{ journal.name }} {% if journal.has_DOAJ_Seal %} DOAJ Seal {% endif %}
{{ journal.blurb|automarkup }}
{% if journal.series_set.all|length > 0 %} {% endif %}
{% endif %} {% empty %}

There are no Journals yet in this branch of academia. Help us to get started: nominate potential Fellows by emailing us with your suggestions!

{% endfor %}
{% endif %} {% endblock content %}