From f05fb4ed3f892787b01aefd0379cb355a9a8224e Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Tue, 24 Sep 2019 16:06:49 +0200
Subject: [PATCH] Remove old journal about pages. Replaced by db-fed one.

---
 .../journals/SciPostPhysCodeb_about.html      | 109 -------------
 .../journals/SciPostPhysComm_about.html       |  78 ----------
 .../journals/SciPostPhysLectNotes_about.html  |  76 ---------
 .../journals/SciPostPhysProc_about.html       |  53 -------
 .../templates/journals/SciPostPhys_about.html | 145 ------------------
 journals/templates/journals/about.html        |   1 -
 markup/utils.py                               |   6 +-
 7 files changed, 3 insertions(+), 465 deletions(-)
 delete mode 100644 journals/templates/journals/SciPostPhysCodeb_about.html
 delete mode 100644 journals/templates/journals/SciPostPhysComm_about.html
 delete mode 100644 journals/templates/journals/SciPostPhysLectNotes_about.html
 delete mode 100644 journals/templates/journals/SciPostPhysProc_about.html
 delete mode 100644 journals/templates/journals/SciPostPhys_about.html

diff --git a/journals/templates/journals/SciPostPhysCodeb_about.html b/journals/templates/journals/SciPostPhysCodeb_about.html
deleted file mode 100644
index e9ff16fd0..000000000
--- a/journals/templates/journals/SciPostPhysCodeb_about.html
+++ /dev/null
@@ -1,109 +0,0 @@
-
-{% extends 'journals/base.html' %}
-
-{% block pagetitle %}{{block.super}}: About{% endblock pagetitle %}
-
-{% block link_class_physics_about %}active{% endblock %}
-
-{% block breadcrumb_items %}
-  {{block.super}}
-  <a href="{% url 'journal:issues' journal.doi_label %}" class="breadcrumb-item">SciPost Physics Codebases</a>
-  <span class="breadcrumb-item active">About</span>
-{% endblock %}
-
-{% block content %}
-
-  {% with header_text='About SciPost Physics Codebases' %}
-    {{block.super}}
-  {% endwith %}
-
-
-  {% if perms.scipost.can_attend_VGMs %}
-    <div class="container border border-danger">
-      <span class="text-danger">DRAFT (POOLVIEW ONLY) - <a href="mailto:admin@scipost.org">COMMENTS WELCOME</a></span>
-
-
-
-      <div class="row">
-        <div class="col-md-6">
-          <h2>Aims</h2>
-          <p>SciPost Physics Codebases is a new-generation publication venue for computer codes and algorithms of relevance to research in Physics.</p>
-	  <p>It aims to offer a high-profile venue in which top-level numerical algorithms, protocols and software packages can be disseminated as fully-featured publication objects, with all the benefits associated to top-quality papers.</p>
-	  <p>Contributors to research-level software development can thus obtain proper recognition and find their rightful place within the modern scientific literature.</p>
-	  <p>As per other SciPost Journals, SciPost Physics Codebases is two-way open access, peer-witnessed refereed. Publications in SciPost Physics Codebases benefit from the same professional treatment given to our other Journals, including metadata handling, citable DOI, citations listing, funding information handling, permanent archiving and many others.</p>
-        </div>
-        <div class="col-md-6">
-          <h2>Scope</h2>
-          <p>SciPost Physics Codebases publishes outstanding-quality Codebases relevant to all specializations in Computational, Experimental and Theoretical Physics.</p>
-	  <p>Examples of publishable Codebases include:</p>
-	  <ul>
-	    <li>Novel algorithms;</li>
-	    <li>Significant and original reimplementations of well-known algorithms;</li>
-	    <li>Ports of existing codebases to new languages and platforms.</li>
-	  </ul>
-        </div>
-      </div>
-
-      <div class="row">
-        <div class="col-md-6">
-          <h2>Content</h2>
-	  <p>A Codebase by definition consists of the following elements:</p>
-	  <ul>
-	    <li>A detailed userguide consisting of:
-	      <ul>
-		<li>An introduction with background information on the field of applicability of the software</li>
-		<li>A description of the generic workings of the algorithm, its novelty and added value</li>
-		<li>Installation instructions including listing of dependencies and requirements</li>
-
-		<li>A guide to using the software</li>
-		<li>Worked-out examples and tests for benchmarking</li>
-	      </ul>
-	    </li>
-	    <li>The source code</li>
-	  </ul>
-	  <p>The source code itself is expected to be self-contained and to include installation instructions and benchmarking tests.</p>
-        </div>
-
-	<div class="col-md-6">
-          <h2>Submission and Editorial Process</h2>
-          <p>Authors should follow the <a href="{% url 'submissions:author_guidelines' %}">submission guidelines</a> to ensure seamless processing of their manuscript. The <a href="{% url 'journals:journals_terms_and_conditions' %}">SciPost Journals Terms and Conditions</a> apply to all Submissions to SciPost Physics Codebases.</p>
-          <p>All incoming Submissions are checked for plagiarism and follow the peer-witnessed refereeing procedures outlined in <a href="{% url 'submissions:sub_and_ref_procedure' %}">Submission and Refereeing procedure</a>.</p>
-          <p>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>.</p>
-        </div>
-      </div>
-
-      <div class="row">
-	<div class="col-md-6">
-          <h2>Licensing</h2>
-	  <p>The submitted software must be released under a license which is compliant with the <a href="https://opensource.org/osd">Open Source Definition</a> of the <a href="https://opensource.org">Open Source Initiative</a>. There are many <a href="https://opensource.org/licenses">acceptable licenses</a>, among which:</p>
-	  <ul>
-	    <li>Apache License 2.0 (Apache-2.0)</li>
-	    <li>BSD 3-Clause "New" or "Revised" license (BSD-3-Clause)</li>
-	    <li>BSD 2-Clause "Simplified" or "FreeBSD" license (BSD-2-Clause)</li>
-	    <li>GNU General Public License (GPL)</li>
-	    <li>GNU Library or "Lesser" General Public License (LGPL)</li>
-	    <li>MIT license (MIT)</li>
-	    <li>Mozilla Public License 2.0 (MPL-2.0)</li>
-	    <li>Common Development and Distribution License (CDDL-1.0)</li>
-	    <li>Eclipse Public License (EPL-1.0)</li>
-	  </ul>
-	  <p>We also accept</p>
-	  <ul>
-	    <li><a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International (CC BY 4.0) License</a></li>
-	    <li><a href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International (CC BY-NC 4.0) License</a></li>
-	    <li><a href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License</a></li>
-	    <li><a href="https://creativecommons.org/share-your-work/public-domain/cc0/">Creative Commons CC0 Public Domain Dedication "No Rights Reserved"</a></li>
-	  </ul>
-	  <p>Other licenses can be considered upon request (please contact our <a href="mailto:edadmin@scipost.org">Editorial Administration</a>).</p>
-	  <p>Upon acceptance of the codebase for publication, the detailed userguide will be published in SciPost Physics Codebases with a CC BY 4.0 license, allowing freedom to use, reproduce and distribute the articles and related content (unless otherwise noted), for commercial and noncommercial purposes, subject to the citation of the original source.</p>
-	  <p>The publication will be citable (DOI registration via Crossref), and will benefit from full handling as per all other SciPost Journals. The source code will be hosted by SciPost and directly linked from the publication's page.</p>
-	</div>
-
-      </div>
-
-
-    </div>
-  {% endif %}
-
-
-{% endblock %}
diff --git a/journals/templates/journals/SciPostPhysComm_about.html b/journals/templates/journals/SciPostPhysComm_about.html
deleted file mode 100644
index 64f492441..000000000
--- a/journals/templates/journals/SciPostPhysComm_about.html
+++ /dev/null
@@ -1,78 +0,0 @@
-
-{% extends 'journals/base.html' %}
-
-{% block pagetitle %}{{block.super}}: About{% endblock pagetitle %}
-
-{% block link_class_physics_about %}active{% endblock %}
-
-{% block breadcrumb_items %}
-  {{block.super}}
-  <a href="{% url 'journal:issues' journal.doi_label %}" class="breadcrumb-item">SciPost Physics Commons</a>
-  <span class="breadcrumb-item active">About</span>
-{% endblock %}
-
-{% block content %}
-
-  {% with header_text='About SciPost Physics Commons' %}
-    {{block.super}}
-  {% endwith %}
-
-
-  {% if perms.scipost.can_attend_VGMs %}
-    <div class="container border border-danger">
-      <span class="text-danger">DRAFT (POOLVIEW ONLY) - <a href="mailto:admin@scipost.org">COMMENTS WELCOME</a></span>
-
-
-      <div class="row">
-        <div class="col-md-6">
-          <h2>Aims</h2>
-          <p>SciPost Physics Commons is a premium-quality, two-way open access, peer-witnessed refereed Journal for the general field of Physics.</p>
-	  <p>Implementing <a href="{% url 'scipost:about' %}#GOA">Genuine Open Access</a>, SciPost Physics is a publishing venue in which uncompromising scientific quality meets the highest achievable standards of open accessibility.</p>
-        </div>
-        <div class="col-md-6">
-          <h2>Scope</h2>
-          <p>SciPost Physics Commons publishes outstanding-quality research articles in the domains of Experimental, Theoretical and Computational physics, including but not limited to:</p>
-          <ul>
-	    {% for discipline in subject_areas %}
-	      {% if discipline.0 == 'Physics' %}
-		{% for area in discipline.1 %}
-		  <li>{{ area.1 }}</li>
-		{% endfor %}
-	      {% endif %}
-	    {% endfor %}
-          </ul>
-        </div>
-      </div>
-
-      <div class="row">
-        <div class="col-md-6">
-          <h2>Content</h2>
-          <p>The journal accepts three indicative types of content: <strong>Letters</strong>, <strong>Articles</strong> and <strong>Reviews</strong>.</p>
-          <ul>
-            <li><strong>Letters</strong> report broad-interest and high-quality advances in Physics, of interest and importance to researchers in multiple subject areas.</li>
-            <li><strong>Articles</strong> provide in-depth, detailed reports of research achievements within one or more subject areas.</li>
-            <li><strong>Reviews</strong> are short pieces taking a snapshot of a research area, written by recognized leaders in the field, providing a critical assessment of current frontline research and providing pointers towards future opportunities.</li>
-          </ul>
-	  <p>These three types of content are published side-by-side on our online portal.</p>
-        </div>
-        <div class="col-md-6">
-          <h2>Submission and Editorial Process</h2>
-          <p>Authors should follow the <a href="{% url 'submissions:author_guidelines' %}">submission guidelines</a> to ensure seamless processing of their manuscript. The <a href="{% url 'journals:journals_terms_and_conditions' %}">SciPost Journals Terms and Conditions</a> apply to all Submissions to SciPost Physics.</p>
-          <p>All incoming Submissions are checked for plagiarism and follow the peer-witnessed refereeing procedures outlined in <a href="{% url 'submissions:sub_and_ref_procedure' %}">Submission and Refereeing procedure</a>. Guest Fellows from the community can be called upon to act as Editor-in-charge.</p>
-          <p>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>.</p>
-        </div>
-      </div>
-
-      <div class="row">
-        <div class="col-12">
-          <h2>Publication: Open Access</h2>
-          <p>Publications in SciPost Physics Commons are published under the terms of the <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International (CC BY 4.0) License</a>, allowing freedom to use, reproduce and distribute the articles and related content (unless otherwise noted), for commercial and noncommercial purposes, subject to the citation of the original source.</p>
-        </div>
-      </div>
-
-
-    </div>
-  {% endif %}
-
-
-{% endblock %}
diff --git a/journals/templates/journals/SciPostPhysLectNotes_about.html b/journals/templates/journals/SciPostPhysLectNotes_about.html
deleted file mode 100644
index 8737b5b12..000000000
--- a/journals/templates/journals/SciPostPhysLectNotes_about.html
+++ /dev/null
@@ -1,76 +0,0 @@
-
-{% extends 'journals/base.html' %}
-
-{% block pagetitle %}{{block.super}}: About{% endblock pagetitle %}
-
-{% block link_class_physics_about %}active{% endblock %}
-
-{% block breadcrumb_items %}
-  {{block.super}}
-  <a href="{% url 'journal:issues' journal.doi_label %}" class="breadcrumb-item">SciPost Physics Lecture Notes</a>
-  <span class="breadcrumb-item active">About</span>
-{% endblock %}
-
-{% block content %}
-  {{block.super}}
-
-  <div class="row">
-    <div class="col-12">
-      <h2 class="text-blue m-0 p-0 py-2">About SciPost Physics Lecture Notes</h2>
-    </div>
-  </div>
-
-  <div class="row">
-    <div class="col-md-6">
-      <h2>Aims</h2>
-      <p>SciPost Physics Lecture Notes is a premium-quality, two-way open access, peer-witnessed refereed Journal for didactic material in the general field of Physics.</p>
-      <p>It aims at providing scientists with a publishing platform in which uncompromising scientific quality meets the highest achievable standards of open accessibility, with a resolutely international outlook.</p>
-      <p><em>Two-way open access</em> means free for readers, free for authors: there are no subscription or download costs, and authors are freed from dealing with article submission and/or processing charges.</p>
-      <p>The <em>peer-witnessed refereeing</em> process guarantees high-quality, responsible refereeing, with demonstrably greater utility for authors and recognition for referees.</p>
-    </div>
-    <div class="col-md-6">
-      <h2>Scope</h2>
-      <p>SciPost Physics Lecture Notes publishes outstanding-quality didactic material in the domains of Experimental, Theoretical and Computational physics, among which:</p>
-      <ul>
-        <li>Atomic, Molecular and Optical Physics</li>
-        <li>Biophysics</li>
-        <li>Condensed Matter Physics</li>
-        <li>Fluid Dynamics</li>
-        <li>Gravitation</li>
-        <li>Cosmology and Astroparticle Physics</li>
-        <li>High-Energy Physics</li>
-        <li>Mathematical Physics</li>
-        <li>Nuclear Physics</li>
-        <li>Quantum Statistical Mechanics</li>
-        <li>Statistical and Soft Matter Physics</li>
-      </ul>
-    </div>
-  </div>
-
-  <div class="row">
-    <div class="col-md-6">
-      <h2>Content</h2>
-      <p>The journal accepts Lecture Notes of different levels:
-	<ul>
-          <li><strong>Research</strong>-level content is meant for advanced material of interest and importance to current research.</li>
-          <li><strong>Graduate</strong>-level content is targeted at MSc and PhD caliber readers.</li>
-          <li><strong>Undergraduate</strong>-level content is meant for more introductory material.</li>
-        </ul>
-	.</p>
-    </div>
-    <div class="col-md-6">
-      <h2>Submission and Editorial Process</h2>
-      <p>Authors should follow the <a href="{% url 'submissions:author_guidelines' %}">submission guidelines</a> to ensure seamless processing of their manuscript. The <a href="{% url 'journals:journals_terms_and_conditions' %}">SciPost Journals Terms and Conditions</a> apply to all Submissions to SciPost Physics Lecture Notes.</p>
-      <p>All incoming Submissions are checked for plagiarism and follow the peer-witnessed refereeing procedures outlined in <a href="{% url 'submissions:sub_and_ref_procedure' %}">Submission and Refereeing procedure</a>.</p>
-      <p>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>.</p>
-    </div>
-  </div>
-
-  <div class="row">
-    <div class="col-12">
-      <h2>Publication: Open Access</h2>
-      <p>Publications in SciPost Physics Lecture Notes are published under the terms of the <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International (CC BY 4.0) License</a>, allowing freedom to use, reproduce and distribute the articles and related content (unless otherwise noted), for commercial and noncommercial purposes, subject to the citation of the original source.</p>
-    </div>
-  </div>
-
-{% endblock %}
diff --git a/journals/templates/journals/SciPostPhysProc_about.html b/journals/templates/journals/SciPostPhysProc_about.html
deleted file mode 100644
index aba4d7539..000000000
--- a/journals/templates/journals/SciPostPhysProc_about.html
+++ /dev/null
@@ -1,53 +0,0 @@
-
-{% extends 'journals/base.html' %}
-
-{% block pagetitle %}{{block.super}}: About{% endblock pagetitle %}
-
-{% block link_class_physics_about %}active{% endblock %}
-
-{% block breadcrumb_items %}
-  {{block.super}}
-  <a href="{% url 'journal:issues' journal.doi_label %}" class="breadcrumb-item">SciPost Physics Proceedings</a>
-  <span class="breadcrumb-item active">About</span>
-{% endblock %}
-
-{% block content %}
-  {{block.super}}
-
-  <div class="row">
-    <div class="col-12">
-      <h2 class="text-blue m-0 p-0 py-2">About SciPost Physics Proceedings</h2>
-    </div>
-  </div>
-
-  <div class="row">
-    <div class="col-md-6">
-      <h2>Aims and Scope</h2>
-      <p>SciPost Physics Proceedings is a premium-quality, two-way open access, peer-witnessed refereed Journal for the general field of Physics.</p>
-      <p>It aims at providing a high-quality, openly accessible publishing venue for conference/workshop/school proceedings.</p>
-      <p>SciPost Physics Proceedings publishes articles in the domains of Experimental, Theoretical and Computational physics, in all specializations.</p>
-    </div>
-    <div class="col-md-6">
-      <h2>Setup</h2>
-      <p>Each Issue of SciPost Physics Proceedings corresponds to a distinct event (<i>e.g.</i> conference, workshop, school).</p>
-      <p>A set of guest Editors is appointed by the event's organizing committee. These guest Editors participate in the refereeing process of all submissions considered for publication in the Issue. Publication decisions are taken jointly by the set of guest Editors and the Editorial College (Physics).</p>
-      <p>Opening of a Proceedings Issue can be requested by <a href="mailto:proceedings@scipost.org">contacting our proceedings administrators</a>.</p>
-    </div>
-  </div>
-
-  <div class="row">
-    <div class="col-md-6">
-      <h2>Submission and Editorial Process</h2>
-      <p>Submission to a particular Issue of SciPost Physics Proceedings is by invitation of the guest Editors only.</p>
-      <p>Authors should follow the <a href="{% url 'submissions:author_guidelines' %}">submission guidelines</a> to ensure seamless processing of their manuscript. The <a href="{% url 'journals:journals_terms_and_conditions' %}">SciPost Journals Terms and Conditions</a> apply to all Submissions to SciPost Physics Proceedings.</p>
-      <p>All incoming Submissions are checked for plagiarism and follow the peer-witnessed refereeing procedures outlined in <a href="{% url 'submissions:sub_and_ref_procedure' %}">Submission and Refereeing procedure</a>.</p>
-      <p>All publication decisions are taken jointly by the guest Editors and 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>.</p>
-    </div>
-
-    <div class="col-md-6">
-      <h2>Publication: Open Access</h2>
-      <p>Publications in SciPost Physics Proceedings are published under the terms of the <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International (CC BY 4.0) License</a>, allowing freedom to use, reproduce and distribute the articles and related content (unless otherwise noted), for commercial and noncommercial purposes, subject to the citation of the original source.</p>
-    </div>
-  </div>
-
-{% endblock %}
diff --git a/journals/templates/journals/SciPostPhys_about.html b/journals/templates/journals/SciPostPhys_about.html
deleted file mode 100644
index 13d2b11f4..000000000
--- a/journals/templates/journals/SciPostPhys_about.html
+++ /dev/null
@@ -1,145 +0,0 @@
-
-{% extends 'journals/base.html' %}
-
-{% block pagetitle %}{{block.super}}: About{% endblock pagetitle %}
-
-{% block link_class_physics_about %}active{% endblock %}
-
-{% block breadcrumb_items %}
-  {{block.super}}
-  <a href="{% url 'journal:issues' journal.doi_label %}" class="breadcrumb-item">SciPost Physics</a>
-  <span class="breadcrumb-item active">About</span>
-{% endblock %}
-
-{% block content %}
-  {{ block.super }}
-  <div class="row">
-    <div class="col-12">
-      <h2 class="text-blue m-0 p-0 py-2">About SciPost Physics</h2>
-    </div>
-  </div>
-
-
-  {% if perms.scipost.can_attend_VGMs %}
-    <div class="container border border-danger">
-      <span class="text-danger">DRAFT (POOLVIEW ONLY) - <a href="mailto:admin@scipost.org">COMMENTS WELCOME</a></span>
-
-
-
-      <div class="row">
-        <div class="col-md-6">
-          <h2>Aims</h2>
-          <p>SciPost Physics is our flagship title in the field of Physics.</p>
-	  <p>Publications in SciPost Physics provide details on groundbreaking results and significant breakthroughs occurring in any (sub)specialization of the field.</p>
-	  <p>Submissions to SciPost Physics have to meet exacting editorial standards, and are subjected to our most stringent form of peer-witnessed refereeing.</p>
-	  <p>Implementing <a href="{% url 'scipost:about' %}#GOA">Genuine Open Access</a>, SciPost Physics is a publishing venue in which uncompromising scientific quality meets the highest achievable standards of open accessibility.</p>
-        </div>
-        <div class="col-md-6">
-          <h2>Scope</h2>
-          <p>SciPost Physics publishes breakthrough research articles in the domains of Experimental, Theoretical and Computational physics, including but not limited to:</p>
-          <ul>
-	    {% for discipline in subject_areas %}
-	      {% if discipline.0 == 'Physics' %}
-		{% for area in discipline.1 %}
-		  <li>{{ area.1 }}</li>
-		{% endfor %}
-	      {% endif %}
-	    {% endfor %}
-          </ul>
-        </div>
-      </div>
-
-      <div class="row">
-        <div class="col-md-6">
-          <h2>Content</h2>
-	  <p>The content format for SciPost Physics is flexible: articles can be short letter-style communications of breakthroughs or in-depth reports of groundbreaking research. There is no minimum or maximum length: the article should however constitute a complete, self-contained unit. The target audience can be researchers in many different subject areas, or specialists in one.</p>
-	  <p>The submission format is more demanding than in our other Journals: in addition to the main manuscript, authors must provide a two-page extended abstract detailing:
-	    <ul>
-	      <li>the context to the problem</li>
-	      <li>the breakthrough obtained</li>
-	      <li>perspectives for further research</li>
-	    </ul>
-	    written in a manner which is accessible to a wide spectrum of physicists (in particular for non-specialist Fellows within our Editorial College).</p>
-	  <p>In addition, submissions to SciPost Physics must provide all the material needed to ensure proper reproducibility of the research results, either in appendices, adjoined files or external repository links:</p>
-	  <ul>
-	    <li>detailed derivations</li>
-	    <li>data and code snippets used to produce figures</li>
-	    <li>explicit details of experimental protocols</li>
-	    <li>other types of reproducibility-facilitating material.</li>
-	  </ul>
-	</div>
-
-        <div class="col-md-6">
-          <h2>Submission and Editorial Process</h2>
-          <p>Authors should follow the <a href="{% url 'submissions:author_guidelines' %}">submission guidelines</a>, bearing in mind the special provisions for field-leading titles (here: SciPost Physics) to ensure seamless processing of their manuscript. The <a href="{% url 'journals:journals_terms_and_conditions' %}">SciPost Journals Terms and Conditions</a> apply to all Submissions to SciPost Physics.</p>
-          <p>All incoming Submissions are thoroughly checked for plagiarism, and follow the peer-witnessed refereeing procedures outlined in <a href="{% url 'submissions:sub_and_ref_procedure' %}">Submission and Refereeing procedure</a>.</p>
-          <p>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>.</p>
-        </div>
-      </div>
-
-      <div class="row">
-        <div class="col-12">
-          <h2>Publication: Open Access</h2>
-          <p>Publications in SciPost Physics are published under the terms of the <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International (CC BY 4.0) License</a>, allowing freedom to use, reproduce and distribute the articles and related content (unless otherwise noted), for commercial and noncommercial purposes, subject to the citation of the original source.</p>
-        </div>
-      </div>
-
-
-
-
-
-    </div>
-  {% endif %}
-
-  <div class="row">
-    <div class="col-md-6">
-      <h2>Aims</h2>
-      <p>SciPost Physics is a premium-quality, two-way open access, peer-witnessed refereed Journal for the general field of Physics.</p>
-      <p>It aims at providing scientists with a publishing platform in which uncompromising scientific quality meets the highest achievable standards of open accessibility, with a resolutely international outlook.</p>
-      <p><em>Two-way open access</em> means free for readers, free for authors: there are no subscription or download costs, and authors are freed from dealing with article submission and/or processing charges.</p>
-      <p>The <em>peer-witnessed refereeing</em> process guarantees high-quality, responsible refereeing, with demonstrably greater utility for authors and recognition for referees.</p>
-    </div>
-    <div class="col-md-6">
-      <h2>Scope</h2>
-      <p>SciPost Physics publishes outstanding-quality research articles in the domains of Experimental, Theoretical and Computational physics, among which:</p>
-      <ul>
-        <li>Atomic, Molecular and Optical Physics</li>
-        <li>Biophysics</li>
-        <li>Condensed Matter Physics</li>
-        <li>Fluid Dynamics</li>
-        <li>Gravitation</li>
-        <li>Cosmology and Astroparticle Physics</li>
-        <li>High-Energy Physics</li>
-        <li>Mathematical Physics</li>
-        <li>Nuclear Physics</li>
-        <li>Quantum Statistical Mechanics</li>
-        <li>Statistical and Soft Matter Physics</li>
-      </ul>
-    </div>
-  </div>
-
-  <div class="row">
-    <div class="col-md-6">
-      <h2>Content</h2>
-      <p>The journal accepts three types of content: <strong>Letters</strong>, <strong>Articles</strong> and <strong>Reviews</strong>.</p>
-      <ul>
-        <li><strong>Letters</strong> report broad-interest, significant breakthroughs in Physics, of interest and importance to researchers in multiple subject areas.</li>
-        <li><strong>Articles</strong> provide in-depth, detailed reports of groundbreaking research within one or more subject areas.</li>
-        <li><strong>Reviews</strong> are short pieces taking a snapshot of a research area, written by recognized leaders in the field, providing a critical assessment of current frontline research and providing pointers towards future opportunities.</li>
-      </ul>
-    </div>
-    <div class="col-md-6">
-      <h2>Submission and Editorial Process</h2>
-      <p>Authors should follow the <a href="{% url 'submissions:author_guidelines' %}">submission guidelines</a> to ensure seamless processing of their manuscript. The <a href="{% url 'journals:journals_terms_and_conditions' %}">SciPost Journals Terms and Conditions</a> apply to all Submissions to SciPost Physics.</p>
-      <p>All incoming Submissions are checked for plagiarism and follow the peer-witnessed refereeing procedures outlined in <a href="{% url 'submissions:sub_and_ref_procedure' %}">Submission and Refereeing procedure</a>.</p>
-      <p>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>.</p>
-    </div>
-  </div>
-
-  <div class="row">
-    <div class="col-12">
-      <h2>Publication: Open Access</h2>
-      <p>Publications in SciPost Physics are published under the terms of the <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International (CC BY 4.0) License</a>, allowing freedom to use, reproduce and distribute the articles and related content (unless otherwise noted), for commercial and noncommercial purposes, subject to the citation of the original source.</p>
-    </div>
-  </div>
-{% endblock %}
diff --git a/journals/templates/journals/about.html b/journals/templates/journals/about.html
index 73148f125..f443a4bc5 100644
--- a/journals/templates/journals/about.html
+++ b/journals/templates/journals/about.html
@@ -60,7 +60,6 @@
       <h2 class="highlight" id="criteria">
 	Acceptance criteria
       </h2>
