{% set container = entity %} {% set entity_view = "coverage" %} {% set entity_type = "container" %} {% import "entity_macros.html" as entity_macros %} {% extends "entity_base.html" %} {% block entity_main %}
This table is based on KBART reports from large, independent, long-term digital preservation projects. We use the start and stop years of fulltext coverage, then count individuals works as included or not on the basis of year alone (not considering volume or issue metadata). These are mostly "dark" archives, with no direct public access to holdings.
The Keeper's Registry project, currently run by issn.org, is a more authoritative source for aggregated KBART reports, and includes more archives. {% if container.issnl %} You can double check the Keeper's entry for this ISSN on portal.issn.org; click through to the "Archival Status" link to see holdings information. {% endif %} {% if container.extra and container.extra.kbart %}
Archive | Year Span(s) |
---|---|
{% 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 %} |
{% for span in v.year_spans %}
{% if span|length >= 2 -%}
{{ span[0] }} to {{ span[1] -}}
{% elif span|length == 1 -%}
{{ span[0] -}}
{% endif -%}
{% endfor %} {% if not v.year_spans %}-{% endif %} {% endfor %} |
No holdings at any other locations recorded. {% endif %}
Release Type | Total Count | Coverage |
---|---|---|
{{ type_row.release_type }} | {{ "{:,}".format(type_row.total) }} | {{ entity_macros.preservation_bar(type_row) }} {% endfor %} |