{% extends 'submissions/pool/base.html' %} {% load bootstrap %} {% block pagetitle %}: assign submission{% endblock pagetitle %} {% block breadcrumb_items %} {{block.super}} Pool Editorial Page ({{submission_to_assign.arxiv_identifier_w_vn_nr}}) Assign Submission {% endblock %} {% block content %}

SciPost Submission: send an Assignment Request

{% include 'partials/submissions/submission_summary.html' with submission=submission_to_assign show_abstract=1 %}
{% if submission_to_assign.referees_suggested %}

Referees suggested by the authors upon submission (treat with due care):

{{ submission_to_assign.referees_suggested }}

{% endif %} {% if submission_to_assign.referees_flagged %}

Referees flagged upon submission (treat reports with caution):

{{ submission_to_assign.referees_flagged }}

{% endif %} {% include 'partials/submissions/submission_status.html' with submission=submission_to_assign %}
{% if submission_to_assign.editorial_assignments.exists %}

EIC Assignment requests already sent:

If more than 5 Fellows have declined an assignment for a red-marked reason, the Submission should be rejected.

{% endif %}

Send a new assignment request:

{% csrf_token %} {{ 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 author, entries in coauthorships.items %}
  • For Fellow: {{ author }}

    {{ value}}
  • {% for entry in entries %}
  • {% include 'partials/submissions/arxiv_queryresult.html' with item=entry id=forloop.counter id2=forloop.parentloop.counter %}
  • {% endfor %} {% endfor %}
{% else %}

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

{% endif %}
{% endblock %}