diff options
Diffstat (limited to 'python/fatcat_web/templates/container_lookup.html')
-rw-r--r-- | python/fatcat_web/templates/container_lookup.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/python/fatcat_web/templates/container_lookup.html b/python/fatcat_web/templates/container_lookup.html index 798e5587..8a3d4bdf 100644 --- a/python/fatcat_web/templates/container_lookup.html +++ b/python/fatcat_web/templates/container_lookup.html @@ -18,11 +18,9 @@ Couldn't find a container with that identifier (<b><code>{{ lookup_key }}:{{ lookup_value }}</code></b>). If you think it should be in the catalog, you could 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: +{% if lookup_key == "issnl" or lookup_key == "issn" or lookup_key == "issne" or lookup_key == "issnp" %} +<p>You can check if it is a registered ISSN by visiting: <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> @@ -32,6 +30,14 @@ container, you need to use the indicated "linking" ISSN. <div class="ui top attached segment"> +<h2>ISSN</h2> +<p>Lookup container with the given ISSN as any of the ISSN-L, ISSN-E (electronic) or ISSN-P (print) ISSNs. +{{ entity_macros.lookup_form("container", "issn", "1234-567X", lookup_key, lookup_value, lookup_error) }} +<i> Must include the dash</i> + +</div> +<div class="ui attached segment"> + <h2>ISSN-L</h2> <p>The "linking" ISSN for a journal or other publication is one of the "print" or "electronic" |