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

Submit a manuscript to SciPost

OPEN FOR SUBMISSION STARTING JUNE 2016

Before submitting, make sure you agree with the SciPost Journals Terms and Conditions.

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 True %} {% if perms.scipost.can_submit_manuscript %}

You can prefill part of the form using the arXiv identifier:

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

{% csrf_token %} {{ identifierform }}

{% if errormessage %}

Error: {{ errormessage }}

{% endif %}
{% 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.

{% else %}

You are currently not allowed to submit a manuscript.

{% endif %} {% endif %}
{% endblock bodysup %}