{% extends 'submissions/_pool_base.html' %} {% block pagetitle %}: statistics for submisisons{% endblock pagetitle %} {% load scipost_extras %} {% load stats_extras %} {% load bootstrap %} {% block breadcrumb_items %} {{block.super}} Statistics {% endblock %} {% block content %}

Statistics

Aggregate statistics

For each Journal, clicking on a year gives aggregate statistics for Submissions (so including rejections and withdrawals) which were first submitted in that year.

Clicking on a Journal/Volume/Issue gives aggregates for all publications in that object.

{% if journal %}

Results:

{% if year %} {% else %} {% endif %} {% if issue %} {% elif volume %} {% else %} {% if year %} {% else %} {% endif %} {% endif %}
DOI labelYear Nr submissions
(distinct)
Nr submissions
(including resubmissions)
Nr assignment failed Nr accepted/
published
Nr rejected Nr withdrawnNr publications Duration average
{{ issue.doi_label }} {{ issue|issue_nr_publications }} {{ issue|issue_avg_processing_duration|floatformat:2 }} days{{ volume.doi_label }} {{ volume|volume_nr_publications }} {{ volume|volume_avg_processing_duration|floatformat:2 }} days{{ journal.doi_label }}{{ year }} {{ submissions|submissions_count_distinct }} {{ submissions|length }} {{ submissions.assignment_failed.count }} {{ submissions.accepted.count|add:submissions.published.count }} {{ submissions.rejected.count }} {{ submissions.withdrawn.count }}{{ journal|journal_nr_publications }} {{ journal|journal_avg_processing_duration|floatformat:2 }} days
{% endif %} {% if year %}

Refereeing stats for {{ year }}

Nr refereeing
invitations
Nr accepted Nr declined Nr pending Nr reports
obtained
Nr obtained
(invited)
Nr obtained
(contributed)
{{ nr_ref_inv }} {{ nr_acc }} ({% widthratio nr_acc nr_ref_inv 100 %}%) {{ nr_dec }} ({% widthratio nr_dec nr_ref_inv 100 %}%) {{ nr_pen }} ({% widthratio nr_pen nr_ref_inv 100 %}%) {{ nr_rep_obt }} {{ nr_rep_obt_inv }} ({% widthratio nr_rep_obt_inv nr_rep_obt 100 %}%) {{ nr_rep_obt_con }} ({% widthratio nr_rep_obt_con nr_rep_obt 100 %}%)
{% endif %} {% endblock content %}