{% extends "base.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 edit  ]

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

Experiment Type

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

Specifics of this Dataset

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

Experiment Design

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

About the Cases Used to Generate this Dataset:

{{ 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

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

About the Array Platform

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

About Data Values and Data Processing

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

Notes

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

Citation

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

Acknowledgment

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

Contributors

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