{% extends 'submissions/base.html' %} {% load bootstrap %} {% block meta_description %}{{ block.super }} Submissions monitor{% endblock meta_description %} {% block pagetitle %}: Submissions monitor{% endblock pagetitle %} {% block breadcrumb_items %} Homepage Submissions Monitor {% endblock %} {% block content %}

Submissions Monitor

This page provides information of the timescales associated to various phases of the editorial workflow.

Screening phase (finding an EIC)

Dataset: Submissions with status unassigned (awaiting editor assignment)

Any fields in red or orange background need more Fellows in order to accelerate processing.

Legend More than 10 days More than 5 days 5 days or less (target)
{% for entry in timescales_screening %} 10 %} class="bg-danger text-white"{% elif entry.avg_waiting_days > 5 %} class="bg-warning text-white"{% else %} class="bg-success text-white"{% endif %}> {% endfor %}
Field Specialty Nr awaiting EIC Total waiting days Avg waiting days Max waiting days
{{ entry.acad_field }} {{ entry.specialty }} {{ entry.number }} {{ entry.waiting_days }} {{ entry.avg_waiting_days }} {{ entry.max_waiting_days }}

From original submission to acceptance

Dataset: Submissions with status accepted (not yet published).

Total time from original submission to acceptance, including all resubmissions.

This is not an accurate reflection of the rapidity of processing at SciPost, since the time for authors to resubmit is counted in.

Legend More than 180 days More than 90 days 90 days or less (target)
{% for entry in timescales_original_submission_to_acceptance %} 180 %} class="bg-danger text-white"{% elif entry.avg_waiting_days > 90 %} class="bg-warning text-white"{% else %} class="bg-success text-white"{% endif %}> {% endfor %}
Field Specialty Nr Total processing days Avg processing days Max processing days
{{ entry.acad_field }} {{ entry.specialty }} {{ entry.number }} {{ entry.waiting_days }} {{ entry.avg_waiting_days }} {{ entry.max_waiting_days }}
{% endblock content %}