mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 00:58: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/demo-data.html" />
|
||||
<meta property="og:site_name" content="cellxgene" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Demo datasets","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/cellxgene/cellxgene-logo.png"}},"@type":"WebPage","url":"http://localhost:4000/cellxgene/posts/demo-data.html","headline":"demo-data","@context":"http://schema.org"}</script>
|
||||
{"description":"Demo datasets","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/cellxgene/cellxgene-logo.png"}},"@type":"WebPage","headline":"demo-data","url":"http://localhost:4000/cellxgene/posts/demo-data.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>
|
||||
@@ -93,7 +97,7 @@
|
||||
<section>
|
||||
<h1 id="example-datasets">Example datasets</h1>
|
||||
<p><strong>To use these datasets, run:</strong><br />
|
||||
<code class="highlighter-rouge">cellxgene launch [filename.h5ad] --open</code></p>
|
||||
<code class="language-plaintext highlighter-rouge">cellxgene launch [filename.h5ad] --open</code></p>
|
||||
|
||||
<h3 id="peripheral-blood-mononuclear-cells">Peripheral blood mononuclear cells</h3>
|
||||
<p>Healthy human PBMCs (10X).</p>
|
||||
@@ -105,7 +109,7 @@
|
||||
<li><a href="http://cf.10xgenomics.com/samples/cell-exp/1.1.0/pbmc3k/pbmc3k_filtered_gene_bc_matrices.tar.gz">Raw data</a></li>
|
||||
<li><a href="https://github.com/chanzuckerberg/cellxgene-vignettes/blob/master/dataset-processing/pbmc3k-processing.ipynb">Processing</a></li>
|
||||
<li>Launch:
|
||||
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cellxgene launch https://cellxgene-example-data.czi.technology/pbmc3k.h5ad
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cellxgene launch https://cellxgene-example-data.czi.technology/pbmc3k.h5ad
|
||||
</code></pre></div> </div>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -121,7 +125,7 @@ Rich metadata and annotations.</p>
|
||||
<li><a href="https://figshare.com/projects/Tabula_Muris_Transcriptomic_characterization_of_20_organs_and_tissues_from_Mus_musculus_at_single_cell_resolution/27733">Raw data</a></li>
|
||||
<li><a href="https://github.com/chanzuckerberg/cellxgene-vignettes/blob/master/dataset-processing/tabula-muris-processing.ipynb">Processing</a></li>
|
||||
<li>Launch:
|
||||
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cellxgene launch https://cellxgene-example-data.czi.technology/tabula-muris.h5ad
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cellxgene launch https://cellxgene-example-data.czi.technology/tabula-muris.h5ad
|
||||
</code></pre></div> </div>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -137,7 +141,7 @@ Rich metadata and annotations.</p>
|
||||
<li>Raw data [geo link coming soon!]</li>
|
||||
<li><a href="https://www.biorxiv.org/content/10.1101/661728v1">Processing</a></li>
|
||||
<li>Launch:
|
||||
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cellxgene launch https://cellxgene-example-data.czi.technology/tabula-muris-senis.h5ad
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cellxgene launch https://cellxgene-example-data.czi.technology/tabula-muris-senis.h5ad
|
||||
</code></pre></div> </div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user