From c48219338a06a7cbe218c59e06e0c635d5f8a3c8 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Wed, 14 Jul 2021 09:19:49 +0200 Subject: [PATCH] Small tweaks for OASPA compliance --- .../journals/templates/journals/about.html | 1 + .../scipost/templates/scipost/about.html | 2 +- .../scipost/templates/scipost/contact.html | 19 +++++++++++++++++++ .../submissions/_author_guidelines.html | 1 + .../submissions/refereeing_procedure.html | 2 +- 5 files changed, 23 insertions(+), 2 deletions(-) diff --git a/scipost_django/journals/templates/journals/about.html b/scipost_django/journals/templates/journals/about.html index 53ed75b27..23d814acf 100644 --- a/scipost_django/journals/templates/journals/about.html +++ b/scipost_django/journals/templates/journals/about.html @@ -27,6 +27,7 @@ <li><a href="#content">Content</a></li> <li><a href="#criteria">Acceptance Criteria</a></li> <li><a href="#sub_and_ed">Submission and Editorial Process</a></li> + <li><a href="{% url 'colleges:colleges' %}">{{ journal.college }}</a></li> <li><a href="#genuineOA">Genuine Open Access</a></li> </ul> diff --git a/scipost_django/scipost/templates/scipost/about.html b/scipost_django/scipost/templates/scipost/about.html index c4481b7b1..b382b2009 100644 --- a/scipost_django/scipost/templates/scipost/about.html +++ b/scipost_django/scipost/templates/scipost/about.html @@ -18,7 +18,7 @@ <div class="row"> <div class="col"> <h1 class="highlight">About SciPost</h1> - <p>SciPost is a complete scientific publication portal.</p> + <p>SciPost is a complete scientific publication portal managed by the <a href="{% url 'scipost:foundation' %}">SciPost Foundation</a>.</p> <p>It is purely online-based, and offers freely, openly, globally and perpetually accessible science.</p> <p>Being managed by professional scientists, and making use of editor-solicited and contributed reviews, its Journals aim at the highest achievable standards of refereeing.</p> <p>SciPost Commentaries allow Contributors to seamlessly comment on all existing literature.</p> diff --git a/scipost_django/scipost/templates/scipost/contact.html b/scipost_django/scipost/templates/scipost/contact.html index 47b25e445..97413bf5d 100644 --- a/scipost_django/scipost/templates/scipost/contact.html +++ b/scipost_django/scipost/templates/scipost/contact.html @@ -79,6 +79,25 @@ </div> </div> </div> + <div class="col-sm-6 col-md-4 p-3"> + <div class="card"> + <div class="card-header p-3"> + Foundation + </div> + <div class="card-body"> + <p> + SciPost<br> + c/o Prof. Jean-Sébastien Caux<br> + Institute of Physics<br> + University of Amsterdam<br> + P.O Box 94485<br> + 1090 GL Amsterdam<br> + The Netherlands<br> + <a href="mailto:jscaux@scipost.org">jscaux[at]scipost.org</a>. + </p> + </div> + </div> + </div> </div> </div> </div> diff --git a/scipost_django/submissions/templates/submissions/_author_guidelines.html b/scipost_django/submissions/templates/submissions/_author_guidelines.html index 9d76127c8..c13f65622 100644 --- a/scipost_django/submissions/templates/submissions/_author_guidelines.html +++ b/scipost_django/submissions/templates/submissions/_author_guidelines.html @@ -10,6 +10,7 @@ <div class="col-lg-5"> <h4>The following is a quick summary guide to authoring at SciPost.</h4> <p>It is not meant to replace our official rules and other helpful pages, which you will find in the Useful links box next to this menu (authors must read the SciPost and Journals Terms and Conditions).</p> + <p>There are no fees for submitting or publishing in any of our Journals.</p> <h4>On this page:</h4> <ul> <li><a href="#manuprep">Manuscript preparation</a></li> diff --git a/scipost_django/submissions/templates/submissions/refereeing_procedure.html b/scipost_django/submissions/templates/submissions/refereeing_procedure.html index 027538a84..5b3b1ccd7 100644 --- a/scipost_django/submissions/templates/submissions/refereeing_procedure.html +++ b/scipost_django/submissions/templates/submissions/refereeing_procedure.html @@ -42,7 +42,7 @@ <br/>Following successful screening, a Submission Page is activated. The Submission is immediately opened to Contributor Reports, Comments and Author Replies, all of which are vetted by an Editorial Fellow before appearing online.</li> <li> <strong>Refereeing round</strong> - <br/>The Editor-in-charge starts a refereeing round (whose duration depends on the Journal, see below), inviting specific Contributors to provide an Invited Report. + <br/>The Editor-in-charge starts a refereeing round (whose duration depends on the Journal, see below), inviting specific Contributors (external referees) to provide an Invited Report. During a refereeing round, registered Contributors to SciPost can volunteer a Contributed Report, and authors can continuously provide Replies to Reports and Comments. The contents of Reports are publicly viewable, but the author of the Report can choose public anonymity (their identity is then known to Editors only). Authors are informed by email if a Report or a Comment on their paper is vetted through and published online (authors are welcome to respond, but should not feel obliged to do so, unless the Editor-in-charge specifically requests it).</li> <li> -- GitLab