Skip to content

Commit

Permalink
Fix publications list urls
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Feb 11, 2025
1 parent 8b0bba6 commit 3ed0de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{{ publication.authors }} ({{ publication.date }}).<br />
<b>{{ publication.title }}</b> [{{ publication.type }}].<br />
{% if publication.ads %}ADS: <a href="{{ publication.ads }}">{{ publication.ads }}</a>.<br />{% endif %}
{% if publication.doi %}DOI: <a href="{{ publication.doi }}">{{ publication.doi }}</a>.<br />{% endif %}
{% if publication.doi %}DOI: {{ publication.doi }}.<br />{% endif %}
{% if publication.urn %}URN: <a href="{{ publication.urn }}">{{ publication.urn }}</a>.<br />{% endif %}
{% if publication.uri %}URL: <a href="{{ publication.urn }}">{{ publication.uri }}</a>.<br />{% endif %}
{% if publication.uri %}URL: <a href="{{ publication.uri }}">{{ publication.uri }}</a>.<br />{% endif %}
<br />
</li>

0 comments on commit 3ed0de0

Please sign in to comment.