aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@archive.org>2020-03-18 21:54:44 +0000
committerbnewbold <bnewbold@archive.org>2020-03-18 21:54:44 +0000
commit0094b8921c72c2c50cb1c390bb290fe8a80ebe1e (patch)
tree33cf955b07c396dd8a09a2befea0a815cd985f98
parentfae3d1343514a99792bd6ba8d1c46b9eccb43080 (diff)
parent11fb8f2e73799458b82bf52c559289fa71b572f1 (diff)
downloadfatcat-0094b8921c72c2c50cb1c390bb290fe8a80ebe1e.tar.gz
fatcat-0094b8921c72c2c50cb1c390bb290fe8a80ebe1e.zip
Merge branch 'martin-lookup-by-identifier-issn-link' into 'master'
container lookup: link to issn portal search See merge request webgroup/fatcat!32
-rw-r--r--python/fatcat_web/templates/container_lookup.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/python/fatcat_web/templates/container_lookup.html b/python/fatcat_web/templates/container_lookup.html
index e6fb860c..798e5587 100644
--- a/python/fatcat_web/templates/container_lookup.html
+++ b/python/fatcat_web/templates/container_lookup.html
@@ -20,10 +20,9 @@ search for an existing record missing that identifier, or create a new container
entity.
{% if lookup_key == "issnl" %}
<p>You can check if it is a registered ISSN-L by visiting:
-<b><a href="https://portal.issn.org/{{ lookup_value
-}}">https://portal.issn.org/{{ lookup_value }}</a></b>. If this is a valid
-electronic or print ISSN, but not the ISSN-L for the container, you need to use
-the indicated "linking" ISSN.
+<b><a href="https://portal.issn.org/api/search?search[]=MUST=allissnbis={{ lookup_value }}">https://portal.issn.org/api/search?search[]=MUST=allissnbis={{ lookup_value }}</a></b>.
+If this is a valid electronic or print ISSN, but not the ISSN-L for the
+container, you need to use the indicated "linking" ISSN.
{% elif lookup_key == "wikidata_qid" %}
<p>You can check if it is a real Wikidata entity by visiting:
<b><a href="https://www.wikidata.org/wiki/{{ lookup_value }}">https://www.wikidata.org/wiki/{{ lookup_value }}</a></b>