aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates')
-rw-r--r--python/fatcat_web/templates/entity_delete.html2
-rw-r--r--python/fatcat_web/templates/entity_edit_toml.html2
-rw-r--r--python/fatcat_web/templates/entity_macros.html3
-rw-r--r--python/fatcat_web/templates/home.html4
-rw-r--r--python/fatcat_web/templates/release_view.html4
5 files changed, 9 insertions, 6 deletions
diff --git a/python/fatcat_web/templates/entity_delete.html b/python/fatcat_web/templates/entity_delete.html
index 98b6b8e6..80568a3e 100644
--- a/python/fatcat_web/templates/entity_delete.html
+++ b/python/fatcat_web/templates/entity_delete.html
@@ -29,7 +29,7 @@
{% block edit_form_suffix %}
<br><br>
- <input class="ui primary submit button" type="submit" value="Update Release!">
+ <input class="ui primary submit button" type="submit" value="Delete Entity!">
<p>
<i>Deletion will be part of the current editgroup, which needs to be submitted and
approved before the change is included in the catalog.</i>
diff --git a/python/fatcat_web/templates/entity_edit_toml.html b/python/fatcat_web/templates/entity_edit_toml.html
index 6e99c402..3980d6e4 100644
--- a/python/fatcat_web/templates/entity_edit_toml.html
+++ b/python/fatcat_web/templates/entity_edit_toml.html
@@ -31,7 +31,7 @@
{% block edit_form_suffix %}
<br><br>
- <input class="ui primary submit button" type="submit" value="Update Release!">
+ <input class="ui primary submit button" type="submit" value="Update Entity!">
<p>
<i>Edit will be part of the current editgroup, which needs to be submitted and
approved before the change is included in the catalog.</i>
diff --git a/python/fatcat_web/templates/entity_macros.html b/python/fatcat_web/templates/entity_macros.html
index 39eb8a80..9b419c41 100644
--- a/python/fatcat_web/templates/entity_macros.html
+++ b/python/fatcat_web/templates/entity_macros.html
@@ -254,6 +254,9 @@
{% if paper.hdl %}
<a href="https://hdl.handle.net/{{ paper.hdl }}" style="color: green;">hdl:{{ paper.hdl}}</a> &nbsp;
{% endif %}
+ {% if paper.wikidata_qid %}
+ <a href="https://wikidata.org/wiki/{{ paper.wikidata_qid }}" style="color: green;">wikidata:{{ paper.wikidata_qid }}</a> &nbsp;
+ {% endif %}
{# WIP: elastic release work grouping searches
<br>
diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html
index c0214ba6..d8b14156 100644
--- a/python/fatcat_web/templates/home.html
+++ b/python/fatcat_web/templates/home.html
@@ -83,8 +83,8 @@
digital preservation efforts
</div>
<div class="seven wide column">
- <a href="/coverage/search?q=is_oa%3Atrue+year%3A%3E1995+year%3A%3C%3D2019+%28type%3Aarticle-journal+OR+type%3Aarticle+OR+type%3Apaper-conference%29+%21doi_prefix%3A10.5281+%21doi_prefix%3A10.6084">
- <img alt="coverage visualization tool" src="/static/fatcat_oa_preservation_jan2021.svg" style="width: 100%;">
+ <a href="/coverage/search?q=is_oa%3Atrue+year%3A%3E1995+year%3A%3C%3D2021+%28type%3Aarticle-journal+OR+type%3Aarticle+OR+type%3Apaper-conference%29+%21doi_prefix%3A10.5281+%21doi_prefix%3A10.6084">
+ <img alt="coverage visualization tool" src="/static/fatcat_oa_preservation_feb2022.svg" style="width: 100%;">
</a>
</div>
</div>
diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html
index 55c45222..f2e3f670 100644
--- a/python/fatcat_web/templates/release_view.html
+++ b/python/fatcat_web/templates/release_view.html
@@ -222,11 +222,11 @@ accessible version.
{% if entity.state == 'active' and entity._es %}
{% if entity._es.preservation == 'bright' %}
<div class="ui top attached fluid compact green inverted center aligned segment" style="padding: 0.5em; border-color: #5550; background-color: #2ca048;">
- <b>Archived</b>
+ <b>Preserved and Accessible</b>
</div>
{% elif entity._es.preservation == 'dark' %}
<div class="ui top attached fluid large green inverted center aligned segment" style="padding: 0.5em; border-color: #5550; background-color: #6e7b71;">
- <b>"Dark" Archived</b>
+ <b>"Dark" Preservation Only</b>
</div>
{% else %}
<div class="ui top attached fluid large red inverted center aligned segment" style="padding: 0.5em; border-color: #5550; background-color: #b71818;">