{% 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}}
{% endblock %} {% block content %} {% is_edcol_admin request.user as is_editorial_admin %}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 %} {% else %} No plagiarism report found. {% if perms.scipost.can_do_plagiarism_checks %} Run plagiarism check {% endif %} {% 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 %} |
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.
If you recommend revisions, this will be communicated directly to the Authors, who will be asked to resubmit.
If you recommend acceptance or rejection, this will be put to the Editorial College for ratification.