-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (49 loc) · 2.82 KB
/
Copy pathindex.html
File metadata and controls
57 lines (49 loc) · 2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<title>spacejam</title>
<link rel="stylesheet" type="text/css" href="stylesheets/main.css">
<link rel="stylesheet" type="text/css" href="stylesheets/footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" type="image/x-icon" href="/favicon_io/favicon.ico">
</head>
<body>
<nav class="navigation">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="topics.html">topics</a></li>
<li><a href="resources.html">resources</a></li>
</ul>
</nav>
<div id="banner">
<div class="content">
<h1>spacejam</h1>
</div>
</div>
<div id="main" class="content">
<h2>an image-based transcriptomics workshop and jamboree</h2>
<p>Image-based transcriptomics is an emerging technology that measure gene expression of cells in-situ. The SpaceTx consortium formed among the developers of these assays in an effort to systematically compare how these assays differentiate cell types in the human brain. A team of computational biologists and software engineers from CZI are working with SpaceTx to develop <a href=https://github.com/spacetx/starfish>starfish</a>, an open-source software library that solves many of the computational challenges these assays share in processing these data. Through open science and open source software, SpaceTx and starfish aim to enable and accelerate the adoption and utility of multiplexed image-based transcriptomics.</p>
<h3>goals</h3>
<p>The goals of this jamboree are to support the completion of the SpaceTx benchmarking effort, which will result in a publication that rigorously compares and contrasts various image-based transcriptomic assays and create pilot spatial data for the <a href=https://www.humancellatlas.org/>Human Cell Atlas</a>.</p>
<h3>when</h3>
<p>Spacejam will be held on February 4th - 7th, 2020.</p>
<h3>hosts</h3>
<p>Spacejam is hosted by the <a href="https://chanzuckerberg.com">Chan Zuckerberg Initiative</a> and organized in partnership with the <a href=https://alleninstitute.org/>Allen Institute</a>.</p>
<p>Cover image provided by <a href = "https://www.ncbi.nlm.nih.gov/pubmed/30377364">Codeluppi et al., 2018</a>.</p>
</div>
<footer class="footer-distributed">
<div class="footer-right">
<a href="https://join-cziscience-slack.herokuapp.com"><i class="fa fa-slack"></i></a>
<a href="https://twitter.com/cziscience"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/spacetx-spacejam"><i class="fa fa-github"></i></a>
</div>
<div class="footer-left">
<p class="footer-links">
<a href="index.html">home</a>
<a href="topics.html">topics</a>
<a href="resources.html">resources</a>
</p>
</div>
</footer>
</body>
</html>