{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %}: submit manuscript{% endblock pagetitle %} {% 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 provide the arXiv identifier for your Submission

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

{% csrf_token %} {{ form|bootstrap }}
{% if resubmessage %}

{{ resubmessage }}

{% endif %} {% else %}

You are currently not allowed to submit a manuscript.

{% endif %} {% endblock content %}