diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-05 15:56:52 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-05 15:56:52 -0700 |
commit | 388503d92ff8a1f26a0376cc42cefb077a1d6401 (patch) | |
tree | b2329cb6951bfbc5f98a0663f2e4b7991a1949ca /python/fatcat_web/templates/home.html | |
parent | 805a8b1001754fb8397e539dbc15a6cfd65661f2 (diff) | |
download | fatcat-388503d92ff8a1f26a0376cc42cefb077a1d6401.tar.gz fatcat-388503d92ff8a1f26a0376cc42cefb077a1d6401.zip |
more lookup views
Diffstat (limited to 'python/fatcat_web/templates/home.html')
-rw-r--r-- | python/fatcat_web/templates/home.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index 23563f07..87968f30 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -84,6 +84,7 @@ indexing (aka, linking together of pre-prints and final copies). <i class="search icon"></i> <input type="text" placeholder="ISSN-L" name="issnl" aria-label="lookup journal by ISSN-L"> </div> + <br><a href="/container/lookup">Other Identifiers</a> </form> <tr><td><b>Creator</b> @@ -102,6 +103,7 @@ indexing (aka, linking together of pre-prints and final copies). <i class="search icon"></i> <input type="text" placeholder="ORCID" name="orcid" aria-label="lookup author by ORCID"> </div> + <br><a href="/creator/lookup">Other Identifiers</a> </form> <tr><td><b>File</b> <br>specific digital blobs (immutable) @@ -118,6 +120,7 @@ indexing (aka, linking together of pre-prints and final copies). <i class="search icon"></i> <input type="text" placeholder="SHA-1" name="sha1" aria-label="lookup file by SHA1"> </div> + <br><a href="/file/lookup">Other Hashes</a> </form> <tr><td><b>File Set</b> <br>datasets, suplementary materials |