{% extends "layout.html" %} {% block headers %} {% endblock %} {% block body %} {% set doi = item.doi %} {% set pid = item.dataset_id %} {% set uuid = item.container_uuid %} {% set item_type = "dataset" %} {% include 'public_metadata.html' %}
{% if item.is_embargoed %}

DATA - under embargo

The files in this dataset are under embargo{% if item.embargo_until_date %} until {{item.embargo_until_date}}{% endif %}.

{% if item.embargo_reason or item.confidential_reason %}

Reason

{% autoescape false %} {% if item.embargo_reason %} {{item.embargo_reason}} {% else %} {{item.confidential_reason}} {% endif %} {% endautoescape %} {% endif %}
{% elif item.is_restricted %}

DATA - restricted access

{# test 12999575 #}

Reason

{% autoescape false %} {% if item.embargo_reason %} {{item.embargo_reason}} {% elif item.confidential_reason %} {{item.confidential_reason}} {% else %} Data is confidential. {% endif %} {% if item.eula %}

End User Licence Agreement

{{item.eula}} {% endif %} {% endautoescape %}
{% include 'dataset_access_request.html' %} {% elif item.is_metadata_record %} {# test 18586031 #}

DATA - not available

{% if item.metadata_reason %} {{item.metadata_reason}} {% else %} Data is undisclosed. {% endif %}
{% else %}

DATA

{% if services %} {# test 12717890 #}
data service
{% endif%} {% if opendap %} {# test 17122553 #}
OPeNDAP data service
{% endif%} {%- if git_repository_url %}

To access the source code, use the following command:

git clone {{git_repository_url}}
{%- endif %} {% if files %} {# test 16545714 #}
files
{% endif %} {% endif %}
{%- if not in_production: %} {% set debug_vars = {"item":item, "version":version, "versions":versions, "citation":citation, "authors":authors, "contributors":contributors, "files":files, "services":services, "tags":tags, "categories":categories, "fundings":fundings, "references": references, "derived_from":derived_from, "collections":collections, "my_collections":my_collections, "dates":dates, "coordinates":coordinates, "id_version":id_version, "opendap":opendap, "statistics":statistics, "my_email":my_email, "my_name":my_name, "private_view":private_view} %} {% set djehuty_API = "/v2/articles/"~pid %} {% set figshare_html = "https://data.4tu.nl/articles/_/"~pid %} {% set figshare_API = "https://api.figshare.com/v2/articles/"~pid %} {% if version %} {% set djehuty_API = djehuty_API~"/versions/"~version %} {% set figshare_html = figshare_html~"/"~version %} {% set figshare_API = figshare_API~"/versions/"~version %} {% endif %} {% include 'debug.html' %} {%- endif %} {% endblock %}