{% comment %} This include creates a modal pop up with data export options. The logic of which formats appear is based on config-nav stubs: if subject.html, map.html, location.html, or timeline.html are present, corresponding data formats will be available for download. {%- endcomment -%} {%- assign stubs = site.data.config-nav | map: 'stub' | join: ';' -%}
Download this collection's data in a variety of reusable formats.
{% if site.data.theme.metadata-export-fields %}All metadata fields for all collection items, available as a CSV spreadsheet (usable in Excel, Google Sheets, and similar programs) or JSON file (often used with web applications).
Metadata CSV Metadata JSONList of unique values and their count for specific metadata fields, useful for understanding content of the fields.
Facets JSONUnique values and counts of subject metadata, useful for further analyzing the content of this collection.
Subjects CSV Subjects JSONUnique values and counts of location metadata, useful for further visualization and analysis of this collection's place names.
Locations CSV Locations JSONMetadata for all collection items that have geographic coordinates in GeoJSON format, useful for further exploration and analysis of this collection through a geographical lense.
Geodata JSONGitHub repository containing source code for this project built with CollectionBuilder-CSV.
Source Code