{% 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 'partials/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

{{ 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 'partials/submissions/arxiv_queryresult.html' with item=entry id=forloop.counter id2=0 %}
  • {% endfor %}
{% endif %}
{% if workdays_left_to_report < 15 %}

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

Matching people in our database:

{% for profile in profiles_found %} {% empty %} {% endfor %}
Name Registered
Contributor?
Email
known?
Accepts
refereeing
requests?
Action
(Unregistered people will also automatically receive a registration invitation)
{{ profile }} {% if profile.contributor %}{% else %}{% endif %} {% if profile.email %} {{ profile.email }}{% else %}{% endif %} {% if profile.accepts_refereeing_requests %}{% else %}{% endif %} {% if profile.accepts_refereeing_requests %} {% if profile.email %}Send refereeing invitation with or without auto-reminders {% include 'partials/submissions/refinv_auto_reminders_tooltip.html' %} {% else %}Cannot send an invitation without an email Add one:
{% csrf_token %} {{ profile_email_form|bootstrap }}
{% endif %} {% else %} This person does not accept refereeing requests {% endif %}
No Profiles found
{% endif %}
{% if profile_form %}

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

{% csrf_token %} {{ profile_form|bootstrap }}

(does not send invitation yet: you will return to this page, from which you can then invite this referee)

{% endif %} {% endblock %}