mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 20:28:12 +08:00
cziscience landing page (#1347)
* fix dead link in launch page * first cut at landing page * wording changes * add additional refinements * fixes from PR review
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
<meta property="og:url" content="http://localhost:4000/cellxgene/posts/gallery.html" />
|
||||
<meta property="og:site_name" content="cellxgene" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"An interactive explorer for single-cell transcriptomics data","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/cellxgene/cellxgene-logo.png"}},"@type":"WebPage","url":"http://localhost:4000/cellxgene/posts/gallery.html","headline":"Gallery","@context":"http://schema.org"}</script>
|
||||
{"description":"An interactive explorer for single-cell transcriptomics data","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/cellxgene/cellxgene-logo.png"}},"@type":"WebPage","headline":"Gallery","url":"http://localhost:4000/cellxgene/posts/gallery.html","@context":"http://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
<link rel="stylesheet" href="/cellxgene/assets/css/style.css?v=d2171b9a2f9935b8b92c3103c93405d1d74ef2b3">
|
||||
<link rel="stylesheet" href="/cellxgene/assets/css/style.css?v=88411ae4b44d899609d211ed2db5c41e4fba3068">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<![endif]-->
|
||||
@@ -85,6 +85,10 @@
|
||||
<a href="/cellxgene/posts/contact" class="btn">Contact & finding help</a><br>
|
||||
|
||||
|
||||
|
||||
<a href="/cellxgene/posts/cellxgene_cziscience_com" class="btn">cellxgene.cziscience.com</a><br>
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/chanzuckerberg/cellxgene" class="btn" target="_blank">Code</a>
|
||||
</p>
|
||||
@@ -94,18 +98,23 @@
|
||||
<h1 id="features">Features</h1>
|
||||
|
||||
<h3 id="cross-filter-cells-and-color-by-metadata">Cross-filter cells and color by metadata</h3>
|
||||
|
||||
<p><img src="../images/crossfilter.gif" width="600" /></p>
|
||||
|
||||
<h3 id="compare-groups-of-cells-with-differential-expression">Compare groups of cells with differential expression</h3>
|
||||
|
||||
<p><img src="../images/diffexp.gif" width="600" /></p>
|
||||
|
||||
<h3 id="see-how-metadata-and-gene-expression-break-down-across-categories">See how metadata and gene expression break down across categories</h3>
|
||||
|
||||
<p><img src="../images/category-breakdown.gif" width="600" /></p>
|
||||
|
||||
<h3 id="find-cells-where-a-gene-is-expressed">Find cells where a gene is expressed</h3>
|
||||
|
||||
<p><img src="../images/gene-expression.gif" width="600" /></p>
|
||||
|
||||
<h3 id="compare-expression-of-multiple-genes">Compare expression of multiple genes</h3>
|
||||
|
||||
<p><img src="../images/compare-genes.gif" width="600" /></p>
|
||||
|
||||
<h1 id="interactive-demos">Interactive demos</h1>
|
||||
@@ -114,10 +123,15 @@
|
||||
Check out the cool data that our users are using cellxgene to explore!</p>
|
||||
|
||||
<h3 id="kidney-cell-atlas"><a href="https://www.kidneycellatlas.org/">Kidney cell atlas</a></h3>
|
||||
|
||||
<h3 id="tabula-muris-senis"><a href="https://tabula-muris-senis.ds.czbiohub.org/">Tabula muris senis</a></h3>
|
||||
|
||||
<h3 id="hemocytes"><a href="https://hemocytes.cellgeni.sanger.ac.uk/">Hemocytes</a></h3>
|
||||
|
||||
<h3 id="melanoma"><a href="https://melanoma.cellgeni.sanger.ac.uk/">Melanoma</a></h3>
|
||||
|
||||
<h3 id="czis-own-cellxgene-site"><a href="cellxgene_cziscience_com">CZI’s own cellxgene site</a></h3>
|
||||
|
||||
<p><em>Want us to link to your dataset here? <a href="contact">Just send us a note!</a></em></p>
|
||||
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user