{% 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 {% endblock %} {% block content %}
This page provides information of the timescales associated to various phases of the editorial workflow.
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) |
Field | Specialty | Nr awaiting EIC | Total waiting days | Avg waiting days | Max waiting days | {% for entry in timescales_screening %}
---|---|---|---|---|---|
{{ entry.acad_field }} | {{ entry.specialty }} | {{ entry.number }} | {{ entry.waiting_days }} | {{ entry.avg_waiting_days }} | {{ entry.max_waiting_days }} |
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) |
Field | Specialty | Nr | Total processing days | Avg processing days | Max processing days | {% for entry in timescales_original_submission_to_acceptance %}
---|---|---|---|---|---|
{{ entry.acad_field }} | {{ entry.specialty }} | {{ entry.number }} | {{ entry.waiting_days }} | {{ entry.avg_waiting_days }} | {{ entry.max_waiting_days }} |