{% extends 'submissions/pool/base.html' %} {% block pagetitle %}: statistics for submissions{% 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 | Citation rate (per paper per year) | {% endif %}||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ issue.doi_label }} | {% nr_publications issue %} | {% avg_processing_duration issue as avg %}{{ avg|floatformat:2 }} days | {% citation_rate issue as cr %}{{ cr|floatformat:2 }} | {% elif volume %}{{ volume.doi_label }} | {% nr_publications volume %} | {% avg_processing_duration volume as avg %}{{ avg|floatformat:2 }} days | {% citation_rate volume as cr %}{{ cr|floatformat:2 }} | {% 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 %}{% nr_publications journal %} | {% avg_processing_duration journal as avg %}{{ avg|floatformat:2 }} days | {% citation_rate journal as cr %}{{ cr|floatformat:2 }} | {% endif %} {% endif %}
DOI label | Nr per Tier | Citation rate (per paper per year) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
I | II | III | I | II | III | |||||||||||||||
{{ issue.doi_label }} | {% nr_publications issue tier=1 %} | {% nr_publications issue tier=2 %} | {% nr_publications issue tier=3 %} | {% citation_rate issue tier=1 as cr %}{{ cr|floatformat:2 }} | {% citation_rate issue tier=2 as cr %}{{ cr|floatformat:2 }} | {% citation_rate issue tier=3 as cr %}{{ cr|floatformat:2 }} | {% elif volume %}{{ volume.doi_label }} | {% nr_publications volume tier=1 %} | {% nr_publications volume tier=2 %} | {% nr_publications volume tier=3 %} | {% citation_rate volume tier=1 as cr %}{{ cr|floatformat:2 }} | {% citation_rate volume tier=2 as cr %}{{ cr|floatformat:2 }} | {% citation_rate volume tier=3 as cr %}{{ cr|floatformat:2 }} | {% else %}{{ journal.doi_label }} | {% nr_publications journal tier=1 %} | {% nr_publications journal tier=2 %} | {% nr_publications journal tier=3 %} | {% citation_rate journal tier=1 as cr %}{{ cr|floatformat:2 }} | {% citation_rate journal tier=2 as cr %}{{ cr|floatformat:2 }} | {% citation_rate journal tier=3 as cr %}{{ cr|floatformat:2 }} | {% 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 %}%) |