From c86808494f5cf448df76f41cc056d6ab2ed9b348 Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Caux <jscaux@ABACUS.local> Date: Sun, 17 Apr 2016 12:00:56 +0200 Subject: [PATCH] Fix again --- scipost/templates/scipost/FAQ.html | 4 ++-- scipost/templates/scipost/index.html | 2 +- submissions/templates/submissions/sub_and_ref_procedure.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scipost/templates/scipost/FAQ.html b/scipost/templates/scipost/FAQ.html index efc1072f6..50ec75c67 100644 --- a/scipost/templates/scipost/FAQ.html +++ b/scipost/templates/scipost/FAQ.html @@ -21,13 +21,13 @@ </div> <h3>What are the distinguishing features of SciPost Journals?</h3> <p>All SciPost Journals are subscription-free, two-way open access (free for readers, free for authors) online journals.</p> - <p>Manuscripts submitted to SciPost undergo the extremely stringent <a href="/FAQ/#pwr">peer-witnessed refereeing</a> process, guaranteeing that papers published in SciPost Journals meet the highest possible academic standards.</p> + <p>Manuscripts submitted to SciPost undergo the extremely stringent <a href="/FAQ#pwr">peer-witnessed refereeing</a> process, guaranteeing that papers published in SciPost Journals meet the highest possible academic standards.</p> <br/> <hr class="hr6"> <h3>Why should I submit my manuscripts to SciPost?</h3> <p>Because:</p> <ul> - <li>you think your work can withstand the stringest form of pre-publication scrutiny: <a href="/FAQ/#pwr">peer-witnessed refereeing</a></li> + <li>you think your work can withstand the stringest form of pre-publication scrutiny: <a href="/FAQ#pwr">peer-witnessed refereeing</a></li> <li>you want your referees to have to adhere to the same standards of professionalism which are expected of you as an author</li> <li>you want all steps of the editorial process to be handled by professional scientists, not non-specialist journal staff editors</li> <li>you want your published work to be openly accessible and not hidden behind a paywall</li> diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html index c7f6bb10d..836e0a16f 100644 --- a/scipost/templates/scipost/index.html +++ b/scipost/templates/scipost/index.html @@ -22,7 +22,7 @@ <h1><a href="{% url 'journals:journals' %}">Journals</a></h1> <p id="journalsannouncesmall">OPEN FOR SUBMISSION FROM JUNE 2016</p> <p>SciPost publishes a portfolio of high-quality two-way open access scientific journals.</p> - <p>All SciPost Journals implement the stringent <a href="/FAQ/#pwr">peer-witnessed refereeing</a> principle.</p> + <p>All SciPost Journals implement the stringent <a href="/FAQ#pwr">peer-witnessed refereeing</a> principle.</p> <p>All Journals are fully managed by professional scientists.</p> <h3><a href="{% url 'submissions:sub_and_ref_procedure' %}">Submission and refereeing procedure</a></h3> </div> diff --git a/submissions/templates/submissions/sub_and_ref_procedure.html b/submissions/templates/submissions/sub_and_ref_procedure.html index 90886a5c1..b69c7ae50 100644 --- a/submissions/templates/submissions/sub_and_ref_procedure.html +++ b/submissions/templates/submissions/sub_and_ref_procedure.html @@ -28,7 +28,7 @@ <hr class="hr6"/> <h3 id="pwr">Refereeing procedure</h3> - <p>All incoming Submissions to SciPost Journals are peer-reviewed using SciPost's <a href="/FAQ/#pwr">peer-witnessed refereeing</a> process, implementing the highest standard of refereeing available. The precise procedure follows this pattern:</p> + <p>All incoming Submissions to SciPost Journals are peer-reviewed using SciPost's <a href="/FAQ#pwr">peer-witnessed refereeing</a> process, implementing the highest standard of refereeing available. The precise procedure follows this pattern:</p> <ol> <li>A member of the Editorial College is internally selected and becomes Editor-in-charge of the manuscript.</li> <li>A Submission Page is activated (this is similar to a Commentary Page, but with Reports also enabled).</li> -- GitLab