{% 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.
This data excludes submissions to Proceedings journals.
Based on submission numbers in the last 12 months.
Caveat: this handles specialties one by one; a Submission/Fellow linked to multiple specialties is thus counted multiple times.
Legend | More than 8 streams per Fellow | More than 4 streams per Fellow | 4 streams or less (target) |
Field | Specialty | Nr (new streams) |
Nr (including resub) |
Nr Fellows total (senior | regular | guest) |
Load (nr streams per Fellow per year) |
{% for entry in submissions_versus_fellows %}
---|---|---|---|---|---|
{{ entry.acad_field }} | {{ entry.specialty }} | {{ entry.nr_streams }} | {{ entry.number }} | {{ entry.fellows_total }} ({{ entry.fellows_senior }} | {{ entry.fellows_regular }} | {{ entry.fellows_guest }}) | {{ entry.ratio|floatformat }} |
Dataset: Submissions with status Seeking 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_assignment %}
---|---|---|---|---|---|
{{ 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 }} |