{% extends "layout.html" %} {% block title %} Download data {% endblock title %} {% block body %}

Download data

Select and download complete ASV occurrence datasets in a modified Darwin Core (DwC) format. These files contain the same data as corresponding DwC archives served from the GBIF-Sweden Integrated Publishing Toolkit (IPT) website, but in a more condensed format. You can also inspect or download individual datasets via direct links, or retrieve lists of datasets in Excel or CSV format. You may have to actively allow downloads from our site in your browser preferences.
Please contact SBDI support if you have any questions or suggestions.

{% if dlform %}
{{ dlform.csrf_token }}

{% if rows %} {% for row in rows %} {% endfor %} {% endif %}
Target gene Institution Dataset name / IPT link Download link
{{ row.target_gene }} {{ row.institution_code }} {% if row.ipt_resource_id %} {{ row.dataset_name }} {% else %} {{ row.dataset_name }} {% endif %}
Dummy
{{ dlform.download(class='btn btn-primary', value='Download') }}
{% endif %} {% endblock body %}