{% extends 'scipost/base.html' %} {% block pagetitle %}: submit manuscript{% endblock pagetitle %} {% block bodysup %}

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 provide the arXiv identifier for your Submission:

(give the identifier without prefix but with version number, as per the placeholder)

{% csrf_token %} {{ identifierform }}

{% if errormessage %}

Error: {{ errormessage }}

{% endif %} {% if resubmessage %}

{{ resubmessage }}

{% endif %} {% if form.arxiv_link.value %}
{% csrf_token %}

By clicking on Submit, you state that you have read and agree with the SciPost Journals Terms and Conditions, the license and copyright agreement and the author obligations.

{% endif %} {% else %}

You are currently not allowed to submit a manuscript.

{% endif %}
{% endblock bodysup %}