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

{% if thread_hash %}Resubmit a{% else %}Submit a new{% endif %} manuscript to {{ journal }}

{% if perms.scipost.can_submit_manuscript %}

Step 3

{% if preprint_servers|length > 1 %}

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

SciPost's own preprint server is always available. We however strongly encourage you to use your field's customary preprint server, to ensure maximal dissemination of your preprint.

If you use an external preprint server, make sure your submission is publicly available there before proceeding here (our machines will query theirs in order to automatically prefill our submission form for you).

{% else %}

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

{% endif %}
{% include 'submissions/submit_steps.html' with step=3 thread_hash=thread_hash %}

{% 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 %} {% include 'bi/arrow-right.html' %}
{% elif server.name == 'ChemRxiv' %}

Please provide the ChemRxiv identifier for your Submission

without the url prefix but with version number, e.g.
########.v#

Hint: on the submission's ChemRxiv page, click on the "Cite" button to see the identifier.

{{ chemrxiv_prefill_form }} {% if thread_hash %} {% endif %} {% include 'bi/arrow-right.html' %}
{% endif %}
{% endfor %}
{% else %}

You are currently not allowed to submit a manuscript.

{% endif %} {% endblock content %}