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

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

Matching people in our database:

{% for profile in profiles_found %} {% with profile.responsiveness_as_referee as stats %} {% if stats.sent %} {% endif %} {% endwith %} {% empty %} {% endfor %}
Name

Registered
Contributor?

Email
known?

Accepts
requests?
Action
(Unregistered people will also automatically receive a registration invitation)
{{ profile }} {% if profile.contributor %}{% include 'bi/check-circle-fill.html' %}{% else %}{% include 'bi/x-circle-fill.html' %}{% endif %} {% if profile.email %}{% include 'bi/check-circle-fill.html' %} {{ profile.email }}{% else %}{% include 'bi/x-circle-fill.html' %}{% endif %} {% if profile.accepts_refereeing_requests %} {% include 'bi/check-circle-fill.html' %}{% else %}{% include 'bi/x-circle-fill.html' %} {% endif %} {% if profile.accepts_refereeing_requests %} {% if profile.email %} Send refereeing invitation with or without auto-reminders. {% include 'submissions/_refinv_auto_reminders_tooltip.html' %} {% else %} Cannot send an invitation without an email {% include 'bi/arrow-right.html' %} Add one:
{% csrf_token %} {{ profile_email_form|bootstrap }}
{% endif %} {% else %} This person does not accept refereeing requests {% endif %}
{% include "bi/arrow-return-right.html" %}  Responsiveness (last 5 years) -- Sent: {{ stats.sent }},  Accepted: {{ stats.accepted }},  Declined: {{ stats.declined }},  Cancelled: {{ stats.cancelled }},  Fulfilled: {{ stats.fulfilled }}
No Profiles found
{% 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 %}