{% extends 'submissions/base.html' %} {% load static %} {% load bootstrap %} {% load journals_extras %} {% 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 %} {% if preprint_servers|length > 1 %}

Which preprint server do you wish to use for your {% if thread_hash %}re{% endif %}submission?

{% else %}

Please proceed with the SciPost preprint server (others are not available)

{% endif %}
{% for server in preprint_servers %}

{% if thread_hash %}Resubmit{% else %}Submit{% endif %} via{{ server }}

{% if server.name == 'SciPost' %}
{{ scipost_prefill_form }} {% if thread_hash %} {% endif %}
{% elif server.name == 'arXiv' %}

Please provide the arXiv identifier for your Submission

without the website prefix but with version number, e.g.
####.####(#)v#(#)

{{ arxiv_prefill_form }} {% if thread_hash %} {% endif %}
{% endif %}
{% endfor %}
{% else %}

You are currently not allowed to submit a manuscript.

{% endif %} {% endblock content %}