From d72d70439260632e43386ceeb77487bee15f795e Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Mon, 25 Jan 2016 13:54:20 +0100
Subject: [PATCH] Correct about page

---
 scipost/templates/scipost/about.html | 44 ++++++++++++++--------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/scipost/templates/scipost/about.html b/scipost/templates/scipost/about.html
index 3cc59d907..aca2f6609 100644
--- a/scipost/templates/scipost/about.html
+++ b/scipost/templates/scipost/about.html
@@ -25,26 +25,6 @@
   </div>
 </section>
 
-<section>
-  <div class="row">
-    <div class="col-3">
-      <h1>SciPost is endorsed by the</h1>
-    </div>
-    <div class="col-3">
-      <a href="http://www.nwo.nl/en"><img src="{% static 'scipost/images/NWO_logo_EN.jpg' %}" alt="NWO logo" width='300px' /></a>
-    </div>
-<!--
-    <div class="col-3">
-      <a href="http://www.fom.nl/live/english/home.pag"><img src="{% static 'scipost/images/FOMlogo_fc.jpg' %}" alt="FOM logo" width='60px' /></a>
-      <p style="font-size: 50%">FOM is part of NWO</p>
-    </div>
--->
-    <div class="col-6">
-      <p>All articles published in SciPost Journals fulfill the Gold standard Open Access requirements of the NWO, as stipulated on the NWO’s <a href="http://www.nwo.nl/en/policies/open+science">Open Science page</a>.</p>
-    </div>
-  </div>
-
-</section>
 <section>
   <div class="row">
     <div class="col-5">
@@ -52,7 +32,7 @@
       <ul>
 	<li><em>Two-way open access</em><br/> Publicly-funded science should be openly accessible to scientists and the general public, perpetually, worldwide. Conversely, scientists should not have to pay publishing charges to disseminate the fruits of their research efforts.</li>
 	<li><em>Non-profit</em><br/> The publication of scientific results should not involve commercial profit-making.</li>
-	<li><em>By Professionals</em><br/> Scientists should carry the end responsibility for all stages in the scientific publishing process.</li>
+	<li><em>By Professionals</em><br/> Scientists should carry the final responsibility for all stages in the scientific publishing process.</li>
 	<li><em>Peer-witnessed refereeing</em><br/> Scientific publications should undergo the stringest possible peer refereeing process, witnessed by the community instead of hidden behind closed doors.</li>
 	<li><em>Accountable and credited refereeing</em><br/> Peer refereeing should be responsibilized by being accountable, and should be incentivized by being credited.</li>
 	<li><em>Post-publication evaluation</em><br/> Peer evaluation does not stop at the moment of publication.</li>
@@ -62,7 +42,7 @@
     <div class="col-6">
       <br/><br/>
       <p>The first principle is reflected in the fact that all publications and related content on SciPost.org are accessible to anybody with an internet connection. Moreover, publishing in SciPost entails no author charges.</p>
-      <p>The second principle is reflected in SciPost’s not-for-profit status. SciPost is to be financially backed by national granting agencies, universities, foundations and individuals.</p>
+      <p>The second principle is reflected in SciPost’s not-for-profit status. SciPost is financially backed by national granting agencies, universities, foundations and individuals.</p>
       <p>The third principle is implemented by having only active scientists involved in SciPost’s decision-making and editorial processes.</p>
       <p>The fourth and fifth principles are implemented using SciPost’s maximally stringent peer-witnessed refereeing process, and by the use of Contributor Ratings.</p>
       <p>The sixth principle is implemented in the form of Commentary Pages associated to publications. These can either be SciPost Publications, or papers published elsewhere.</p>
@@ -70,6 +50,26 @@
   </div>
 </section>
 
+<section>
+  <div class="row">
+    <div class="col-3">
+      <h1>SciPost is endorsed by the</h1>
+    </div>
+    <div class="col-3">
+      <a href="http://www.nwo.nl/en"><img src="{% static 'scipost/images/NWO_logo_EN.jpg' %}" alt="NWO logo" width='300px' /></a>
+    </div>
+<!--
+    <div class="col-3">
+      <a href="http://www.fom.nl/live/english/home.pag"><img src="{% static 'scipost/images/FOMlogo_fc.jpg' %}" alt="FOM logo" width='60px' /></a>
+      <p style="font-size: 50%">FOM is part of NWO</p>
+    </div>
+-->
+    <div class="col-6">
+      <p>All articles published in SciPost Journals fulfill the Gold standard Open Access requirements of the NWO, as stipulated on the NWO’s <a href="http://www.nwo.nl/en/policies/open+science">Open Science page</a>.</p>
+    </div>
+  </div>
+
+</section>
 <section>
   <h1>The SciPost Team</h1>
   <div class="row">
-- 
GitLab