From 204a308be0f741726b9a620d88fbc22b22124c81 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 29 Dec 2023 18:55:37 +0000 Subject: Namespace all modules under gn2. We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. --- gn2/wqflask/templates/info_page.html | 92 ++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 gn2/wqflask/templates/info_page.html (limited to 'gn2/wqflask/templates/info_page.html') diff --git a/gn2/wqflask/templates/info_page.html b/gn2/wqflask/templates/info_page.html new file mode 100644 index 00000000..91d34573 --- /dev/null +++ b/gn2/wqflask/templates/info_page.html @@ -0,0 +1,92 @@ +{% extends "base.html" %} +{% block title %}Policies{% endblock %} +{% block content %} + +

Data Set Group: {{ info.dataset_name }} + +{{ info.info_page_name }} +

+ + + + + +
+ + + + + + + + + + + +
Data Set: {{ info.info_file_title }}
GN Accession: GN{{ gn_accession_id }}
GEO Series: {{ info.geo_series }}
Title: {{ info.publication_title }}
Organism: {{ info.menu_name }}
Group: {{ info.group_name }}
Tissue: {{ info.tissue_name }}
Dataset Status: {{ info.dataset_status_name }}
Platforms: {{ info.gene_chip_name }}
Normalization: {{ info.avg_method_name }}
+
+ + + + + + + + + + + + + + + + + +
Contact Information
+ {{ info.investigator_first_name }} {{ info.inveestigator_last_name }}
+ {{ info.organization_name }}
+ {{ info.investigator_address }}
+ {{ info.investigator_city }}, {{ info.investigator_state }} {{ info.investigator_zipcode }} {{ info.investigator_country }}
+ Tel. {{ info.investigator_phone }}
+ {{ info.investigator_email }}
+ Website +
Download datasets and supplementary data files
+ +
+
+
+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Specifics of this Data Set:
{{ info.specifics|safe }}

Summary:
{{ info.dataset_summary|safe }}

About the cases used to generate this set of data:
{{ info.about_cases|safe }}

About the tissue used to generate this set of data:
{{ info.about_tissue|safe }}

About the array platform:
{{ info.about_platform|safe }}

About data values and data processing:
{{ info.about_data_processing|safe }}

Notes:
{{ info.notes|safe }}

Experiment Type:
{{ info.experiment_design|safe }}

Contributor:
{{ info.contributors|safe }}

Citation:
{{ info.citation|safe }}

Data source acknowledgment:
{{ info.acknowledgement|safe }}

Study Id:
{{ info.dataset_id }}

+

+ +{% endblock %} -- cgit v1.2.3