Release Overview

{% if id_value %}
ROCrate ID
{% if published %} {{ id_value }} {% else %} {{ id_value }} {% endif %}
{% endif %} {% if doi %}
DOI
{% endif %} {% if release_date %}
Release Date
{{ release_date }}
{% endif %} {% if content_size %}
Size
{{ content_size }}
{% endif %} {% if description %}
Description
{{ description }}
{% endif %} {% if authors %}
Authors
{{ authors }}
{% endif %} {% if publisher %}
Publisher
{{ publisher }}
{% endif %} {% if principal_investigator %}
Principal Investigator
{{ principal_investigator }}
{% endif %} {% if contact_email %}
Contact Email
{% endif %} {% if data_governance %}
Data Governance Committee
{{ data_governance }}
{% endif %} {% if ethical_review %}
Ethical Review
{{ ethical_review }}
{% endif %} {% if copyright %}
Copyright
{% endif %} {% if license_value %}
License
{% endif %} {% if terms_of_use %}
Terms of Use
{{ terms_of_use }}
{% endif %} {% if confidentiality_level %}
HL7 Confidentiality Level
{{ confidentiality_level }}
{% endif %} {% if keywords %}
Keywords
{% if keywords is string %} {{ keywords }} {% else %} {{ keywords|join(', ') }} {% endif %}
{% endif %} {% if citation %}
Citation
{% if citation is string %}{{ citation }}{% else %}
    {% for c in citation %}
  • {{ c }}
  • {% endfor %}
{% endif %}
{% endif %} {% if funding %}
Funding
{{ funding }}
{% endif %} {% if completeness %}
Completeness
{{ completeness }}
{% endif %} {% if related_publications %}
Related Publications
{% endif %} {# Regulatory block: absent fields mean "not stated", not "No"/"N/A", so the whole block disappears when the crate declares none of them. #} {% if human_subject_research or deidentified_samples or fda_regulated or irb_protocol_id or irb or human_subject_exemptions %}

Human Subjects & Regulatory Information

{% if human_subject_research or deidentified_samples or fda_regulated or irb_protocol_id %}
{% if human_subject_research %}
Human Subjects Research: {{ human_subject_research }}
{% endif %} {% if deidentified_samples %}
De-identified Samples: {{ deidentified_samples }}
{% endif %} {% if fda_regulated %}
FDA Regulated: {{ fda_regulated }}
{% endif %} {% if irb_protocol_id %}
IRB Protocol ID: {{ irb_protocol_id }}
{% endif %}
{% endif %} {% if irb %}
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 %}
{% endif %} {% if human_subject_exemptions %}
Human Subjects Exemptions:

{{ human_subject_exemptions }}

{% endif %}
{% endif %}