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
Merge requests
!56
Remove cellxgene datasets from site
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove cellxgene datasets from site
develop
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Gervaise Henry
requested to merge
develop
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ab18255c
1 commit,
4 years ago
1 file
+
60
−
65
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
layouts/custom/sc.data.html
+
60
−
65
Options
{{ partial "header.html" . }}
<div
class=
"header"
>
<h1>
{{ .Title }}
</h1>
<h2>
{{ .Description }}
</h2>
</div>
<style>
.cloud
{
margin
:
0
;
max-width
:
none
;
}
.select
{
float
:
top
;
z-index
:
1
;
top
:
0px
;
overflow-x
:
hidden
;
padding
:
8px
10px
;
}
.column
{
float
:
left
;
text-align
:
center
;
width
:
50%
;
}
img
{
max-width
:
75%
;
height
:
auto
;
}
@media
(
max-width
:
1000px
)
{
.column
{
width
:
100%
;
}
}
</style>
<div
class=
"cloud"
>
<div
class=
"select"
>
<div
class=
"column"
>
<img
src=
"/gene.cloud/Genes.hu.202004.png"
alt=
"April 2020 Human Genes"
class=
"img"
/>
<H5>
Human Genes Searched (April 2020)
</H5>
</div>
<div
class=
"column"
>
<img
src=
"/gene.cloud/Genes.mu.202004.png"
alt=
"April 2020 Mouse Genes"
class=
"img"
/>
<H5>
Mouse Genes Searched (April 2020)
</H5>
</div>
</div>
</div>
<div
class=
"content"
>
<hr>
<br>
{{ range where .Pages.ByWeight "Params.current" true }}
<li><b><a
href=
"{{.Permalink}}"
>
{{.Params.name}}
</a></b></li>
{{ end }}
<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 }}
</div>
{{ partial "header.html" . }}
<div
class=
"header"
>
<h1>
{{ .Title }}
</h1>
<h2>
{{ .Description }}
</h2>
</div>
<style>
.cloud
{
margin
:
0
;
max-width
:
none
;
}
.select
{
float
:
top
;
z-index
:
1
;
top
:
0px
;
overflow-x
:
hidden
;
padding
:
8px
10px
;
}
.column
{
float
:
left
;
text-align
:
center
;
width
:
50%
;
}
img
{
max-width
:
75%
;
height
:
auto
;
}
@media
(
max-width
:
1000px
)
{
.column
{
width
:
100%
;
}
}
</style>
<div
class=
"cloud"
>
<div
class=
"select"
>
<div
class=
"column"
>
<img
src=
"/gene.cloud/Genes.hu.202004.png"
alt=
"April 2020 Human Genes"
class=
"img"
/>
<H5>
Human Genes Searched (April 2020)
</H5>
</div>
<div
class=
"column"
>
<img
src=
"/gene.cloud/Genes.mu.202004.png"
alt=
"April 2020 Mouse Genes"
class=
"img"
/>
<H5>
Mouse Genes Searched (April 2020)
</H5>
</div>
</div>
</div>
<div
class=
"content"
>
<hr>
<br>
{{ range where .Pages.ByWeight "Params.current" true }}
<li><b><a
href=
"{{.Permalink}}"
>
{{.Params.name}}
</a></b></li>
{{ end }}
<br>
<hr>
</div>
{{ partial "footer.html" . }}
\ No newline at end of file