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

Submit a manuscript to SciPost {% if form.arxiv_identifier_w_vn_nr.value %} {{form.arxiv_identifier_w_vn_nr.value}}{% if form.submission_is_resubmission %} (resubmission){% endif %}{% endif %}

{% endblock %} {% block content %}

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 %} {% if form.arxiv_link %}
{% csrf_token %} {{form|bootstrap}}

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 content %}