diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-10-12 20:04:48 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-10-13 16:21:30 -0700 |
commit | 178047b3a8795609f2eae21c1bd5848c9a0b43b6 (patch) | |
tree | 653ea55e632db0530955cb8ff10dc0609392e057 /python/fatcat_web/templates/release_lookup.html | |
parent | aeedc23706cd66ae2e753a0ad5603a66049e757c (diff) | |
download | fatcat-178047b3a8795609f2eae21c1bd5848c9a0b43b6.tar.gz fatcat-178047b3a8795609f2eae21c1bd5848c9a0b43b6.zip |
web: implement new schema changes
Diffstat (limited to 'python/fatcat_web/templates/release_lookup.html')
-rw-r--r-- | python/fatcat_web/templates/release_lookup.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/release_lookup.html b/python/fatcat_web/templates/release_lookup.html index add8da93..a0ef3bb3 100644 --- a/python/fatcat_web/templates/release_lookup.html +++ b/python/fatcat_web/templates/release_lookup.html @@ -38,6 +38,9 @@ you don't know the version, you can append "v1" to get the first version. {% 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> +{% elif lookup_key == "hdl" %} +<p>You can check if it is a real Handle entity by visiting: +<b><a href="https://hdl.handle.net/{{ lookup_value }}">https://hdl.handle.net/{{ lookup_value }}</a></b> {% endif %} </div> {% endif %} @@ -120,6 +123,16 @@ releases must be versioned; if you don't know the version you can always lookup <i> Old and new style supported, but version always required for exact lookups.</i> </div> +<div class="ui attached segment"> + +<h2>Handle</h2> +<p><a href="https://handle.net">Handle identifiers</a> are registered under the +hierarchal handle.net system, maintained by CNRI. While technically all DOIs +are Handles, our system treats them as distinct identifiers. +{{ entity_macros.lookup_form("release", "hdl", "20.500.12690/RIN/IDDOAH/BTNH25", lookup_key, lookup_value, lookup_error) }} +<i> Only include the identifier itself</i> + +</div> <div class="ui attached bottom segment"> <h2>JSTOR</h2> |