SciPost Submission Page
{{submission.title}}
by {{submission.author_list}}
{% if submission.publication %}
{% endif %}
{% if submission.editor_in_charge and request.user.contributor == submission.editor_in_charge %}
- You are the Editor-in-charge, go to the Editorial Page to take editorial actions
{% endif %}
{% if unfinished_report_for_user %}
- ! You have an unfinished report for this submission, finish your report here.
{% endif %}
{% if not submission.is_current %}
- This is not the current version.
{% endif %}
{% comment %}
{% if submission.other_versions or not submission.is_current %}
{% if not submission.is_current %}
This is not the current version.
{% endif %}
{% if submission.other_versions %}
- Other versions of this Submission (with Reports) exist:
{% for vn in submission.other_versions %}
- {% include 'partials/submissions/submission_version.html' with submission=vn %}
{% endfor %}
{% endif %}
{% endif %}
{% endcomment %}
Submission summary
{% include 'partials/submissions/submission_summary.html' with submission=submission hide_title=1 show_abstract=1 %}
{% include 'partials/submissions/submission_status.html' with submission=submission %}
{% if submission.author_comments %}
Author comments upon resubmission
{{ submission.author_comments|linebreaks }}
{% endif %}
{% if submission.list_of_changes %}
List of changes
{{ submission.list_of_changes|linebreaks }}
{% endif %}
{% for invitation in invitations %}
{% include 'partials/submissions/refereeing_status_card.html' with invitation=invitation %}
{% endfor %}
{% include 'partials/submissions/submission_refereeing_history.html' with submission=submission %}