Description

{{description}}

{% if project_urls %}

Projects

This dataset was collected as part of the following projects:

{% endif %} {% if funders %}

Funding

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 %}

Permits

These data were collected under permit from the following authorities:

{% endif %}

Files

This dataset consists of {{ all_filenames | length}} {{ 'file' if all_filenames |length == 1 else 'files' }}: {{ all_filenames | join(', ') }}

{{ dataset_filename }}

{% if internal_tables %}

This file contains dataset metadata and {{ internal_tables | length}} data tables:

{% for tab in internal_tables %}

{{ tab.title }}

{% endfor %} {% else %}

This file only contains dataset metadata.

{% endif %} {% for external_filename , external_data in external_file_data.items() %}

{{ external_filename }}

{{ external_data['description'] }}

{% if external_data['tables'] %}

This file contains {{ external_data['tables'] | length}} data tables:

{% for tab in external_data['tables'] %}

{{ tab.title }}

{% endfor %} {% endif %} {% endfor %}

Extents

{% if gbif_taxa or seq_taxa%}

Taxonomic coverage

This dataset contains data associated with taxa.

{% if gbif_taxa %}

GBIF taxa details

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 %}

Bioinformatics taxonomy details

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() %}

{{ sheet_name }} taxonomy sheet

Reference taxonomy database details

Taxa tree (to phylum level)

{{details.index}}

{% endfor %} {% endif %} {% endif %}