Release Overview

ROCrate ID
{% if published %} {{ id_value }} {% else %} {{ id_value }} {% endif %}
DOI
{% if doi %} {{ doi }} {% else %} None {% endif %}
Release Date
{{ release_date }}
Size
{{ content_size }}
Description
{{ description }}
Authors
{{ authors }}
Publisher
{{ publisher }}
Principal Investigator
{{ principal_investigator }}
{% if contact_email %}
Contact Email
{% endif %} {% if data_governance %}
Data Governance Committee
{{ data_governance }}
{% endif %} {% if ethical_review %}
Ethical Review
{{ ethical_review }}
{% endif %}
Copyright
License
{% if license_value %} {{ license_value }} {% else %} Not specified {% endif %}
Terms of Use
{{ terms_of_use }}
HL7 Confidentiality Level
{{ confidentiality_level }}
Keywords
{% if keywords is string %} {{ keywords }} {% else %} {{ keywords|join(', ') }} {% endif %}
Cite As
{{ citation }}
Funding
{{ funding }}
Completeness
{{ completeness }}
Related Publications

Human Subjects & Regulatory

Human Subjects Research: {{ human_subject_research }}
De-identified Samples: {{ deidentified_samples }}
FDA Regulated: {{ fda_regulated }}
IRB Protocol ID: {{ irb_protocol_id }}
Institutional Review Board: {% if irb is mapping %}
{{ irb.name }} {% if irb.contactPoint %}
{% if irb.contactPoint.contactType %} {{ irb.contactPoint.contactType }} {% endif %} {% if irb.contactPoint.email %} {{ irb.contactPoint.email }} {% endif %} {% if irb.contactPoint.telephone %} {{ irb.contactPoint.telephone }} {% endif %}
{% endif %} {% if irb.address %}
{% if irb.address.streetAddress %}{{ irb.address.streetAddress }}, {% endif %} {% if irb.address.addressLocality %}{{ irb.address.addressLocality }}, {% endif %} {% if irb.address.addressRegion %}{{ irb.address.addressRegion }} {% endif %} {% if irb.address.postalCode %}{{ irb.address.postalCode }}{% endif %} {% if irb.address.addressCountry %}, {{ irb.address.addressCountry }}{% endif %}
{% endif %}
{% else %} {{ irb }} {% endif %}
{% if human_subject_exemptions and human_subject_exemptions != "N/A" %}
Human Subjects Exemptions:

{{ human_subject_exemptions }}

{% else %}
Human Subjects Exemptions: {{ human_subject_exemptions }}
{% endif %}