{% 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}}
{% endblock %} {% block content %}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.
DOI label | {% if year %}Year | Nr submissions (distinct) |
Nr submissions (including resubmissions) |
Nr assignment failed | Nr accepted/ published |
Nr rejected | Nr withdrawn | {% else %}Nr publications | Duration average | {% endif %}||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ issue.doi_label }} | {{ issue|issue_nr_publications }} | {{ issue|issue_avg_processing_duration|floatformat:2 }} days | {% elif volume %}{{ volume.doi_label }} | {{ volume|volume_nr_publications }} | {{ volume|volume_avg_processing_duration|floatformat:2 }} days | {% else %}{{ journal.doi_label }} | {% if year %}{{ year }} | {{ submissions|submissions_count_distinct }} | {{ submissions|length }} | {{ submissions.assignment_failed.count }} | {{ submissions.accepted.count|add:submissions.published.count }} | {{ submissions.rejected.count }} | {{ submissions.withdrawn.count }} | {% else %}{{ journal|journal_nr_publications }} | {{ journal|journal_avg_processing_duration|floatformat:2 }} days | {% endif %} {% endif %}
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 %}%) |