{% extends 'scipost/base.html' %} {% block pagetitle %}: prepare recommendation for voting{% endblock pagetitle %} {% block headsup %} {% load scipost_extras %} {% endblock headsup %} {% block bodysup %}

Prepare Editorial Recommendation for Voting

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

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


Submission:

{{ recommendation.submission.header_as_table }} {% if recommendation.submission.referees_flagged %}

Referees flagged upon submission (treat reports with caution):

{{ recommendation.submission.referees_flagged }}

{% endif %}

Editorial recommendation:

Select Fellows eligible to vote

Fellows with expertise matching the Submission's subject area:

    {% for Fellow in Fellows_with_expertise %}
  • {{ Fellow.user.last_name }}
  • {% endfor %}
{% csrf_token %} {{ eligibility_form.as_table }}
{% if coauthorships %}

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):

{% else %}

The system has not identified any coauthorships (from arXiv database)

{% endif %}
{% endblock bodysup %}