{% extends 'submissions/pool/base.html' %} {% load bootstrap %} {% load static %} {% load guardian_tags %} {% load scipost_extras %} {% load submissions_extras %} {% block breadcrumb_items %} {{ block.super }} Editorial Assignment {% endblock %} {% block pagetitle %}: Editorial Assignment{% endblock pagetitle %} {% block content %}

Editorial Assignment

{% if form.instance.id %}

We have received a Submission to SciPost for which we would like you to consider becoming Editor-in-charge.

{% endif %}

Can you act as Editor-in-charge?{% if form.instance.id %} (see below to accept/decline){% endif %}


Submission details

{% include 'submissions/_submission_summary.html' with submission=submission %}
{% if form.instance.id %}

Accept or decline this Editorial Assignment

{% else %}

Volunteer to become Editor-in-charge

{% endif %}

By accepting, you will be required to start a refereeing round on the next screen.

{% csrf_token %} {{ form|bootstrap }}

Clarification
If you choose the Normal refereeing cycle, you will be redirected to the Editorial Page to proceed further. The Submission will be publicly available and the authors will be informed that the refereeing process has started.
If you choose to directly formulate an Editorial Recommendation for rejection, the Submission will not become publicly available. After formulation of the Editorial Recommendation, it will be put forward for voting as normal.

{% endblock %}