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

Select 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 %}
{{ referee_search_form|bootstrap }}
{% if queryresults.entries %}

The system identified the following potential coauthorships (from arXiv database)

(only up to 5 most recent shown; if within the last 3 years, referee is disqualified):

    {% for entry in queryresults.entries %}
  • {% include 'submissions/_arxiv_queryresult.html' with item=entry id=forloop.counter id2=0 %}
  • {% endfor %}
{% endif %}
{% if profiles_found %}

Matching Profiles in our database:

{% include "submissions/_hx_select_referee_table.html" %} {% endif %} {% if profile_form %}

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

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