Skip to content

Commit 2ddc145

Browse files
committed
Update about and data page templates
1 parent ade715b commit 2ddc145

2 files changed

Lines changed: 41 additions & 93 deletions

File tree

python/neuroglancer/templates/about.html

Lines changed: 22 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<a class="nav-link" aria-current="page" href="index.html">Home</a>
2727
<a class="nav-link" href="tutorials.html">Tutorials</a>
2828
<a class="nav-link" href="data.html">Data</a>
29+
<a class="nav-link" href="interactive/index.html">SyConn interactive</a>
2930
<a class="nav-link active" href="about.html">About</a>
3031
</div>
3132
</div>
@@ -39,108 +40,49 @@
3940

4041
<div class="container m-3">
4142
<h3 class="display-6 header">Project</h3>
42-
<p class="lead" style="text-align: justify;">SyConn-Neuroglancer provides web access to connectomic datasets processed with SyConn. It is based on a fork of the original <a href="https://github.com/google/neuroglancer">google/neuroglancer</a> project developed and maintained by Jeremy Maitin-Shepard at Google Research in Viren Jain’s team, with contributions from many other research organizations. We aim to keep our fork in sync with the upstream project and contribute as much as possible back to the original code base.</p>
43-
<p class="lead" style="text-align: justify;">SyConn web provides an analysis interface for simple connectomic queries, such as filtering of the neurons based on properties, the identification of pre- and postsynaptic neurons or the listing of different cell types and is continuously extended by us based on actual analysis needs. Please write to us if you are interested in a specific analysis that might be particularly useful.</p>
44-
45-
{# <h3 class="display-6 header" id="dataset">Dataset</h3>#}
46-
{# <h4>j0251</h4>#}
47-
{# <p class="lead" style="text-align: justify;">#}
48-
{# EM data acquisition: <i>J. Kornfeld</i> <br>#}
49-
{# Alignment: <i>J. Kornfeld & A. Pope (V. Jain's team, Google Research)</i> <br>#}
50-
{# SyConn processing: <i>P. Schubert</i> <br>#}
51-
{# Cell & ultrastructure segmentation: <i>M. Januszewski (V. Jain's team, Google Research)</i>#}
52-
{# </p>#}
53-
{# <h4>j0126</h4>#}
54-
{# <p class="lead" style="text-align: justify;">#}
55-
{# EM data acquisition: <i>J. Kornfeld</i> <br>#}
56-
{# Alignment: <i>J. Kornfeld & A. Pope (V. Jain's team, Google Research)</i> <br>#}
57-
{# SyConn processing: <i>P. Schubert</i> <br>#}
58-
{# Cell & ultrastructure segmentation: <i>M. Januszewski (V. Jain's team, Google Research), S. Dorkenwald, P. Schubert</i>#}
59-
{# </p>#}
60-
{# <p class="lead" style="text-align: justify;">#}
61-
{# Please note that the neuron reconstructions, synapse predictions and cell type classifications are best effort. We would appreciate feedback if you think you have discovered a systematic problem that deserves more attention! We are also currently working on creating a downloadable version of the data for offline analysis.#}
62-
{# </p>#}
63-
<h3 class="display-6 header">The Team</h3>
64-
<p class="lead" style="text-align: justify;">This project is developed in the Kornfeld laboratory at the Max Planck Institute for Biological Intelligence (in foundation) in Martinsried, Germany. We would like to thank Eric Perlman for neuroglancer development support.
43+
<p class="lead" style="text-align: justify;">SyConn-Neuroglancer provides web access to connectomic datasets processed with SyConn. It is based on a fork of the original <a href="https://github.com/google/neuroglancer">google/neuroglancer</a> project developed and maintained by Jeremy Maitin-Shepard at Google Research in Viren Jain’s team, with contributions from many other research organisations. We aim to keep our fork in sync with the upstream project and contribute as much as possible back to the original codebase.</p>
44+
<p class="lead" style="text-align: justify;">SyConn-Neuroglancer provides an analysis interface for straightforward connectomic queries, such as filtering neurons by properties, identifying pre- and postsynaptic partners, and listing cell types. We extend it continuously in response to analysis needs. Please contact us if you are interested in a specific analysis that would be particularly useful.</p>
45+
46+
<p class="lead" style="text-align: justify;">This project is developed in the <a href="https://kornfeldlab.org" class="text-primary">Kornfeld laboratory</a> at the MRC Laboratory of Molecular Biology (MRC LMB) in Cambridge, UK, and at the Max Planck Institute for Biological Intelligence, Martinsried, Germany. We would like to thank Eric Perlman for Neuroglancer development support.</p>
47+
48+
<p></p>
49+
50+
<h3 class="display-6 header">Alumni</h3>
6551
<div class="row">
6652
<div class="col-sm-3">
67-
<div class="card">
68-
<div class="card-body">
69-
<h5 class="card-title">Hashir Ahmad</h5>
70-
<h6 class="card-subtitle text-muted">Maintainer</h6>
71-
<p class="card-text"></p>
72-
<a href="mailto:hashir.ahmad@bi.mpg.de" class="btn btn-primary">Contact</a>
73-
</div>
74-
</div>
53+
<div class="card"><div class="card-body"><h5 class="card-title">Hashir Ahmad</h5></div></div>
7554
</div>
7655
<div class="col-sm-3">
77-
<div class="card">
78-
<div class="card-body">
79-
<h5 class="card-title">Andrei Mancu</h5>
80-
<h6 class="card-subtitle text-muted">Developer</h6>
81-
<p class="card-text"></p>
82-
<a href="mailto:andrei.mancu@bi.mpg.de" class="btn btn-primary">Contact</a>
83-
</div>
84-
</div>
56+
<div class="card"><div class="card-body"><h5 class="card-title">Andrei Mancu</h5></div></div>
8557
</div>
8658
<div class="col-sm-3">
87-
<div class="card">
88-
<div class="card-body">
89-
<h5 class="card-title">Alexandra Rother</h5>
90-
<h6 class="card-subtitle text-muted">Developer</h6>
91-
<p class="card-text"></p>
92-
<a href="mailto:alexandra.rother@bi.mpg.de" class="btn btn-primary">Contact</a>
93-
</div>
94-
</div>
59+
<div class="card"><div class="card-body"><h5 class="card-title">Ana-Maria Lacatusu</h5></div></div>
9560
</div>
9661
<div class="col-sm-3">
97-
<div class="card">
98-
<div class="card-body">
99-
<h5 class="card-title">Ana-Maria Lacatusu</h5>
100-
<h6 class="card-subtitle text-muted">Developer</h6>
101-
<p class="card-text"></p>
102-
<a href="mailto:anamaria.lacatusu@bi.mpg.de" class="btn btn-primary">Contact</a>
103-
</div>
104-
</div>
62+
<div class="card"><div class="card-body"><h5 class="card-title">Philipp Schubert</h5></div></div>
10563
</div>
10664
<div class="col-sm-3">
107-
<div class="card">
108-
<div class="card-body">
109-
<h5 class="card-title">Philipp Schubert</h5>
110-
<h6 class="card-subtitle text-muted">Guest Scientist</h6>
111-
<p class="card-text"></p>
112-
<a href="mailto:pschubert@neuro.mpg.de" class="btn btn-primary">Contact</a>
113-
</div>
114-
</div>
115-
</div>
116-
<div class="col-sm-3">
117-
<div class="card">
118-
<div class="card-body">
119-
<h5 class="card-title">Jörgen Kornfeld</h5>
120-
<h6 class="card-subtitle text-muted">PI</h6>
121-
<p class="card-text"></p>
122-
<a href="mailto:joergen.kornfeld@bi.mpg.de" class="btn btn-primary">Contact</a>
123-
</div>
124-
</div>
65+
<div class="card"><div class="card-body"><h5 class="card-title">Sven Dorkenwald</h5></div></div>
12566
</div>
126-
12767
</div>
68+
12869
<p></p>
70+
12971
<h3 class="display-6 header" id="publications">Publications</h3>
13072
<p class="lead" style="text-align: justify;">
131-
Schubert PJ, Dorkenwald S, Januszewski M, Klimesch J, Svara F, Mancu A, Ahmad H, Fee M, Jain V, Kornfeld J. <cite>SyConn2: Dense synaptic connectivity inference for volume EM.</cite> Nat Methods. 2022, in the press.
73+
Schubert PJ, Dorkenwald S, Januszewski M, Klimesch J, Svara F, Mancu A, Ahmad H, Fee M, Jain V, Kornfeld J. <cite>SyConn2: Dense synaptic connectivity inference for volume EM.</cite> Nat Methods. 2022. doi: <a href="https://www.nature.com/articles/s41592-022-01624-x">10.1038/s41592-022-01624-x</a>.
13274
</p>
13375
<p class="lead" style="text-align: justify;">
134-
Dorkenwald S, Schubert PJ, Killinger MF, Urban G, Mikula S, Svara F, Kornfeld J. <cite>Automated synaptic connectivity inference for volume electron microscopy.</cite> Nat Methods. 2017 Apr;14(4):435-442. doi:<a href="https://www.nature.com/articles/nmeth.4206">10.1038/nmeth.4206.</a> Epub 2017 Feb 27. PMID: 28250467.
76+
Dorkenwald S, Schubert PJ, Killinger MF, Urban G, Mikula S, Svara F, Kornfeld J. <cite>Automated synaptic connectivity inference for volume electron microscopy.</cite> Nat Methods. 2017 Apr;14(4):435-442. doi: <a href="https://www.nature.com/articles/nmeth.4206">10.1038/nmeth.4206</a>. Epub 2017 Feb 27. PMID: 28250467.
13577
</p>
13678
<p class="lead" style="text-align: justify;">
137-
Kornfeld J, Januszewski M, Schubert PJ, Jain V, Denk W, Fee M. <cite>An anatomical substrate of credit assignment in reinforcement learning.</cite> bioRxiv. 2020 Jan. doi:<a href="https://doi.org/10.1101/2020.02.18.954354">10.1101/2020.02.18.954354</a>
79+
Kornfeld J, Januszewski M, Schubert PJ, Jain V, Denk W, Fee M. <cite>An anatomical substrate of credit assignment in reinforcement learning.</cite> bioRxiv. 2020 Jan. doi: <a href="https://doi.org/10.1101/2020.02.18.954354">10.1101/2020.02.18.954354</a>.
13880
</p>
13981
<p class="lead" style="text-align: justify;">
140-
Januszewski M, Kornfeld J, Li P.H. et al. <cite>High-precision automated reconstruction of neurons with flood-filling networks.</cite> Nat Methods 15, 605–610 (2018). doi:<a href="https://doi.org/10.1038/s41592-018-0049-4">10.1038/s41592-018-0049-4</a>
82+
Januszewski M, Kornfeld J, Li P.H. et al. <cite>High-precision automated reconstruction of neurons with flood-filling networks.</cite> Nat Methods 15, 605–610 (2018). doi: <a href="https://doi.org/10.1038/s41592-018-0049-4">10.1038/s41592-018-0049-4</a>.
14183
</p>
142-
<p class="lead" style="...">
143-
Schubert PJ, Dorkenwald S, Januszewski M et al. <cite>Learning cellular morphology with neural networks.</cite> Nat Commun 10, 2736 (2019). doi: <a href="https://doi.org/10.1038/s41467-019-10836-3">10.1038/s41467-019-10836-3</a>
84+
<p class="lead" style="text-align: justify;">
85+
Schubert PJ, Dorkenwald S, Januszewski M et al. <cite>Learning cellular morphology with neural networks.</cite> Nat Commun 10, 2736 (2019). doi: <a href="https://doi.org/10.1038/s41467-019-10836-3">10.1038/s41467-019-10836-3</a>.
14486
</p>
14587
</div>
14688
</body>

python/neuroglancer/templates/data.html

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<a class="nav-link" aria-current="page" href="index.html">Home</a>
2727
<a class="nav-link" href="tutorials.html">Tutorials</a>
2828
<a class="nav-link active" href="data.html">Data</a>
29+
<a class="nav-link" href="interactive/index.html">SyConn interactive</a>
2930
<a class="nav-link" href="about.html">About</a>
3031
</div>
3132
</div>
@@ -40,38 +41,43 @@
4041
<div>
4142
<div class="container m-3">
4243
<h3 class="display-6 header" id="dataset">Data</h3>
43-
<h4>j0251 - adult zebra finch area X</h4>
44+
<h4>j0251 adult zebra finch area X</h4>
4445
<p class="lead" style="text-align: justify;">
4546
EM data acquisition: <i>J. Kornfeld</i> <br>
4647
Alignment: <i>J. Kornfeld & A. Pope (V. Jain's team, Google Research)</i> <br>
47-
SyConn processing: <i>P. Schubert</i> <br>
48+
SyConn processing: <i>P. Schubert, A. Rother, H. Ahmad, J. Kornfeld</i> <br>
4849
Cell & ultrastructure segmentation: <i>M. Januszewski (V. Jain's team, Google Research)</i>
4950
</p>
50-
<h4>j0126 - adult zebra finch area X</h4>
51+
<h4>j0126 adult zebra finch area X</h4>
5152
<p class="lead" style="text-align: justify;">
5253
EM data acquisition: <i>J. Kornfeld</i> <br>
5354
Alignment: <i>J. Kornfeld & A. Pope (V. Jain's team, Google Research)</i> <br>
54-
SyConn processing: <i>P. Schubert</i> <br>
55+
SyConn processing: <i>P. Schubert, J. Kornfeld, S. Dorkenwald</i> <br>
5556
Cell & ultrastructure segmentation: <i>M. Januszewski (V. Jain's team, Google Research), S. Dorkenwald, P. Schubert</i>
5657
</p>
5758
<p class="lead" style="text-align: justify;">
58-
Please note that the neuron reconstructions, synapse predictions and cell type classifications are best effort. We would appreciate feedback if you think you have discovered a systematic problem that deserves more attention! We are also currently working on creating a downloadable version of the data for offline analysis. If you are interested in running the SyConn analysis steps (
59-
cf. <a href="https://www.nature.com/articles/s41592-022-01624-x">SyConn2 paper</a>
60-
), you can find the example data and models
61-
<a href="https://datashare.mpcdf.mpg.de/s/OuP4ST7AbNo8qYE">here</a>.
62-
59+
Please note that neuron reconstructions, synapse predictions, and cell-type classifications are best‑effort. We welcome feedback if you think you have discovered a systematic issue that deserves more attention. We are also working on a downloadable version of the data for offline analysis.
6360
</p>
6461
<p class="lead" style="text-align: justify;">
65-
The currently available data sets, j0251 (256 x 256 x 384 µm) and j0126 (96 x 98 x 114 µm), were acquired from adult male zebra finch area X, a basal ganglia area responsible for song learning that contains striatal and pallidal-like cell types. Both data sets were acquired in the department of Winfried Denk at the MPI for Medical Research, Heidelberg.
62+
The currently available datasets, j0251 (256 × 256 × 384 µm) and j0126 (96 × 98 × 114 µm), were acquired from adult male zebra finch area X, a basal ganglia area responsible for song learning that contains striatal- and pallidallike cell types. Both datasets were acquired in the department of Winfried Denk at the MPI for Medical Research, Heidelberg.
6663
</p>
6764
</div>
6865
<div>
6966
<hr class="border border-dark rounded border-1 mx-3">
67+
68+
<div class="container m-3">
69+
<h3 class="header display-6">Connectome analysis</h3>
70+
<p class="lead" style="text-align: justify;">
71+
For interactive analyses of the connectome, use SyConn interactive in the browser. See the
72+
<a href="https://syconn.esc.mpcdf.mpg.de/interactive/" target="_blank">API notebook</a> for examples and guidance.
73+
</p>
74+
</div>
75+
7076
<!-- <div class="row"> -->
71-
<div class="container m-3">
77+
<div class="container m-3">
7278
<!-- <div class="lead" style="text-align: justify;" > -->
7379
<div class="col-12 col-md-8 col-lg-6 text-md-start text-center mb-3">
74-
<h3 class="header display-6">Get Started</h3>
80+
<h3 class="header display-6">Connectome viewer</h3>
7581
<form action="/_generate_token" method="post">
7682
<div class="form-floating">
7783
<select class="form-select my-4" name="acq_name" aria-label="Floating select example" id="acquisition">
@@ -95,7 +101,7 @@ <h3 class="header display-6">Get Started</h3>
95101
</div>
96102
</form>
97103
</div>
98-
</div>
104+
</div>
99105
<!-- </div> -->
100106
<!-- </div> -->
101107
<!-- <hr class="border border-dark rounded border-1"> -->

0 commit comments

Comments
 (0)