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
ab18255c
Commit
ab18255c
authored
4 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Remove cellxgene datasets from site
parent
f2285e13
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!56
Remove cellxgene datasets from site
Pipeline
#7027
passed with stages
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
layouts/custom/sc.data.html
+60
-65
60 additions, 65 deletions
layouts/custom/sc.data.html
with
60 additions
and
65 deletions
layouts/custom/sc.data.html
+
60
−
65
View file @
ab18255c
{{ 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
This diff is collapsed.
Click to expand it.
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