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

Add March 2020 hu/mu gene wordclouds

parent 1ad1edba
Branches
Tags
2 merge requests!41Develop,!40Add March 2020 hu/mu gene wordclouds
Pipeline #6583 passed with stages
in 26 seconds
content/gene.cloud/Genes.hu.202003.png

115 KiB

content/gene.cloud/Genes.mu.202003.png

45.5 KiB

......@@ -5,16 +5,51 @@
<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%;
}
</style>
<div class="cloud">
<div class="select">
<div class="column">
<img src="/gene.cloud/Genes.hu.202003.png" alt="March 2020 Human Genes" class="img" width="750px"/>
<H5>Human Genes Searched (March 2020)</H5>
</div>
<div class="column">
<img src="/gene.cloud/Genes.mu.202003.png" alt="March 2020 Mouse Genes" class="img" width="750px"/>
<H5>Mouse Genes Searched (March 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>
<li><b><a href="{{.Permalink}}">{{.Params.name}}</a></b></li>
{{ end }}
<br>
<hr>
<br>
{{ range where .Pages.ByWeight "Params.current" false }}
<li><i><a href="{{.Permalink}}">{{.Params.name}}</a></i></li>
<li><i><a href="{{.Permalink}}">{{.Params.name}}</a></i></li>
{{ end }}
</div>
......
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