{% 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 a Referee

You can invite a referee to review this submission by selecting a referee from the list below. If the referee is not in the list, you can add them to our database by filling the form at the bottom of this page. There are three actions you can perform on a 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 visit Profile
Registered Accepts
requests?
Emails
Primary, Valid, Verified, Address
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 %}