-      <p>To be accepted in {{ journal.name }}, a submission must fulfil at least one of the following criteria:</p>
       {{ journal.acceptance_criteria|automarkup }}
 
 
diff --git a/markup/utils.py b/markup/utils.py
index 019f2ecff..c15ad9859 100644
--- a/markup/utils.py
+++ b/markup/utils.py
@@ -78,15 +78,15 @@ def match_md_blockquote(text):
 # Hyperlinks
 def match_md_hyperlink_inline(text):
     """Return first match of regex search for Markdown inline hyperlink."""
-    return re.search(r'\[.+\]\(http.+\)', text)
+    return re.search(r'\[.+\]\(((http)|(mailto)).+\)', text)
 
 def match_md_hyperlink_reference(text):
     """Return first match of regex search for Markdown reference-style hyperlink."""
-    return re.search(r'\[.+\]: http.+', text)
+    return re.search(r'\[.+\]: ((http)|(mailto)).+', text)
 
 def match_rst_hyperlink_inline(text):
     """Return first match of regex search for reStructuredText inline hyperlink."""
-    return re.search(r'`.+<http.+>`_', text)
+    return re.search(r'`.+<((http)|(mailto)).+>`_', text)
 
 def match_rst_hyperlink_reference(text):
     """Return first match of regex search for reStructuredText reference-style hyperlink."""
-- 
GitLab