{% extends 'submissions/pool/base.html' %} {% block pagetitle %} : select referee for submission {% endblock pagetitle %} {% load scipost_extras %} {% load bootstrap %} {% block breadcrumb_items %} {{ block.super }} Editorial Page ({{ submission.preprint.identifier_w_vn_nr }}) Select Referee {% endblock %} {% block content %}

Referee Selection Page for Submission

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

(go back to the Editorial Page to take editorial actions)

Submission:

{% include 'submissions/_submission_summary.html' with submission=submission show_abstract=1 %} {% if submission.referees_flagged %}

Referees flagged upon submission (treat reports with caution):

{{ submission.referees_flagged }}

{% endif %}

Invite an additional Referee

{% if workdays_left_to_report < 15 %}
{% include 'bi/exclamation-triangle-fill.html' %} Warning: there are {{ workdays_left_to_report }} working days left before the refereeing deadline.
Standard refereeing period for {{ submission.submitted_to }}: {{ submission.submitted_to.refereeing_period.days }} days.
Consider resetting the refereeing deadline at the Editorial Page before inviting a referee.
{% endif %}

Search / Filter

Name
Click to add emails etc.
Registered Emails
Primary, Valid, Verified, Address
Accepts
requests?
Action
{% if new_profile_form %}

Not found? Then add to our database by filling this form:

{% csrf_token %} {{ new_profile_form|bootstrap }}

This form does not send invitation yet: you will return to this page, from which you can then invite this referee.

{% endif %} {% endblock %}