Skip to content
Snippets Groups Projects
Commit f44eed44 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Merge branch 'CZI.data.portal.hosting' into 'develop'

Add CZI data portal hosting

See merge request !112
parents ad2357ae 37dc3398
Branches
Tags
2 merge requests!113Develop,!112Add CZI data portal hosting
Pipeline #10366 passed with stages
in 23 seconds
......@@ -71,12 +71,12 @@
<div class="row">
<div class="columnImg">
<p class="GenesName" style="background-color:black;"></p>
<img class="Genes img" src="/gene.cloud/City.ALL.2020.png"
alt="Origination City of Gene Searchers searched in 2020 using the legacy visualization">
<img class="Genes img" src="/gene.cloud/Genes.hu.2020.png"
alt="Human Genes searched in 2020 using the legacy visualization">
<img class="Genes img" src="/gene.cloud/Genes.mu.2020.png"
alt="Mouse Genes searched in 2020 using the legacy visualization">
<img class="Genes img" src="/gene.cloud/City.ALL.2020.png"
alt="Origination City of Gene Searchers searched in 2020 using the legacy visualization">
</div>
<div class="row">
<div class="columnNav">
......@@ -91,18 +91,44 @@
</div>
<div class="content">
<hr>
<h2>Visualization of Published Data with <a href="https://chanzuckerberg.github.io/cellxgene/">CZI's cellxgene</a></h2>
{{ range where (where .Pages.ByWeight "Params.cellxgene" true) "Params.pending" false}}
<li><b><a href="{{ .Params.cxg_link }}" target="_blank">{{.Params.name}}</a></b></li>
<h2>Visualization of Published Data with <a href="https://cellxgene.cziscience.com/">CZI's cellxgene</a></h2>
{{ range where (where (where .Pages.ByWeight "Params.cellxgene" true) "Params.pending" false) "Params.date.Year" 2021 }}
{{ if in .Params.name "Human" }}
<li><b><a href="{{ .Params.cxg_link }}" target="_blank">{{.Params.name}}</a></b></li>
{{ end }}
{{ end }}
<hr style="text-align:left; margin-left:0; width:25%; border-top:dotted 1px">
{{ range where (where (where .Pages.ByWeight "Params.cellxgene" true) "Params.pending" false) "Params.date.Year" 2021 }}
{{ if in .Params.name "Mouse" }}
<li><b><a href="{{ .Params.cxg_link }}" target="_blank">{{.Params.name}}</a></b></li>
{{ end }}
{{ end }}
<hr style="text-align:left; margin-left:0; width:50%; border-top:dotted 1px">
{{ range where (where (where .Pages.ByWeight "Params.cellxgene" true) "Params.pending" false) "Params.date.Year" 2020 }}
{{ if in .Params.name "Human" }}
<li><b><a href="{{ .Params.cxg_link }}" target="_blank">{{.Params.name}}</a></b></li>
{{ end }}
{{ end }}
<hr style="text-align:left; margin-left:0; width:25%; border-top:dotted 1px">
{{ range where (where (where .Pages.ByWeight "Params.cellxgene" true) "Params.pending" false) "Params.date.Year" 2020 }}
{{ if in .Params.name "Mouse" }}
<li><b><a href="{{ .Params.cxg_link }}" target="_blank">{{.Params.name}}</a></b></li>
{{ end }}
{{ end }}
<hr style="text-align:left; margin-left:0; width:50%; border-top:dotted 1px">
{{ range where (where (where .Pages.ByWeight "Params.cellxgene" true) "Params.pending" false) "Params.date.Year" 2018 }}
<li><b><a href="{{ .Params.cxg_link }}" target="_blank">{{.Params.name}}</a></b></li>
{{ end }}
<br>
<hr>
<!--
<h2><i>Visualization of Unpublished Data with <a href="https://chanzuckerberg.github.io/cellxgene/">CZI's cellxgene</a></i></h2>
{{ range where (where .Pages.ByWeight "Params.cellxgene" true) "Params.pending" true}}
<li><b><a href="{{.Permalink}}">{{.Params.name}}</a></b></li>
{{ end }}
<br>
<hr>
-->
<h2>Legacy Visualization</h2>
{{ range where .Pages.ByWeight "Params.cellxgene" false }}
<li><b><a href="{{.Permalink}}">{{.Params.name}}</a></b></li>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment