{% 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
{% for pub in related_publications %}
{{ pub }}
{% endfor %}
{% 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 %}