Editorial Workflow
Status:
{{ submission.status_info_as_table }}
Actions:
- Select an additional referee
- Extend the reporting deadline
(currently {{ submission.reporting_deadline }})
{% if submission.reporting_deadline_has_passed %}
THE REPORTING DEADLINE HAS PASSED
{% endif %}
{% if not submission.reporting_deadline_has_passed %}
- Close the refereeing round
{% endif %}
- Request author response to Reports and Comments
- Formulate an Editorial Recommendation and send it to Editorial College for ratification
- Inform authors of Editorial Decisions
Refereeing invitations
{% if ref_invitations %}
{% for invitation in ref_invitations %}
{{ invitation.summary_as_li }}
{% endfor %}
{% else %}
You have not invited any referees yet.
{% endif %}
{% endif %}
{% endblock bodysup %}