{% 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_server_list|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 preprint_server in preprint_server_list %}

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

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

Please provide the arXiv identifier for your Submission

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

{{ preprint_server.prefill_form }} {% if thread_hash %} {% endif %} {% include 'bi/arrow-right.html' %}
{% elif preprint_server.server.served_by and preprint_server.server.served_by.name == 'OSFPreprints' %}

Please provide the {{ preprint_server.server.name }} identifier for your Submission

just a few lowercase alphanumeric characters, e.g. #####

Hint: on the submission's {{ preprint_server.server.name }} page, look for the last few characters in the DOI to see the identifier.

Example: if the DOI is 10.31235/osf.io/xxzbx, then you need xxzbx

{{ preprint_server.prefill_form }} {% if thread_hash %} {% endif %} {% include 'bi/arrow-right.html' %}
{% elif preprint_server.server.served_by and preprint_server.server.served_by.name == 'Figshare' %}

Please provide the {{ preprint_server.server.name }} identifier for your Submission

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

Hint: on the submission's {{ preprint_server.server.name }} page, click on the "Cite" button to see the identifier.

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