{% extends 'submissions/base.html' %} {% load bootstrap %} {% load journals_extras %} {% block pagetitle %}: submit manuscript{% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }} Submit a manuscript {% endblock %} {% block content %}

Submit a manuscript to SciPost

Before submitting, make sure you agree with the SciPost Journals Terms and Conditions.

You should also make sure you understand the refereeing procedure and its open aspect.

In particular, make sure you are familiar with the license and copyright agreement and the author obligations.

Please prepare your manuscript according to the author guidelines.

{% if perms.scipost.can_submit_manuscript %}

Please choose one of the following routes:

{% if resubmission_candidates %}

Resubmit

The system has found {{ resubmission_candidates|length|pluralize:'a Submission,Submissions' }} currently under evaluation, for which you are a verified author. If you wish to submit a new version of {{ resubmission_candidates|length|pluralize:'this Submission,one of these Submissions' }}, please use the associated "Resubmit" buttton below.

    {% for submission in resubmission_candidates %}
  • {{ submission.title }}
    {{ submission.author_list }}
    Preprint {{ submission.preprint.identifier_w_vn_nr }}
    {% if not submission.open_for_resubmission %} This submission is still undergoing peer refereeing. Please wait until the closing of the previous refereeing round and formulation of the Editorial Recommendation before proceeding with a resubmission. {% else %} Resubmit {% endif %}
  • {% endfor %}
{% endif %}

New Submission

{% for branch in scipost_disciplines %} {% with journals|journals_in_branch:branch.0 as journals_branch %} {% if journals_branch|length > 0%}

{{ branch.0 }}

    {% for discipline in branch.1 %} {% with journals_branch|journals_in_discipline:discipline.0 as journals_disc %} {% if journals_disc|length > 0 %}
  • New submission in {{ discipline.1 }}
  • {% endif %} {% endwith %} {% endfor %}
{% endif %} {% endwith %} {% endfor %}
{% else %}

You are currently not allowed to submit a manuscript.

{% endif %} {% endblock content %}