diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-02-26 14:22:52 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-02-26 14:22:52 -0800 |
commit | 504bbc56a682e9de0c0a9a0ac6127510431e9e55 (patch) | |
tree | 7a1eefec7bcd295cc5a697e64e7b27c6486cc4cf /python/fatcat_web/templates/home.html | |
parent | b347264c4e69a0d475994074befe94ab103693f5 (diff) | |
download | fatcat-504bbc56a682e9de0c0a9a0ac6127510431e9e55.tar.gz fatcat-504bbc56a682e9de0c0a9a0ac6127510431e9e55.zip |
home: mention coverage visualization
Diffstat (limited to 'python/fatcat_web/templates/home.html')
-rw-r--r-- | python/fatcat_web/templates/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index 54dbe573..0b55fdf1 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -63,7 +63,7 @@ publications including journal articles, conference proceedings, and datasets. <p>Features include archival file-level metadata (verified digests and - long-term copies), work/edition grouping, an + long-term copies), a <b><a href="/coverage/search">preservation coverage visualizer</a></b>, work/edition grouping, an <b><a href="https://api.{{ config.FATCAT_DOMAIN }}">open API</a></b>, and public metadata dumps. <a href="/about">Read more...</a> @@ -84,7 +84,7 @@ </div> <div class="seven wide column"> <a href="/coverage/search?q=is_oa%3Atrue+year%3A%3E1995+year%3A%3C%3D2019+%28type%3Aarticle-journal+OR+type%3Aarticle+OR+type%3Apaper-conference%29+%21doi_prefix%3A10.5281+%21doi_prefix%3A10.6084"> - <img src="/static/fatcat_oa_preservation_jan2021.svg" style="width: 100%;"> + <img alt="coverage visualization tool" src="/static/fatcat_oa_preservation_jan2021.svg" style="width: 100%;"> </a> </div> </div> |