{{description}}
{% if project_urls %}This dataset was collected as part of the following projects:
These data were collected as part of research funded by:
This dataset is released under the CC-BY 4.0 licence, requiring that you cite the dataset in any outputs, but has the additional condition that you acknowledge the contribution of these funders in any outputs.
{% endif %} {% if permits %}These data were collected under permit from the following authorities:
This dataset consists of {{ all_filenames | length}} {{ 'file' if all_filenames |length == 1 else 'files' }}: {{ all_filenames | join(', ') }}
This file contains dataset metadata and {{ internal_tables | length}} data tables:
{% for tab in internal_tables %}This file only contains dataset metadata.
{% endif %} {% for external_filename , external_data in external_file_data.items() %}{{ external_data['description'] }}
{% if external_data['tables'] %}This file contains {{ external_data['tables'] | length}} data tables:
{% for tab in external_data['tables'] %}This dataset contains data associated with taxa.
{% if gbif_taxa %}The following taxa were validated against the GBIF backbone dataset (version {{ gbif_timestamp }}). If a dataset uses a synonym, the accepted usage is shown followed by the dataset usage in brackets. Taxa that cannot be validated, including new species and other unknown taxa, morphospecies, functional groups and taxonomic levels not used in the GBIF backbone are shown in square brackets.
{{ gbif_taxa }} {% endif %} {% if seq_taxa %}The dataset contains taxa that were identified as part of a bioinformatics workflow. These taxa are not independently validated as they have been generated using established reference databases. Details of the reference databases used by each sequenced taxonomy worksheet are provided below. Taxonomy trees (resolved to phylum level) are also provided. For more detailed information on the taxa contained in the dataset, you will need to download the data.
{% for sheet_name, details in seq_taxa.items() %}{{details.index}}
{% endfor %} {% endif %} {% endif %}