{% extends 'scipost/base.html' %} {% block pagetitle %}: editorial page for submission{% endblock pagetitle %} {% block headsup %} {% load scipost_extras %} {% load submissions_extras %} {% endblock headsup %} {% block bodysup %}

Editorial Page for Submission

{% if not submission.is_current %}

This is not the editorial page for the current version.

Please go to the current version's page.

{% endif %}

(go to the Submissions Page to view Reports and Comments)

{% if other_versions %}

Other versions of this Submission exist:

{% endif %}

Submission:

{{ submission.header_as_table }} {% 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 %}
{% if recommendation %}

Editorial Recommendation

{{ recommendation.print_for_authors }}
{% endif %}

Editorial Workflow

How-to guide: summary of the editorial workflow

Status:

{{ submission.status_info_as_table }} {% if submission|required_actions %}

Required actions:

    {% for todoitem in submission|required_actions %}
  • {{ todoitem }}
  • {% endfor %}
{% endif %}

Refereeing status summary:

{{ submission.refereeing_status_as_p }}

Detail of refereeing invitations:

{% if ref_invitations %} {% for invitation in ref_invitations %} {{ invitation.summary_as_tds }} {% if not invitation.accepted == False and not invitation.cancelled %} {% else %} {% endif %} {% endfor %}
{% if invitation.referee %} Write a communication {% else %} (not yet registered) {% endif %} {% if not invitation.fulfilled %} Send reminder email {% else %} Report has been delivered {% endif %} {% if invitation.nr_reminders > 0 %} (nr reminders sent: {{ invitation.nr_reminders }},
last on {{ invitation.date_last_reminded }}) {% endif %}
{% if not invitation.fulfilled %} Cancel invitation {% endif %}
{% else %}

You have not invited any referees yet.

{% endif %}

Actions:

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

Communications

{% if communications %} {% else %}

There have been no communications for this Submission.

{% endif %}
{% endblock bodysup %}