{% extends "index_page.html" %} {% block css %} {% endblock %} {% block title %}Dataset: {{ name }}{% endblock %} {% block content %} {% if dataset %}
Details {% if dataset.accessionId %} (GN1 Link) {% endif %}
{% if dataset.label != dataset.altLabel and dataset.label != dataset.title %}
Name
{{ dataset.label }}
{% endif %} {% if dataset.created %}
Created
{{ dataset.created }}
{% endif %} {% if dataset.inbredSet %}
Group
{{ dataset.inbredSet.label}}
{% endif %} {% if dataset.accessionId %}
Accession Id
{{ dataset.accessionId}}
{% endif %} {% if dataset.hasGeoSeriesId %}
GEO Series
{{ dataset.geoSeriesId.split("=")[-1] }}
{% endif %} {% if dataset.tissue %}
Tissue
{{ dataset.tissue.label }}
{% endif %} {% if dataset.platform %}
Platforms
{{ dataset.platform.label }} [ {{ dataset.platform.prefLabel}} ]
{% endif %} {% if dataset.normalization %}
Normalization
{{ dataset.normalization.label }}
{% endif %} {% if dataset.contactPoint %}
Investigator
{% if dataset.contactPoint.contactWebUrl %} {{ dataset.contactPoint.contactName }} {% else %} {{ dataset.contactPoint.contactName }} {% endif %}
{% endif %} {% if dataset.organization %}
Organization
{{ dataset.organization }}
{% endif %}
{% if dataset.description %}

Description {% if dataset.editable %} edit  ] {% endif %}

{{ dataset.description|safe }}
{% endif %} {% if dataset.experimentType %}

Experiment Type {% if dataset.editable %} edit  ] {% endif %}

{{ dataset.experimentType|safe }}
{% endif %} {% if dataset.specifics %}

Specifics of this Dataset {% if dataset.editable %} edit  ] {% endif %}

{{ dataset.specifics }}
{% endif %} {% if dataset.experimentDesignInfo %}

Experiment Design {% if dataset.editable %} edit  ] {% endif %}

{{ dataset.experimentDesignInfo|safe }}
{% endif %} {% if dataset.caseInfo %}

About the Cases Used to Generate this Dataset: {% if dataset.editable %} edit  ] {% endif %}

{{ dataset.caseInfo|safe }}
{% endif %} {% if dataset.tissue and dataset.tissueInfo %}

About the Tissue {%if dataset.tissue and dataset.tissue.label %}({{ dataset.tissue.label }}) {% endif %}Used to Generate this Dataset {% if dataset.editable %} edit  ] {% endif %}

{{ dataset.tissueInfo|safe }}
{% endif %} {% if dataset.platform and dataset.platformInfo %}

About the Array Platform {% if dataset.editable %} edit  ] {% endif %}

{{ dataset.platformInfo|safe }}
{% endif %} {% if dataset.processingInfo %}

About Data Values and Data Processing {% if dataset.editable %} edit  ] {% endif %}

{{ dataset.processingInfo|safe }}
{% endif %} {% if dataset.notes %}

Notes {% if dataset.editable %} edit  ]

{% endif %}
{{ dataset.notes|safe }}
{% endif %} {% if dataset.citation|trim %}

Citation {% if dataset.editable %} edit  ] {% endif %}

{{ dataset.citation|safe}}
{% endif %} {% if dataset.acknowledgement|trim %}

Acknowledgment {% if dataset.editable %} edit  ] {% endif %}

{{ dataset.acknowledgement|safe}}
{% endif %} {% if dataset.contributors %}

Contributors {% if dataset.editable %} edit  ] {% endif %}

{{ dataset.contributors|safe }}
{% endif %}
{% else %}

We appreciate your interest, but unfortunately, we don't have any additional information available for: {{ name }}. If you have other inquiries or need assistance with something else, please don't hesitate to get in touch with us.

{% endif %} {% endblock %} {% block js %} {% endblock %}