{% extends 'submissions/pool/base.html' %} {% block pagetitle %}: Editorial Page for Submission{% endblock pagetitle %} {% load scipost_extras %} {% load bootstrap %} {% load user_groups %} {% block breadcrumb_items %} {{block.super}} Editorial Page ({{submission.arxiv_identifier_w_vn_nr}}) {% endblock %} {% block content %} {% is_edcol_admin request.user as is_editorial_admin %}

Editorial Page for Submission

{{submission.title}}

by {{submission.author_list}}

- Go to the Submissions Page to view Reports and Comments

{% if submission.other_versions_pool or not submission.is_current %} {% endif %}

Submission summary

{% include 'submissions/_submission_summary_short.html' with submission=submission hide_title=1 %}
{% if submission.author_comments %}

Author comments upon resubmission:

{{ submission.author_comments|linebreaks }}
{% endif %} {% if submission.list_of_changes %}

List of changes:

{{ submission.list_of_changes|linebreaks }}
{% endif %} {% if submission.remarks_for_editors %}

Comments for the Editor-in-charge:

{{ submission.remarks_for_editors|linebreaks }}
{% endif %} {% if submission.referees_suggested %}

Referees suggested by authors upon submission:

{{ submission.referees_suggested }}
{% endif %} {% if submission.referees_flagged %}

Referees flagged upon submission (treat reports with caution):

{{ submission.referees_flagged }}
{% endif %}
{% with recommendation as submission.eicrecommendations.first %} {% if recommendation %}
{% include 'submissions/_recommendation_author_content.html' with recommendation=recommendation %}
{% endif %} {% endwith %}

Editorial Workflow

How-to guide: summary of the editorial workflow
{% include 'submissions/_submission_status_block.html' with submission=submission %} {% if submission.plagiarism_report %}

Plagiarism report status: {% if submission.plagiarism_report.percent_match %}{{submission.plagiarism_report.percent_match}}%{% else %}Scan in progress{% endif %}

{% endif %}
{% if full_access %}
{% include 'submissions/_required_actions_block.html' with submission=submission %}
{% endif %} {% if submission.status == 'resubmitted_incoming' %} {% if full_access %}
{% include 'submissions/_form_submission_cycle_choice.html' with form=cycle_choice_form submission=submission %}
{% else %}

The Editor-in-charge first has to decide which refereeing cycle to use. Please check this page again at a later moment.

{% endif %} {% else %} {% if submission.refereeing_cycle != 'direct_rec' %}

Refereeing status summary:

{% include 'submissions/_submission_refereeing_status.html' with submission=submission %}
{% if full_access %}

Detail of refereeing invitations:

{% include 'submissions/_submission_refereeing_invitations.html' with submission=submission invitations=submission.referee_invitations.all %}
{% endif %} {% endif %} {% if full_access %}
{% if not submission.is_current %}

BEWARE: This is not the editorial page for the current version!

The tools here are thus available only for exceptional circumstances (e.g. vetting a late report on a deprecated version).
Please go to the current version's page using the link at the top.

{% endif %}

Actions

{% endif %} {% endif %} {% if full_access %}

Communications

Events

{% include 'submissions/submission_event_list.html' with events=submission.events.for_eic %} {% endif %}
{% endblock content %}