From 7eb63e88bcff6215b841ef4a0e5a5792dce6add4 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Tue, 23 Oct 2018 07:17:51 +0200 Subject: [PATCH] Work on CoDat --- .../SciPostPhysCoDat_info_for_authors.html | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 journals/templates/journals/SciPostPhysCoDat_info_for_authors.html diff --git a/journals/templates/journals/SciPostPhysCoDat_info_for_authors.html b/journals/templates/journals/SciPostPhysCoDat_info_for_authors.html new file mode 100644 index 000000000..400b145a2 --- /dev/null +++ b/journals/templates/journals/SciPostPhysCoDat_info_for_authors.html @@ -0,0 +1,42 @@ + +{% extends 'journals/_base.html' %} + +{% block pagetitle %}{{block.super}}: Info for Authors{% endblock pagetitle %} + +{% block link_class_physics_info %}active{% endblock %} + +{% block breadcrumb_items %} + {{block.super}} + <a href="{% url 'journal:issues' journal.doi_label %}" class="breadcrumb-item">SciPost Physics Codebases and Datasets</a> + <span class="breadcrumb-item active">Info for Authors</span> +{% endblock %} + +{% block content %} + + {% with header_text='Information for Authors' %} + {{block.super}} + {% endwith %} + + <div class="row"> + <div class="col-12"> + <h3>Manuscript preparation</h3> + <ul> + <li>Please follow the <a href="{% url 'submissions:author_guidelines' %}">Author guidelines</a> to ensure seamless processing of your manuscript.</li> + </ul> + + <h3>Submission and Refereeing</h3> + <ul> + <li>Make sure you have read and agree with the <a href="{% url 'journals:journals_terms_and_conditions' %}">SciPost Journals Terms and Conditions.</a></li> + <li>All Submissions to SciPost Physics Codebases and Datasets follow the peer-witnessed refereeing procedures outlined in + <a href="{% url 'submissions:sub_and_ref_procedure' %}">Submission and Refereeing procedure</a>. + </li> + </ul> + + <h3>Decision</h3> + <ul> + <li>All publication decisions are taken by the <a href="{% url 'scipost:about' %}#editorial_college_physics">Editorial College (Physics)</a>, following the rules set out in the <a href="{% url 'scipost:EdCol_by-laws' %}">Editorial College by-laws</a>.</li> + </ul> + </div> + </div> + +{% endblock %} -- GitLab