{%- extends "layout.html" %} {%- set doi = item.doi %} {%- set pid = item.dataset_id %} {%- set item_type = "dataset" %} {%- block headers %} {%- if item.embargo_type is not defined or item.embargo_type != 'article' %} {%- include 'jsonld.html' %} {%- endif %} {%- endblock %} {%- block body %} {%- include 'public_metadata.html' %}
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 %}To access the source code, use the following command:
git clone {{git_repository_url}}{%- if item.git_repository_name %} "{{item.git_repository_name}}"{%- endif %}
{{file.computed_md5}}