We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332a6df commit 977a47cCopy full SHA for 977a47c
_layouts/bib.liquid
@@ -192,6 +192,9 @@
192
{% if entry.abstract %}
193
<a class="abstract btn btn-sm z-depth-0" role="button">Abs</a>
194
{% endif %}
195
+ {% if entry.doi %}
196
+ <a href="https://doi.org/{{ entry.doi }}" class="btn btn-sm z-depth-0" role="button">DOI</a>
197
+ {% endif %}
198
{% if entry.arxiv %}
199
<a href="http://arxiv.org/abs/{{ entry.arxiv }}" class="btn btn-sm z-depth-0" role="button">arXiv</a>
200
0 commit comments