aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/release_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates/release_view.html')
-rw-r--r--python/fatcat_web/templates/release_view.html13
1 files changed, 12 insertions, 1 deletions
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 @@
</div>
{% endif %}
-
{% if release.extra.is_oa == True %}
<div class="ui segment attached">
<b><i class="ui icon unlock alternate green"></i> Open Access</b>
@@ -408,6 +407,18 @@
<br>grouping other versions (eg, pre-print) and variants of this release
</div>
+{# this restriction, for CSL-JSON generation, rules out almost everything #}
+{% if release.contribs and release.contribs[0].creator_id %}
+<div class="ui segment attached accordion">
+ <div class="title" style="padding: 0px;">
+ <i class="dropdown icon"></i><b>Cite This Release</b>
+ </div>
+ <div class="content">
+ <a href="/release/{{ release.ident }}.bib">BibTeX</a>
+ </div>
+</div>
+{% endif %}
+
<div class="ui segment attached accordion">
<div class="title" style="padding: 0px;"><i class="dropdown icon"></i><b>Lookup Links</b></div>
<div class="content">