{% extends 'submissions/_pool_base.html' %} {% block pagetitle %}: prepare recommendation for voting{% endblock pagetitle %} {% load scipost_extras %} {% load bootstrap %} {% block breadcrumb_items %} {{block.super}} Pool Editorial Page ({{recommendation.submission.arxiv_identifier_w_vn_nr}}) Prepare recommendation for voting {% endblock %} {% block content %}

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:

{% include 'submissions/_submission_summary.html' with submission=recommendation.submission %} {% if recommendation.submission.referees_flagged %}

Referees flagged upon submission (treat reports with caution):

{{ recommendation.submission.referees_flagged }}

{% endif %}
{% include 'submissions/_recommendation_fellow_content.html' with recommendation=recommendation %}

Select Fellows eligible to vote

Fellows with expertise matching the Submission's subject area:

{% csrf_token %} {{ eligibility_form|bootstrap }}
{% 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):

    {% for key, value in coauthorships.items %}
  • For Fellow {{key}}:

  • {% for entry in value.entries %}
  • {% include 'submissions/_arxiv_queryresult.html' with item=entry %}
  • {% endfor %} {% endfor %}
{% else %}

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

{% endif %}
{% endblock %}