Skip to content

Commit

Permalink
Add DOI field button to bibliography (#2729)
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 authored Oct 16, 2024
1 parent 332a6df commit 977a47c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _layouts/bib.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@
{% if entry.abstract %}
<a class="abstract btn btn-sm z-depth-0" role="button">Abs</a>
{% endif %}
{% if entry.doi %}
<a href="https://doi.org/{{ entry.doi }}" class="btn btn-sm z-depth-0" role="button">DOI</a>
{% endif %}
{% if entry.arxiv %}
<a href="http://arxiv.org/abs/{{ entry.arxiv }}" class="btn btn-sm z-depth-0" role="button">arXiv</a>
{% endif %}
Expand Down

0 comments on commit 977a47c

Please sign in to comment.