From ae97f4d8d4446d32b07efba587b57b741a16cfec Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 15 Feb 2022 20:51:01 -0800 Subject: containers: update preservation page Mostly adding copy and a KBART holdings page. --- python/fatcat_web/templates/container_view.html | 33 ------------------------- 1 file changed, 33 deletions(-) (limited to 'python/fatcat_web/templates/container_view.html') diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html index db458589..0432a12d 100644 --- a/python/fatcat_web/templates/container_view.html +++ b/python/fatcat_web/templates/container_view.html @@ -158,39 +158,6 @@ {% endif %} -{# -{%- if container.extra and container.extra.kbart %} -
-Preservation Holdings
- {% for k, v in container.extra.kbart.items() %} - {% if k == "lockss" %} - LOCKSS: - {% elif k == "clockss" %} - CLOCKSS: - {% elif k == "hathitrust" and container.issnl %} - HathiTrust: - {% elif k == "portico" and container.issnl %} - Portico: - {% elif k == "scholarsportal" and container.issnl %} - Scholars Portal: - {% else %} - {{ k }}: - {% endif %} - years - {% for span in v.year_spans %} - {% if span|length >= 2 -%} - {{ span[0] }}-{{ span[1] -}} - {% elif span|length == 1 -%} - {{ span[0] -}} - {% endif -%} - {{- ", " if not loop.last }} - {% endfor %} -
- {% endfor %} -
-{% endif %} -#} -
Lookup Links
-- cgit v1.2.3