diff --git a/journals/templates/journals/SciPostPhysComm_about.html b/journals/templates/journals/SciPostPhysComm_about.html index 64ee74023bb60543bcd7773f8ad41169efe42a13..69dea8a6e0093e8d366c366ffca3e57d2e0dbc66 100644 --- a/journals/templates/journals/SciPostPhysComm_about.html +++ b/journals/templates/journals/SciPostPhysComm_about.html @@ -47,12 +47,13 @@ <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> + <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> diff --git a/journals/templates/journals/journals.html b/journals/templates/journals/journals.html index 6b85a31d1038098417fe6e4b2a55f5b01bc69674..cdef46445c2b317f964b4ec526f76122113c315e 100644 --- a/journals/templates/journals/journals.html +++ b/journals/templates/journals/journals.html @@ -89,7 +89,7 @@ </div> <div class="card"> <div class="card-header banner"> - <h1 class="m-0"><a href="{% url 'scipost:landing_page' 'SciPostPhysComm' %}">SciPost Physics Commons</a> <em><small style="color: red;">New!</small></em></h1> + <h1 class="m-0"><a href="{% url 'journal:about' 'SciPostPhysComm' %}">SciPost Physics Commons</a> <em><small style="color: red;">New!</small></em></h1> </div> <div class="card-body"> <p>SciPost Physics Commons is a premium-quality refereed Journal for the general field of Physics.</p> @@ -103,7 +103,7 @@ <div class="card-deck"> <div class="card"> <div class="card-header banner"> - <h1 class="m-0"><a href="{% url 'scipost:landing_page' 'SciPostPhysLectNotes' %}">SciPost Physics Lecture Notes</a></h1> + <h1 class="m-0"><a href="{% url 'journal:about' 'SciPostPhysLectNotes' %}">SciPost Physics Lecture Notes</a></h1> </div> <div class="card-body"> <p>SciPost Physics Lecture Notes publishes didactic material in all domains and subject areas of Physics.</p> @@ -113,7 +113,7 @@ </div> <div class="card"> <div class="card-header banner"> - <h1 class="m-0"><a href="{% url 'scipost:landing_page' 'SciPostPhysProc' %}">SciPost Physics Proceedings</a></h1> + <h1 class="m-0"><a href="{% url 'journal:about' 'SciPostPhysProc' %}">SciPost Physics Proceedings</a></h1> </div> <div class="card-body"> <p>SciPost Physics Proceedings is a premium-quality, two-way open access, community-run peer-witnessed refereed publishing venue for conference/workshop/school proceedings in Experimental, Theoretical and Computational physics, in all specializations.</p> @@ -122,7 +122,7 @@ </div> <div class="card"> <div class="card-header banner"> - <h1 class="m-0"><a href="{% url 'scipost:landing_page' 'SciPostPhysCodeb' %}">SciPost Physics Codebases</a> <em><small style="color: red;">New!</small></em></h1> + <h1 class="m-0"><a href="{% url 'journal:about' 'SciPostPhysCodeb' %}">SciPost Physics Codebases</a> <em><small style="color: red;">New!</small></em></h1> </div> <div class="card-body"> <p>SciPost Physics Codebases is an innovative peer-reviewed publication venue for modern forms of scientific contributions which too often remain unrecognized: codes and algorithms at the heart of contemporary research.</p>