{% extends 'submissions/base.html' %} {% load bootstrap %} {% 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 expected_resubmissions %}

Ongoing Submission Stream

Resubmit

Submissions for which a revision is expected, and for which you are marked as submitting author:
{% endif %}

New Submission

Submit via arXiv

Please do not use this route for a resubmission!

arXiv identifier for your new Submission

Give the identifier without prefix but with version number, ####.####(#)v#(#)

{% csrf_token %} {{ form }}

New Submission

Submit directly to SciPost

Please do not use this route for a resubmission!

Go to the direct submission form
{% else %}

You are currently not allowed to submit a manuscript.

{% endif %} {% endblock content %}