diff --git a/comments/forms.py b/comments/forms.py
index 8a83f5674648b3e043d732c983e01b3541e2d8cc..126f232e59d230f225a36c22bd7b704949c6316a 100644
--- a/comments/forms.py
+++ b/comments/forms.py
@@ -50,7 +50,7 @@ class CommentForm(forms.ModelForm):
                     HTML('<p>In your comment, you can use LaTeX \$...\$ for in-text equations or \ [ ... \ ] for on-line equations.</p>'),
                     HTML('<p id="goodCommenter"><i>Be professional. Only serious and meaningful comments will be vetted through.</i></p>'),
                     HTML('<p id="goodCommenter"><i>By clicking on Submit, the commenter certifies that all sources used are duly referenced and cited.</i></p>'),
-                    HTML('<p id="goodCommenter"><i>Failure to do so will lead to exclusion from the portal.</i></p>'),
+                    HTML('<p id="goodCommenter"><i>Failure to do so could lead to exclusion from the portal.</i></p>'),
                     css_class="col-9"),
                 Div(
                     Fieldset(
diff --git a/journals/templates/journals/journals.html b/journals/templates/journals/journals.html
index 3e61e5172a1ad4f47a62081ae878757ed28af8c0..3a640686b096d7a97b13551b1a35d1e298eee227 100644
--- a/journals/templates/journals/journals.html
+++ b/journals/templates/journals/journals.html
@@ -40,7 +40,7 @@
       <br/>
       <hr class="hr6">
       <h1>SciPost Physics</h1>
-      <p>SciPost Physics publishes high-quality papers in Physics. It covers the three major domains of modern Physics, namely E (Experimental), T (Theoretical) and C (Computational) Physics, which encompass the following specialties:</p>
+      <p>SciPost Physics is a multifaceted journal publishing high-quality research in the domains of Experimental, Theoretical and Computational physics. As a whole, the Journal publishes papers in the following specialties:</p>
       <ul>
 	<li>A: Atomic, Molecular and Optical Physics</li>
 	<li>B: Biophysics</li>
diff --git a/scipost/static/scipost/info/SciPost_Description.pdf b/scipost/static/scipost/info/SciPost_Description.pdf
index ea137dfa37f7889011c67a6eaa49a1163029aaca..4cb713cabf03ec9396f11fd0193ac7c2d99ced99 100644
Binary files a/scipost/static/scipost/info/SciPost_Description.pdf and b/scipost/static/scipost/info/SciPost_Description.pdf differ
diff --git a/scipost/templates/scipost/FAQ.html b/scipost/templates/scipost/FAQ.html
index 4ba5e7fe4930e17e05858bde473811ece257c192..00b68becb22a93c7837aaaa6e843a6da44a09e68 100644
--- a/scipost/templates/scipost/FAQ.html
+++ b/scipost/templates/scipost/FAQ.html
@@ -36,6 +36,12 @@
       <h3>Will my SciPost publications be citable?</h3>
       <p>All SciPost publications will obtain a unique DOI, enabling citations and metrics as per other journals.</p>
       <br/>
+      <h3>Can I also submit my papers somewhere else?</h3>
+      <p>No. SciPost publications or submissions under consideration for publication in SciPost Journals must not be submitted elsewhere.</p>
+      <br/>
+      <h3>Under what license do SciPost Journals publish articles?</h3>
+      <p>All SciPost contents are licensed under the <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International (CC BY 4.0) License</a>. Under this license, authors agree to make their articles available for reuse without permission or fees, for virtually any purpose. Anyone may copy, distribute or reuse these articles as long as the author(s) and original source are properly cited. This is the standard license used worldwide in open access journals.</p>
+      <br/>
       <h3>Will my papers always be available?</h3>
       <p>Yes. SciPost is here to stay, and authors should not worry that their SciPost publications could potentially disappear. This would require the dismantling not only of SciPost, but also of the arXiv (where the final version of the accepted SciPost papers (with unique DOI identifier) can be posted by the authors).</p>
       <br/>
@@ -48,7 +54,7 @@
       <p>Because:</p>
       <ul>
 	<li>you subscribe to the values underlining SciPost's <a href="{% url 'scipost:about' %}">guiding principles</a></li>
-	<li>you would like your arduous refereeing and commenting work to be recognized and credited</li>
+	<li>you would like the quantity and quality of your refereeing and commenting work to be recognized and credited</li>
 	<li>you would like to be entitled to report on submissions, even if you haven't been explicitly invited to do so by an editor</li>
 	<li>you are interested in building useful extra content (comments, rederivations, etc) on existing literature</li>
 	<li>you are willing to make your contributions as author and (anonymously) as reviewer and commenter openly accessible</li>
diff --git a/scipost/templates/scipost/about.html b/scipost/templates/scipost/about.html
index eea2b9dfd3b438234d23d26b57ac28c12c2ae70b..09f2aae5e3e1cb3b6dca25f4793f6bb40fa94277 100644
--- a/scipost/templates/scipost/about.html
+++ b/scipost/templates/scipost/about.html
@@ -32,7 +32,7 @@
       <h1>Guiding principles</h1>
       <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>Non-profit</em><br/>Academics do not perform research for profit, and by extension the publication of their scientific results should not involve commercial profit-making.</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 accountable, and should be incentivized by being credited.</li>
@@ -85,7 +85,7 @@
       </ul>
     </div>
     <div class="col-4">
-      <h3>Advisory Board</h3>
+      <h3>Physics Advisory Board</h3>
       <ul>
 	<li>(...)</li>
       </ul>
diff --git a/scipost/templates/scipost/navbar.html b/scipost/templates/scipost/navbar.html
index c6fc5ed42fb4af81620c5da0bec540df3cce4703..962252a0665f820e310d554413e0dd9faab35ace 100644
--- a/scipost/templates/scipost/navbar.html
+++ b/scipost/templates/scipost/navbar.html
@@ -17,6 +17,7 @@
       {% else %}
       <a href="{% url 'scipost:login' %}">Login</a>
       {% endif %}
+      
     </div>
   </div>
 </nav>
diff --git a/scipost/templates/scipost/peer_witnessed_refereeing.html b/scipost/templates/scipost/peer_witnessed_refereeing.html
index 35b52e54a1019cb8a9a1f679a492db70b49a523b..03bcf7625dfeca102a98125c1f142da2b35a5a77 100644
--- a/scipost/templates/scipost/peer_witnessed_refereeing.html
+++ b/scipost/templates/scipost/peer_witnessed_refereeing.html
@@ -10,7 +10,7 @@
   <ul>
     <li>Reports are gathered from editorially-invited referees, but can also be volunteered by registered SciPost Contributors during refereeing rounds.</li>
     <li>Reports are posted online (after rapid editorial vetting) on the Submission's Page, and can be rated, replied to (Authors only) or commented on by all Contributors.</li>
-    <li>Anonymity is enforced at all meaningful stages (Reports and Comments have their own id and are not publicly linked to their Contributor when posted; all ratings are back-end aggregated).</li>
+    <li>Anonymity can be preserved at all meaningful stages if desired (you can e.g. elect to remain anonymous on a given Report, but named on another).</li>
   </ul>
   <h3>Ratings</h3>
   <ul>
@@ -18,7 +18,7 @@
     <li>A Contributor's Reporting, Replying and Commenting statistics (number, ratings) are publicly available.</li>
   </ul>
 
-  <p>Contributors thus have additional incentives to actively participate and provide not only high-quality Submissions, but also Reports and Comments of the highest achievable professional caliber (an online search form allows to retrieve back-end-aggregated statistics by performing a search by researcher's name).</p>
+  <p>Contributors thus have additional incentives to actively participate and provide not only high-quality Submissions, but also Reports and Comments of the highest achievable professional caliber.</p>
   <p>Abusive behaviour is prevented by Editorial vetting of all Reports, Replies and Comments before public posting.</p>
 
   <br />
diff --git a/scipost/views.py b/scipost/views.py
index b86c4af974968a4078e5493f6c7d5e5597a91fe1..1c7d0c6cd917130ef69dc3e8a55d74ee3cf476aa 100644
--- a/scipost/views.py
+++ b/scipost/views.py
@@ -35,7 +35,6 @@ def index(request):
     context = {'commentary_search_form': commentary_search_form}
     return render(request, 'scipost/index.html', context)
 
-
 ###############
 # Information
 ###############
diff --git a/static/scipost/SciPost.css b/static/scipost/SciPost.css
index 2f6e1684deb3b7c639d2ec3cdde13b3690e7545b..f8ea3f9c37c8b47ba53de9a459a03b18893f1b15 100644
--- a/static/scipost/SciPost.css
+++ b/static/scipost/SciPost.css
@@ -2,13 +2,7 @@
 General style sheet for SciPost
 */
 
-
-@font-face {
-  font-family: 'Merriweather Sans';
-  src: url('/static/font/merriweather-sans/MerriweatherSans-Light.otf');
-//  src: local('../fonts/abc.ttf')
-}
-
+@import url(//fonts.googleapis.com/css?family=Merriweather+Sans);
 
 * {
     box-sizing: border-box;
@@ -56,11 +50,11 @@ hr.hr12 {
 }
 
 .commentcategorychoices {
-  list-style-type: none; // for categorizing comments
+  list-style-type: none; 
 }
 .commentcategorydisplay {
   display: inline-block;
-  margin: 2px; 2px;
+  margin: 2px 2px;
   padding: 1px;
   box-shadow: 1px 1px 3px #888888;
   background: linear-gradient(to right,#fcfcfc, #f0f0f0);
@@ -110,8 +104,6 @@ hr.hr12 {
   margin: 1px;
   padding: 4px;
   display: inline-block;
-//  box-shadow: 1px 1px 3px #888888;
-//  background: linear-gradient(to right,#fcfcfc, #f0f0f0);
 }
 .ratingsinput h4, .ratingsinput form {
   display: inline-block;
@@ -124,7 +116,6 @@ hr.hr12 {
   box-shadow: 1px 1px 3px #888888;
 }
 .ratingsinput ul li {
-//  color: #ffffff;
   display: inline-block;
   margin: 0px;
   padding: 0px 4px;
@@ -159,24 +150,50 @@ hr.hr12 {
   column-rule-width: 1px;
 }
 
+.flex-container {
+  display: -webkit-flex;
+  display: flex;
+  flex-wrap: wrap;
+}
+.flex-greybox {
+  background-color: #f4f4f4; 
+  margin: 10px;
+  padding: 10px;
+}
+.flex-greybox320 {
+  background-color: #f4f4f4; 
+  width: 320px;
+  margin: 10px;
+  padding: 10px;
+}
+.flex-whitebox {
+  margin: 10px;
+  padding: 10px;
+}
+
 
 body {
-//  font-family: Verdana, sans-serif; 
-//  font-family: Arial, sans-serif; 
-//  font-family: Helvetica sans-serif; 
-//  font-family: Helvetica Neue, sans-serif; 
-//  font-family: Merriweather, sans-serif;
-//  font-size: 80%;
-  font-family: Merriweather, sans-serif;
-  font-weight: 400;
+/*  font-family: Merriweather, sans-serif; */
+  font-family: 'Merriweather Sans';
+  font-weight: lighter;
+  font-size: 80%;
   margin: 0px;
   padding: 0px;
   background-color: #ffffff;
 }
 
+body section div.sectionbox {
+  width: 300px;
+  background-color: #f4f4f4;
+  margin: 10px;
+  padding: 10px;
+  display: inline-block;
+  vertical-align: top;
+}
+
 a {
   color: #eeeeee;
-//  text-decoration: underline;
+/*  text-decoration: underline; */
   target: _parent;
 }
 a:hover {
@@ -184,41 +201,35 @@ a:hover {
   text-decoration: underline;
 }
 
+.submitComment {
+  background-color: #002B49;
+  color: #ffffff;
+  border: 1px solid #FFA300;
+  padding: 5px;
+}
 
 header {
-//  background-color: #333333;
-//  background-color: #102040;
-//  background: linear-gradient(to right,#002240, #003360);
-//  background: linear-gradient(to right,#103050, #204060);
-//  background-color: rgb(18, 52, 85);
   background-color: #002B49;
   color: #ffffff;
-//  border: 1px solid grey; border-radius:5px;
   border: 0px solid grey; border-radius:0px;
-//  margin: 5px;
   margin: 0px;
-  padding: 0px; 5px;
-//  text-shadow: 2px 2px 4px #222222;
+  padding: 0px 5px;
 }
 header h1 {
   font-size: 50px;
   font-weight: 400;
   margin: 10px;
   padding: 10px;
-//    text-shadow: 1px 1px 2px #999999;
 }
 header a {
   text-decoration: none;
-//  border: 1px solid white;
 }
 header a:hover {
   color: #ffffff;
-//  text-decoration: underline;
 }
 header img {
   margin: 10px 20px;
   padding: 0px;
-//  border: 1px solid white;
 }
 header p {
   border: 0px solid white;
@@ -226,14 +237,8 @@ header p {
 }
 
 nav {
-//  background-color:#cccccc;
-//  background-color:#dddddd;
-//  background-color:#e7ebf0;
-//  background-color:#ffffff;
   background-color: #f0f0f0;
-//  border: 1px solid grey; border-radius:5px;
-  border: 0px solid grey; border-radius:0px;
-//  margin:5px; 
+  color: #002B49;
   margin:0px; 
   padding:0px;
   float:center;
@@ -249,41 +254,30 @@ nav ul li {
   display: inline;
   margin: 5px;
   padding: 5px;
-//  background-color: #444444;
-//  background-color: #bbbbbb;
   background-color: #204080;
-//  color: #dddddd;
-  color: #222222;
+  color: #002B49;
+/*  color: #222222; */
   float: center;
   clear: both;
 }
 nav a {
-//  margin: 2px;
   margin: 5px;
   padding: 5px;
-//  background-color: #444444;
-//  background-color: #153060;
-//  background-color: #601015;
-//  background-color: #ffffff;
   background-color: #f0f0f0;
-//  color: #dddddd;
-  color: #000000;
-//  text-decoration: underline;
+  color: #002B49;
+/*  color: #000000; */
   text-decoration: none;
   display: inline-block;
   target: _parent;
-//  text-shadow: 2px 2px 4px #222222;
 }
 nav a:visited {
-//  color: #eeeeee;
-  color: #000000;
+  color: #002B49;
+/*  color: #000000; */
 }
 nav a:hover {
-//  color: #ffffff;
   color: #000000;
-//  text-decoration: underline;
+/*  color: #FFA300 */
   text-decoration: none;
-//  background-color: #eeeeee;
   background-color: #ffffff;
 }
 nav a:active {
@@ -291,7 +285,7 @@ nav a:active {
 }
 nav p {
   display: inline-block;
-  margin: 0px;
+  margin: 10px;
   padding: 0px;
 }
 nav form {
@@ -299,37 +293,24 @@ nav form {
 }
 
 p#goodCommenter {
-  font-size: 80%;
+  font-size: 90%;
 }
 
 section {
-//  color: #eeeeee;
   color: #111111;
-//  background-color:#666666;
-//  background-color: #eeeeee;
   background-color: white;
-  border: 1px solid grey; border-radius: 1px;
+/*  border: 1px solid grey; border-radius: 1px; */
   margin: 25px 15px; 
   padding: 10px; 
-//  text-shadow: 1px 1px 1px #222222;
-//  text-shadow: 0px 0px 1px #222222;
-//  width: 800px;
   text-align: justify;
 }
 section a {
-//  color: #eeeeee;
-//  color: #222222;
   color: #103050;
-//  text-decoration: underline;
   text-decoration: none;
   target: _parent;
 }
 section a:hover {
-//  color: #ffffff;
-//  color: #000000;
-//  color: #404080;
   color: #103050;
-//  font-weight: bold;
   text-decoration: underline;
 }
 section div {
@@ -340,8 +321,7 @@ section div {
 section h1, h2, h3, h4, h5, h6 {
   margin: 0px;
   padding: 6px 2px;
-  color: #103050;
-//  text-shadow: 2px 2px 4px #222222;
+/*  color: #103050; */
   text-shadow: 0px 0px 0px #222222;
   font-weight: 500;
 }
@@ -350,10 +330,6 @@ section form {
   padding: 0px;
 }
 section form label {
-//  color: #dddddd;
-//  color: #222222;
-//  color: #102040;
-//  color: #ffffff;
   color: black;
   font-weight: 400;
 }
@@ -361,9 +337,7 @@ section form ul li {
   padding: 0px;
 }
 section form ul li label {
-//  color: #ffffff;
   color: black;
-//  color: #102040;
 }
 section p {
   margin: 2px;
@@ -374,8 +348,6 @@ section table {
   padding: 0px;
 }
 section table th, td {
-//  color: #dddddd;
-//  color: #222222;
   color: #102040;
   text-align: left;
   padding: 0px;
@@ -392,15 +364,12 @@ section ul.ratingsdata {
   display: inline-block;
   padding: 2px;
   margin: 2px;
-//  background-color: #303030;
-//  background-color: #cccccc;
   background-color: #204080;
   color: #ffffff;
   border-radius: 2px;
   font-size: 90%;
 }
 section ul.ratingsdata li{
-//  display: inline;
   padding: 2px 2px;
   color: #ffffff;
 }
@@ -408,15 +377,12 @@ section form.ratingsdata ul {
   display: inline-block;
   padding: 2px;
   margin: 2px;
-//  background-color: #333333;
-//  background-color: #cccccc;
   background-color: #204080;
   color: #ffffff;
   border-radius: 2px;
   font-size: 90%;
 }
 section form.ratingsdata ul li {
-//  display: inline;
   padding: 0px 2px; 
   color: #ffffff;
 }
@@ -433,10 +399,6 @@ article {
 }
 
 footer {
-//  background-color:#333333;
-//  background-color:#102040;
-//  background: linear-gradient(to left,#002240, #003360);
-//  background: linear-gradient(to left,#103050, #204060);
   background-color: #002B49;
   color: #ffffff;
   border: 1px solid grey; border-radius:1px;
@@ -445,7 +407,6 @@ footer {
 }
 footer a {
   color: #eeeeee;
-//  text-decoration: underline;
 }
 footer a:hover {
   color: #ffffff;
@@ -453,15 +414,11 @@ footer a:hover {
 }
 
 input, textarea {
-//  background-color: #305090;
   background-color: #f8f8f8;
-//  color: white;
   color: black;
-//  border: 1px solid white; border-radius: 3px;
   border: 1px solid black; border-radius: 1px;
 }
 input[type='text'], input[type='URL'], textarea {
-//  width: 400px;
   width: 80%;
   max-width: 800px;
   min-width: 200px;
@@ -471,13 +428,8 @@ input:hover {
 }
 
 select {
-//  background-color: #111111;
-//  background-color: #333333;
-//  background-color: #204080;
-//  color: white;
   background-color: #f8f8f8;
   color: black;
-//  border: 1px solid white;
   border: 1px solid black;
 }
 
@@ -488,23 +440,25 @@ select {
 }
 
 #journalsannouncesmall {
-  background-color: #880000;
-  color: #ffffff;
-  padding: 5px;
+/*  background-color: #880000; */
+  background-color: #002B49;
+  color: #FFA300;
+  padding: 10px;
   font-size: 90%;
   text-align: center;
-  animation-name: journalsannounceanim;
-  animation-duration: 2s;
-  animation-iteration-count: infinite;
+/*  animation-name: journalsannounceanim; */
+/*  animation-duration: 2s; */
+/*  animation-iteration-count: infinite; */
 }
 #journalsannounce {
-  background-color: #880000;
-  color: #ffffff;
+/*  background-color: #880000; */
+  background-color: #002B49;
+  color: #FFA300;
   padding: 20px;
   font-size: 150%;
   text-align: center;
-  animation-name: journalsannounceanim;
-  animation-duration: 2s;
-  animation-iteration-count: infinite;
+/*  animation-name: journalsannounceanim; */
+/*  animation-duration: 2s; */
+/*  animation-iteration-count: infinite; */
 }
 
diff --git a/static/scipost/info/SciPost_Description.pdf b/static/scipost/info/SciPost_Description.pdf
index ea137dfa37f7889011c67a6eaa49a1163029aaca..4cb713cabf03ec9396f11fd0193ac7c2d99ced99 100644
Binary files a/static/scipost/info/SciPost_Description.pdf and b/static/scipost/info/SciPost_Description.pdf differ
diff --git a/submissions/templates/submissions/sub_and_ref_procedure.html b/submissions/templates/submissions/sub_and_ref_procedure.html
index f69c2b0c96faa3cf549c6bc557db26c9ce08c5c8..e4ce4ff0123fbaca458d4cd19f9cbd0953935289 100644
--- a/submissions/templates/submissions/sub_and_ref_procedure.html
+++ b/submissions/templates/submissions/sub_and_ref_procedure.html
@@ -12,9 +12,9 @@
 <section>
   <h1>Submission and Refereeing procedure</h1>
   <h3>Submission</h3>
-  <p>To submit your article for publication in a SciPost Journal, you must:</p>
+  <p>To submit your article for publication in a SciPost Journal, authors must:</p>
   <ol>
-    <li>Prepare your manuscript using the SciPost LaTeX template (<a href="{% static 'submissions/latex/SciPost_LaTeX_template.tex' %}">.tex</a>, <a href="{% static 'submissions/latex/SciPost_LaTeX_template.pdf' %}">.pdf</a>)</li>
+    <li>Prepare their manuscript using the SciPost LaTeX template (<a href="{% static 'submissions/latex/SciPost_LaTeX_template.tex' %}">.tex</a>, <a href="{% static 'submissions/latex/SciPost_LaTeX_template.pdf' %}">.pdf</a>)</li>
     <li>Make your preprint publicly available on <a href="http://arxiv.org">arXiv.org</a></li>
     <li>After appearance on arxiv.org, fill the SciPost <a href="{% url 'submissions:submit_manuscript' %}">Submission</a> form, selecting which SciPost Journal to submit to and providing domain and speciality specifications.</li>
   </ol>
@@ -27,8 +27,7 @@
     <li>The Editor-in-charge starts a Refereeing round (whose duration depends on the Journal, see below), inviting specific Contributors to provide an Invited Report.</li>
     <li>During a refereeing round, registered Contributors to SciPost can volunteer a Contributed Report.</li>
     <li>During the refereeing round, authors can continuously provide Replies to Reports and Comments.</li>
-    <li>At the end of the refereeing round, the Authors are given a 3 working days to provide Replies to the gathered Reports and Comments before the Editorial assessment takes place.</li>
-    <li>Reports, Replies and Comments are assessed by the Editor-in-charge, who formulates an editorial recommendation and forwards it to the Journal's Editors-in-chief, who fix the editorial decision.</li>
+    <li>At the end of the refereeing round, Reports, Replies and Comments are assessed by the Editor-in-charge, who formulates an editorial recommendation and forwards it to the Journal's Editors-in-chief, who fix the editorial decision.</li>
     <li>The Editorial decision is communicated to the Authors. This consists in either a publication offer, request for resubmission (with minor revisions, or major revisions (leading to another refereeing round)), or rejection.</li>
     <li>The Authors can respond to the Editorial decision by accepting an eventual publication offer (in which case the Submission Page and its contents are moved to a SciPost Publication Page), by revising their manuscript and resubmitting to SciPost (in which case a new Submission Page is opened, retaining a link to the previous version's Submission Page), or by withdrawing their Submission (in which case the Submission Page is deactivated and all its contents removed from public view).</li>
   </ul>