SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 38515452 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

make https the default link protocol where possible

parent 7b4478ef
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@
<td>
{% if nomination.profile.orcid_id %}
<a href="//orcid.org/{{ nomination.profile.orcid_id }}"
<a href="https://orcid.org/{{ nomination.profile.orcid_id }}"
target="_blank"
rel="noopener">{{ nomination.profile.orcid_id }}</a>
{% else %}
......
......@@ -19,7 +19,7 @@
<div class="row">
<div class="col-12">
<h2 id="Crossmark Policy">Crossmark Policy</h2>
<p><a target="_blank" rel="noopener" href="//www.crossref.org/services/crossmark/">Crossmark</a> is a multi-publisher initiative from Crossref to provide a standard way for readers to locate the current version of a piece of content.</p>
<p><a target="_blank" rel="noopener" href="https://www.crossref.org/services/crossmark/">Crossmark</a> is a multi-publisher initiative from Crossref to provide a standard way for readers to locate the current version of a piece of content.</p>
<p>By applying the Crossmark logo SciPost is committing to maintaining the content it publishes and to alerting readers to changes if and when they occur. Clicking on the Crossmark logo will tell you the current status of a document and may also give you additional publication record information about the document.</p>
<p>Please refer to our <a href="{% url 'journals:journals_terms_and_conditions' %}">Journals Terms and Conditions</a> for details about our Corrections and Retractions policy.</p>
</div>
......
......@@ -83,7 +83,7 @@
{% endfor %}
</td>
</tr>
<tr><td>ORCID ID</td><td><a href="//orcid.org/{{ profile.orcid_id }}" target="_blank" rel="noopener">{{ profile.orcid_id }}</a></td></tr>
<tr><td>ORCID ID</td><td><a href="https://orcid.org/{{ profile.orcid_id }}" target="_blank" rel="noopener">{{ profile.orcid_id }}</a></td></tr>
<tr><td>Webpage</td><td><a href="{{ profile.webpage }}" target="_blank" rel="noopener">{{ profile.webpage }}</a></td></tr>
<tr><td>Accepts SciPost emails</td><td>{{ profile.accepts_SciPost_emails }}</td></tr>
<tr><td>Accepts refereeing requests</td><td>{{ profile.accepts_refereeing_requests }}</td></tr>
......
......@@ -63,7 +63,7 @@
<tr>
<td>ORCID ID</td>
<td>
<a href="//orcid.org/{{ profile.orcid_id }}"
<a href="https://orcid.org/{{ profile.orcid_id }}"
target="_blank"
rel="noopener">{{ profile.orcid_id }}</a>
</td>
......
......@@ -105,7 +105,7 @@
</a>
<div id="journals_citable" class="collapse" role="journals_citable">
<p>Yes. All SciPost publications will obtain a unique DOI, enabling citations and metrics as per other journals.
Membership of <a target="_blank" rel="noopener" href="//crossref.org">Crossref</a> means that SciPost papers directly benefit from a set of citation metrics.</p>
Membership of <a target="_blank" rel="noopener" href="https://crossref.org">Crossref</a> means that SciPost papers directly benefit from a set of citation metrics.</p>
</div>
</div>
......@@ -247,7 +247,7 @@
</a>
<div id="scipost_who" class="collapse" role="tabpanel">
<ul>
<li>SciPost was founded by <a target="_blank" rel="noopener" href="//jscaux.org/">J.-S. Caux</a>, Professor of Theoretical Physics at the University of Amsterdam.</li>
<li>SciPost was founded by <a target="_blank" rel="noopener" href="https://jscaux.org/">J.-S. Caux</a>, Professor of Theoretical Physics at the University of Amsterdam.</li>
<li>The legal entity behind SciPost is <a href="{% url 'scipost:foundation' %}">Stichting SciPost</a>, a not-for-profit Foundation established in Amsterdam. Its (non-remunerated) personnel consists in Prof. J.-S. Caux (chairman), Dr J. van Mameren (secretary) and Dr J. van Wezel (treasurer). The portal is run by a team of volunteer officers coordinated by the Foundation.</li>
</ul>
</div>
......
......@@ -134,7 +134,7 @@ Submitted to {{ submission.submitted_to }}
%%%%%%%%%% DATES
{\small Received {{ report.date_submitted|date:'d-m-Y' }}
{% if report.doi_string %}
doi:\href{//doi.org{{ report.doi_string|safe_tex_url }} }{ {{ report.doi_string|safe_tex_url }} }
doi:\href{https://doi.org{{ report.doi_string|safe_tex_url }} }{ {{ report.doi_string|safe_tex_url }} }
{% endif %}
}
\end{minipage}
......
......@@ -4,7 +4,7 @@
The Comment you have submitted, concerning publication with title
{{ comment.core_content_object.title }} by {% if comment.core_content_object.author_list %}{{ comment.core_content_object.author_list }}{% elif comment.core_content_object.author %}{{ comment.core_content_object.author }}{% endif %} (<a href="https://{{ domain }}{{ comment.get_absolute_url }}">see on SciPost.org</a>)
has been ascribed DOI <a href="//doi.org/{{ comment.doi_string }}">{{ comment.doi_string }}</a> (https://doi.org/{{ comment.doi_string }}), and is thus now citable in the form:
has been ascribed DOI <a href="https://doi.org/{{ comment.doi_string }}">{{ comment.doi_string }}</a> (https://doi.org/{{ comment.doi_string }}), and is thus now citable in the form:
</p>
<p>
{{ comment.citation }}.
......
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