SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit e7804dab authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Small typos and improvements to journal pages.

parent ec4d87dd
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
{{ block.super }} {{ block.super }}
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<h2>About {{ journal.name }}</h2> <h2 class="m-1">About {{ journal.name }}</h2>
</div> </div>
</div> </div>
...@@ -76,9 +76,9 @@ ...@@ -76,9 +76,9 @@
<h2 class="highlight" id="genuineOA"> <h2 class="highlight" id="genuineOA">
Genuine Open Access Genuine Open Access
</h2> </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>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>
</div> </div>
......
...@@ -49,10 +49,12 @@ ...@@ -49,10 +49,12 @@
{% if journal.active %} {% 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> <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 %} {% endif %}
{% if journal.doi_label == 'SciPostPhys' %} {% if journal.has_DOAJ_Seal %}
<p class="mb-1"> <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> </p>
{% endif %}
{% if journal.doi_label == 'SciPostPhys' %}
<p> <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> 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> </p>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</li> </li>
{% empty %} {% empty %}
<li> <li>
No Issues found, please check back later. No Issues found, please check again later.
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
</li> </li>
{% empty %} {% empty %}
<li> <li>
No Issues found, please check back later. No Issues found, please check again later.
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment