From 8409128c47a287ccdf4d5092f094648495367e5a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 4 Apr 2019 11:59:28 -0700 Subject: link to BibTeX (and test this) --- python/fatcat_web/templates/release_view.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'python/fatcat_web/templates/release_view.html') diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html index fa157193..ef77360f 100644 --- a/python/fatcat_web/templates/release_view.html +++ b/python/fatcat_web/templates/release_view.html @@ -360,7 +360,6 @@ {% endif %} - {% if release.extra.is_oa == True %}
Open Access @@ -408,6 +407,18 @@
grouping other versions (eg, pre-print) and variants of this release
+{# this restriction, for CSL-JSON generation, rules out almost everything #} +{% if release.contribs and release.contribs[0].creator_id %} +
+
+ Cite This Release +
+
+ BibTeX +
+
+{% endif %} +
Lookup Links
-- cgit v1.2.3