diff options
Diffstat (limited to 'fatcat_covid19/templates')
-rw-r--r-- | fatcat_covid19/templates/entity_macros.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fatcat_covid19/templates/entity_macros.html b/fatcat_covid19/templates/entity_macros.html index 7450d29..ec8b093 100644 --- a/fatcat_covid19/templates/entity_macros.html +++ b/fatcat_covid19/templates/entity_macros.html @@ -12,6 +12,8 @@ <a href="https://pubmed.ncbi.nlm.nih.gov/{{ paper.pmid }}/" {% elif paper.arxiv_id %} <a href="https://arxiv.org/abs/{{ paper.arxiv_id }}/" + {% elif paper.doi %} + <a href="https://doi.org/{{ paper.doi }}" {% else %} <a href="https://fatcat.wiki/release/{{ paper.fatcat_ident }}" {% endif %} |