diff --git a/content/sc.data/cellxgene_2018CellReports.md b/content/sc.data/cellxgene_2018CellReports.md new file mode 100644 index 0000000000000000000000000000000000000000..6be3f184c90c8eafb10a4bc03e6b65ad4cb62aa5 --- /dev/null +++ b/content/sc.data/cellxgene_2018CellReports.md @@ -0,0 +1,13 @@ +--- +title: "Human Normal Prostate" +description: "As published in 2018 Cell Reports (cellxgene: in development)" +name: "Human Normal Prostate: As published in 2018 Cell Reports" +date: 2019-12-24T21:46:39-06:00 +draft: false +weight: "2" +type: "custom" +layout: "cellxgene" +current: false +location: "PublishedData/2018CellReports/2018CellReports_huPr_all" +--- + diff --git a/content/sc.data/cellxgene_2020Prostate.PdPgb.md b/content/sc.data/cellxgene_2020Prostate.PdPgb.md new file mode 100644 index 0000000000000000000000000000000000000000..96643b709d614c0f3f746a7b4e891cb5adbe8136 --- /dev/null +++ b/content/sc.data/cellxgene_2020Prostate.PdPgb.md @@ -0,0 +1,13 @@ +--- +title: "Human Normal and BPH Prostate Epithelia" +description: ": As published in 2020 Prostate (cellxgene: in development)" +name: "Human Normal and BPH Prostate Epithelia: As published in 2020 Prostate" +date: 2019-12-24T21:46:39-06:00 +draft: false +weight: "3" +type: "custom" +layout: "cellxgene" +current: false +location: "PublishedData/2020Prostate/2020Prostate_huPr_PdPgb_epi" +--- + diff --git a/content/sc.data/cellxgene_2020Prostate.muPrUr.md b/content/sc.data/cellxgene_2020Prostate.muPrUr.md new file mode 100644 index 0000000000000000000000000000000000000000..7818d62fccdde18857b653b153f5c89494aa94f2 --- /dev/null +++ b/content/sc.data/cellxgene_2020Prostate.muPrUr.md @@ -0,0 +1,13 @@ +--- +title: "Mouse Prostate and Urethral Epithelia" +description: "As published in 2020 Prostate (cellxgene: in development)" +name: "Mouse Prostate and Urethral Epithelia: As published in 2020 Cell Reports" +date: 2019-12-24T21:46:39-06:00 +draft: false +weight: "4" +type: "custom" +layout: "cellxgene" +current: false +location: "PublishedData/2020Prostate/2020Prostate_muPrUr_epi" +--- + 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 0000000000000000000000000000000000000000..9f6638de7dfd53e856a9fba938ced1640e098467 --- /dev/null +++ b/content/sc.data/cellxgene_hu.Pd.deep.md @@ -0,0 +1,13 @@ +--- +title: "Human Normal Prostate" +description: "Deep Sequencing (cellxgene: in development)" +name: "Human Normal Prostate: Deep Sequencing" +date: 2019-12-24T21:46:39-06:00 +draft: false +weight: "1" +type: "custom" +layout: "cellxgene" +current: false +location: "huPr_DEEP/huPr_Pd_all" +--- + diff --git a/content/sc.data/hu.Pd.deep.md b/content/sc.data/hu.Pd.deep.md index 839547c465da97bd23961a4454a772821c4dc922..1df059cab9e7d57f4b999239534d5121d7ade7ae 100644 --- a/content/sc.data/hu.Pd.deep.md +++ b/content/sc.data/hu.Pd.deep.md @@ -1,7 +1,7 @@ --- -title: "Human Donor Prostate" +title: "Human Normal Prostate" description: "Single-Cell RNA-sequencing Data" -name: "Human Donor Prostate" +name: "Human Normal Prostate" date: 2019-12-24T21:46:39-06:00 draft: false weight: "1" diff --git a/layouts/custom/cellxgene.html b/layouts/custom/cellxgene.html new file mode 100644 index 0000000000000000000000000000000000000000..e98c323fbebcb076d2ff9321ea428588c942b2a9 --- /dev/null +++ b/layouts/custom/cellxgene.html @@ -0,0 +1,38 @@ +{{ partial "header.html" . }} + +<div class="header"> + <h1>{{ .Title }}</h1> + <h2>{{ .Description }}</h2> +</div> + +<style> + .cellxgene { + margin: 0 auto; + padding: 0 2em; + max-width: 1650px; + height: 730px; + margin-bottom: 50px; + } + .no-cellxgene{ + display: none; + } +@media only screen and (max-width: 1500px) { + .cellxgene{ + display: none; + } + .no-cellxgene{ + margin: 0 auto; + padding: 0 2em; + margin-bottom: 50px; + display: inherit; + } +} +</style> +<div class="cellxgene"> + <iframe name="embed" src="http://52.15.203.98:5005/view/{{ .Params.location }}.h5ad/" width="100%" height="100%" frameborder="0" allowfullscreen="" ></iframe> +</div> +<div class="no-cellxgene"> + <h2>Screen width too narrow to display cellxgene</h1> +</div> + +{{ partial "footer.html" . }} \ No newline at end of file diff --git a/layouts/custom/sc.data.html b/layouts/custom/sc.data.html index 6e0dc9bb7d8fe784fab0b23a3e33b214fdf294d9..d45a0c4f3210d619cb59dbbfd551b577ab561dd3 100644 --- a/layouts/custom/sc.data.html +++ b/layouts/custom/sc.data.html @@ -57,6 +57,7 @@ <br> <hr> <br> + <h3 style="text-align: center">CZI cellxgene (with Novartis' cellxgene-gateway) for data exploration (in development)</h3> {{ range where .Pages.ByWeight "Params.current" false }} <li><i><a href="{{.Permalink}}">{{.Params.name}}</a></i></li> {{ end }}