From 28d6562a350712b4966b253d866bb04a6ae30d05 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@gmail.com>
Date: Mon, 18 May 2020 17:43:34 -0500
Subject: [PATCH] Start adding cellxgene

need to figure out dimentions
---
 content/sc.data/cellxgene_hu.Pd.deep.md  | 12 ++++++++++++
 layouts/custom/cellxgene_hu.Pd.deep.html | 22 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 content/sc.data/cellxgene_hu.Pd.deep.md
 create mode 100644 layouts/custom/cellxgene_hu.Pd.deep.html

diff --git a/content/sc.data/cellxgene_hu.Pd.deep.md b/content/sc.data/cellxgene_hu.Pd.deep.md
new file mode 100644
index 0000000..3bf74f3
--- /dev/null
+++ b/content/sc.data/cellxgene_hu.Pd.deep.md
@@ -0,0 +1,12 @@
+---
+title: "Human Donor Prostate (cellxgene)"
+description: "Single-Cell RNA-sequencing Data"
+name: "Human Donor Prostate (cellxgene)"
+date: 2019-12-24T21:46:39-06:00
+draft: false
+weight: "1"
+type: "custom"
+layout: "cellxgene_hu.Pd.deep"
+current: false
+---
+
diff --git a/layouts/custom/cellxgene_hu.Pd.deep.html b/layouts/custom/cellxgene_hu.Pd.deep.html
new file mode 100644
index 0000000..9442764
--- /dev/null
+++ b/layouts/custom/cellxgene_hu.Pd.deep.html
@@ -0,0 +1,22 @@
+{{ partial "header.html" . }}
+
+<div class="header">
+    <h1>{{ .Title }}</h1>
+    <h2>{{ .Description }}</h2>
+</div>
+
+<style>
+.contents {
+    margin: 0 auto;
+    padding: 0 2em;
+    max-width: 800px;
+    height: 1000px;
+    margin-bottom: 50px;
+    line-height: 1.6em;
+}
+</style>
+<div class="contents">
+    <iframe name="cellxgene-gateway" src="http://198.215.54.107:5005/view/StrandLab/huPr_DEEP/huPr_Pd_all.h5ad/" style="padding: 35px" width="100%" height="100%" frameborder="0" allowfullscreen="" ></iframe>
+</div>
+
+{{ partial "footer.html" . }}
\ No newline at end of file
-- 
GitLab