{% 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 %} {% for submission in resubmission_candidates %}

{{ submission.title }}

by {{ submission.author_list }}

{% 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 resubmitting.

{% else %} {% if not request.user == submission.submitted_by.user %}

Corresponding author: {{ submission.submitted_by }}.
As a confirmed author, you have the right to resubmit.

{% endif %}
 Resubmit this manuscript
{% endif %}
{% endfor %} {% endif %} {% for branch in branches %} {% if branch.journals.submission_allowed|length > 0 %}

New Submission ({{ branch }})

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

You are currently not allowed to submit a manuscript.

{% endif %} {% endblock content %}