Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
StrandLab2.net
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Strand Lab
StrandLab2.net
Commits
f44eed44
Commit
f44eed44
authored
3 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Plain Diff
Merge branch 'CZI.data.portal.hosting' into 'develop'
Add CZI data portal hosting See merge request
!112
parents
ad2357ae
37dc3398
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!113
Develop
,
!112
Add CZI data portal hosting
Pipeline
#10366
passed with stages
in 23 seconds
Changes
21
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
layouts/custom/sc.data.html
+31
-5
31 additions, 5 deletions
layouts/custom/sc.data.html
with
31 additions
and
5 deletions
layouts/custom/sc.data.html
+
31
−
5
View file @
f44eed44
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment