{% extends "package/base.html" %} {% set rec = g.record_dict %}{% set res = g.resource %}{% set filterable_fields = h.resource_view_get_filterable_fields(res) %} {% block head_extras -%} {{ super() }} {% endblock -%} {% block subtitle %}{{ h.dataset_display_name(g.package) }} - {{ h.resource_display_name(res) }} - {{ g.record_title }} {% endblock %} {% block breadcrumb_content_selected %}{% endblock %} {% block breadcrumb_content %}{{ super() }}
This is not the most recent version of this record.
This version is from {{ h.get_version_date(g.version) }}.
If you have followed a link from a citation, this may be what you want. If it's not, you can view the latest version here.
Please be aware that images on versions from before January 2022 may no longer be accessible.
{{ h.field_name_label(field_name) }}: | {% if h.field_is_link(value) %} {{ value }} {% else %} {{ value }} {% endif %} | {% if field_name in filterable_fields %} {% endif %} |
---|
IIIF (International Image Interoperability Framework) provides rich metadata and media viewing options for images allowing (amongst other things) comparison of objects across natural history collections. Visit the IIIF page to learn more.
View Manifest | View in Mirador {% endif %} {% endblock %}{{ _('Format') }} | {{ res.mimetype_inner or res.mimetype or res.format or _('unknown') }} |
---|---|
{{ _('License') }} | {% snippet "snippets/license.html", pkg_dict=g.pkg_dict, text_only=True %} |
{{ _('Dataset') }} | {{ g.pkg.name }} |
{{ _('Dataset ID') }} | {{ g.pkg.id }} |
{{ _('Resource') }} | {{ res.name }} |
{{ _('Resource ID') }} | {{ res.id }} |