diff --git a/journals/templates/journals/SciPostPhysLectNotes_info_for_authors.html b/journals/templates/journals/SciPostPhysLectNotes_info_for_authors.html new file mode 100644 index 0000000000000000000000000000000000000000..9c2cef53b3b5fc98b7e93bf7f8196b100445328a --- /dev/null +++ b/journals/templates/journals/SciPostPhysLectNotes_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 Lecture Notes</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 Lecture Notes 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 %}