{{description}}
{% if funders %}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 and these have been validated against appropriate taxonomic authority databases.
{% 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 ncbi_taxa %}The following taxa were validated against the NCBI taxonomy dataset (version {{ ncbi_timestamp }}). If a dataset uses a synonym, the accepted usage is shown followed by the dataset usage in brackets. Taxa that cannot be validated, e.g. new or unknown species are shown in square brackets. Non-backbone taxonomic ranks (e.g. strains or subphyla) can be validated using the NCBI database. However, they will only be shown if the user explicitly provided a non-backbone taxon. When they are shown they will be accompanied by an message stating their rank.
{{ ncbi_taxa }} {% endif %} {% endif %}