{% 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 Submission Page to view Reports and Comments

Submission summary

{% include 'partials/submissions/submission_summary.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 %} {% for recommendation in submission.eicrecommendations.all %} {% include 'partials/submissions/recommendation_author_content.html' with recommendation=recommendation %} {% if recommendation.may_be_reformulated %} Reformulate this Editorial Recommendation {% endif %} {% endfor %}
{% include 'partials/submissions/submission_refereeing_history.html' with submission=submission %}

Editorial Workflow

How-to guide: summary of the editorial workflow

Editorial status:

{% if submission.plagiarism_report or perms.scipost.can_do_plagiarism_checks %} {% endif %}
Submission status: {{ submission.get_status_display }}
Recommendation status: {% if submission.eicrecommendations.active.first %} {{ submission.eicrecommendations.active.first.get_status_display }} {% else %} No Editorial Recommendation is formulated yet. {% if submission.eic_recommendation_required %}
Formulate an Editorial Recommendation here. {% endif %} {% endif %}
Refereeing cycle: {{ submission.get_refereeing_cycle_display }}
Publicly available: {% if submission.visible_public %} Available in public pages and search results. {% else %} Only available for editors and authors. {% endif %}
Plagiarism report: {% if submission.plagiarism_report %} {% if submission.plagiarism_report.percent_match %} {{ submission.plagiarism_report.percent_match }}% {% else %} Scan in progress {% if perms.scipost.can_do_plagiarism_checks %}
Update plagiarism score {% endif %} {% endif %} {% elif perms.scipost.can_do_plagiarism_checks %} No plagiarism report found.
Run plagiarism check {% endif %}
Open for commenting: {% if submission.open_for_commenting %} Open for commenting. {% else %} Commenting closed. {% endif %}
Open for refereeing: {% if submission.is_open_for_reporting %} Open for refereeing. Deadline: {{ submission.reporting_deadline|date:"SHORT_DATE_FORMAT" }} {% else %} Refereeing closed.
Invited referees may still submit a Report, as long as their invitation is not finished nor cancelled.
{% endif %}
{% if full_access %}
{% include 'partials/submissions/pool/required_actions_block.html' with submission=submission %}
{% endif %}
{% if not submission.refereeing_cycle %} {% if full_access %}
{% include 'partials/submissions/pool/submission_cycle_choice_form.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 'partials/submissions/pool/referee_invitations_status.html' with submission=submission %} View Reports and Comments on this Submission
{% if full_access %}

Detail of refereeing invitations:

{% include 'partials/submissions/pool/referee_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 %}

Reports

{% include 'partials/submissions/pool/submission_reports_summary_table.html' with submission=submission %}

Comments

{% include 'partials/submissions/pool/submission_comments_summary_table.html' with submission=submission %}

Communications

Events

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