summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-09-28 14:45:41 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-09-28 14:45:41 -0700
commit3112fcd6457e318069830d1af7ae6e9512f52f59 (patch)
tree2f8463741ae984d05344d3cf6927534fcf4f86ca /python
parentbca7d905b377e5e8cd04666a29eef2dd391dfa15 (diff)
downloadfatcat-3112fcd6457e318069830d1af7ae6e9512f52f59.tar.gz
fatcat-3112fcd6457e318069830d1af7ae6e9512f52f59.zip
update keepers links to keepers.issn.org
Diffstat (limited to 'python')
-rw-r--r--python/fatcat_web/templates/container_view.html10
-rw-r--r--python/fatcat_web/templates/release_view.html6
2 files changed, 8 insertions, 8 deletions
diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html
index 8b4ddeb9..2d3ef036 100644
--- a/python/fatcat_web/templates/container_view.html
+++ b/python/fatcat_web/templates/container_view.html
@@ -127,10 +127,10 @@
<i class="icon times grey"></i> Not in <a href="https://road.issn.org">ISSN ROAD</a><br>
{% endif %}
- {% if container._es.in_kbart == True %}
- <i class="icon check green"></i> In <a href="https://thekeepers.org/purl/issn/{{ container.issnl }}">Keepers Registery</a><br>
- {% elif container._es.in_kbart == False %}
- <i class="icon times grey"></i> Not in <a href="https://thekeepers.org/journals?query={{ container.issnl }}">Keepers Registry</a><br>
+ {% if container._es.any_kbart == True %}
+ <i class="icon check green"></i> In <a href="https://keepers.issn.org/?q=api/search&search[]=MUST=allissn={{ container.issnl }}&search[]=MUST_EXIST=keepers">Keepers Registery</a><br>
+ {% elif container._es.any_kbart == False %}
+ <i class="icon times grey"></i> Not in <a href="https://keepers.issn.org/?q=api/search&search[]=MUST=allissn={{ container.issnl }}&search[]=MUST_EXIST=keepers">Keepers Registry</a><br>
{% endif %}
{% if container.extra and container.extra.sherpa_romeo and container.extra.sherpa_romeo.color %}
@@ -144,7 +144,7 @@
<div class="content">
{% if container.issnl %}
<a href="https://portal.issn.org/resource/issn/{{ container.issnl }}">ISSN Portal</a><br>
- <a href="https://thekeepers.org/purl/issn/{{ container.issnl }}">The Keepers Registry</a> (preservation)<br>
+ <a href="https://keepers.issn.org/?q=api/search&search[]=MUST=allissn={{ container.issnl }}&search[]=MUST_EXIST=keepers">The Keepers Registry</a> (preservation)<br>
<a href="http://www.sherpa.ac.uk/romeo/issn/{{ container.issnl }}/">SHERPA/RoMEO</a> (access policies)<br>
{% endif %}
{% if not container.wikidata_qid %}
diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html
index f907dab8..54ead411 100644
--- a/python/fatcat_web/templates/release_view.html
+++ b/python/fatcat_web/templates/release_view.html
@@ -370,9 +370,9 @@ accessible version.
{% elif release.container._es.in_road == False %}
<i class="icon times grey"></i> Not in <a href="https://road.issn.org">ISSN ROAD</a><br>
{% endif %}
- {% if release.container._es.in_kbart == True %}
- <i class="icon check green"></i> In <a href="https://thekeepers.org/purl/issn/{{ release.container.issnl }}">Keepers Registery</a><br>
- {% elif release.container._es.in_kbart == False %} <i class="icon times grey"></i> Not in <a href="https://thekeepers.org/journals?query={{ release.container.issnl }}">Keepers Registry</a><br>
+ {% if release.container._es.any_kbart == True %}
+ <i class="icon check green"></i> In <a href="https://keepers.issn.org/?q=api/search&search[]=MUST=allissn={{ release.container.issnl }}&search[]=MUST_EXIST=keepers">Keepers Registery</a><br>
+ {% elif release.container._es.any_kbart == False %} <i class="icon times grey"></i> Not in <a href="https://keepers.issn.org/?q=api/search&search[]=MUST=allissn={{ release.container.issnl }}&search[]=MUST_EXIST=keepers">Keepers Registry</a><br>
{% endif %}
{% endif %}
{% if release.container.issnl != None %}