SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 7eb63e88 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Work on CoDat

parent 0c1564e5
No related branches found
No related tags found
No related merge requests found
{% 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 %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment