From e7804dabf6fa216d36459ae5504f917aff6db428 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Tue, 24 Sep 2019 13:57:38 +0200 Subject: [PATCH] Small typos and improvements to journal pages. --- journals/templates/journals/about.html | 6 +++--- journals/templates/journals/base.html | 6 ++++-- journals/templates/journals/journal_issues.html | 2 +- journals/templates/journals/journal_landing_page.html | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/journals/templates/journals/about.html b/journals/templates/journals/about.html index c0628fb4b..73148f125 100644 --- a/journals/templates/journals/about.html +++ b/journals/templates/journals/about.html @@ -14,7 +14,7 @@ {{ block.super }} <div class="row"> <div class="col-12"> - <h2>About {{ journal.name }}</h2> + <h2 class="m-1">About {{ journal.name }}</h2> </div> </div> @@ -76,9 +76,9 @@ <h2 class="highlight" id="genuineOA"> Genuine Open Access </h2> - <p>Publications in {{ journal.name }} are <a href="{% url 'scipost:about' %}#GOA">Genuine Open Access</a>. Take the time to understand what this means, and how we compare to other publishers. We are truly run by and for the academic community, without any competing interests.</p> + <p>Publications in {{ journal.name }} are <a href="{% url 'scipost:about' %}#GOA">Genuine Open Access</a>. Take the time to understand what this means, and how we compare to other publishers. We do not profiteer from you or your contributions in any way. We are truly run by and for the academic community, entirely not-for-profit and without any competing interests.</p> <p>As authors, you retain your copyright: all articles are published in your name 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> - <p>There are no subscription fees, nor are there Article Processing Charges (APCs). By publishing with us, you are contributing to implementing a <a href="{% url 'finances:business_model' %}">healthier business model</a> for academic pubhlishing.</p> + <p>There are no subscription fees, nor are there Article Processing Charges (APCs). By publishing with us, you are contributing to implementing a <a href="{% url 'finances:business_model' %}">healthier business model</a> for academic publishing.</p> </div> </div> diff --git a/journals/templates/journals/base.html b/journals/templates/journals/base.html index 57e3b377f..8f2676809 100644 --- a/journals/templates/journals/base.html +++ b/journals/templates/journals/base.html @@ -49,10 +49,12 @@ {% if journal.active %} <p>{{ journal }} is published by the SciPost Foundation under the journal doi: 10.21468/{{ journal.doi_label }}{% if journal.issn %} and ISSN {{ journal.issn }}{% endif %}.</p> {% endif %} - {% if journal.doi_label == 'SciPostPhys' %} + {% if journal.has_DOAJ_Seal %} <p class="mb-1"> - SciPost Physics has been awarded the DOAJ Seal <img src="{% static 'scipost/images/DOAJ_Seal_logo_big.png' %}" alt="DOAJ Seal" width="40"> from the <a href="https://doaj.org">Directory of Open Access Journals</a> + {{ journal.name }} has been awarded the DOAJ Seal <img src="{% static 'scipost/images/DOAJ_Seal_logo_big.png' %}" alt="DOAJ Seal" width="40"> from the <a href="https://doaj.org">Directory of Open Access Journals</a>. </p> + {% endif %} + {% if journal.doi_label == 'SciPostPhys' %} <p> All content in {{ journal }} is deposited and permanently preserved in the CLOCKSS archive <a href="https://www.clockss.org/clockss/Home" target="_blank"><img src="{% static 'scipost/images/clockss_original_logo_boxed_ai-cropped-90.png' %}" alt="CLOCKSS logo" width="40"></a> </p> diff --git a/journals/templates/journals/journal_issues.html b/journals/templates/journals/journal_issues.html index e7e8b5de6..a15ad5825 100644 --- a/journals/templates/journals/journal_issues.html +++ b/journals/templates/journals/journal_issues.html @@ -27,7 +27,7 @@ </li> {% empty %} <li> - No Issues found, please check back later. + No Issues found, please check again later. </li> {% endfor %} </ul> diff --git a/journals/templates/journals/journal_landing_page.html b/journals/templates/journals/journal_landing_page.html index 840dd7737..7c7a8c9ff 100644 --- a/journals/templates/journals/journal_landing_page.html +++ b/journals/templates/journals/journal_landing_page.html @@ -82,7 +82,7 @@ </li> {% empty %} <li> - No Issues found, please check back later. + No Issues found, please check again later. </li> {% endfor %} </ul> -- GitLab