From 11fb8f2e73799458b82bf52c559289fa71b572f1 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 18 Mar 2020 21:11:41 +0100 Subject: container lookup: link to issn portal search Example: https://fatcat.wiki/container/lookup?issnl=2007-1248 - the linked https://portal.issn.org/2007-1248 yields a "page not found", while search yields results: https://portal.issn.org/api/search?search[]=MUST=allissnbis=2007-1248 --- python/fatcat_web/templates/container_lookup.html | 7 +++---- 1 file 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" %}

You can check if it is a registered ISSN-L by visiting: -https://portal.issn.org/{{ lookup_value }}. 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. +https://portal.issn.org/api/search?search[]=MUST=allissnbis={{ lookup_value }}. +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" %}

You can check if it is a real Wikidata entity by visiting: https://www.wikidata.org/wiki/{{ lookup_value }} -- cgit v1.2.3