-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
90 lines (70 loc) · 2.96 KB
/
about.html
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
layout: page
permalink: /about/
---
<section>
<header class="article-header">
<span class="box -about"><i class="material-icons">people</i></span>
<div>
<h1>About</h1>
<p>The people behind ELEKTRONN.</p>
</div>
</header>
<p><strong>ELEKTRONN</strong> was created by <strong>Marius Killinger</strong> and <strong>Gregor Urban</strong> at the <a href="http://www.mpimf-heidelberg.mpg.de/en"><em>Max Planck Institute For Medical Research</em></a> in Heidelberg and the <a href="http://www.neuro.mpg.de/denk"><em>Max Planck Institute Of Neurobiology</em></a> in Munich in the department of Winfried Denk to solve connectomics tasks.</p>
<hr>
</section>
<section class="member-gallery">
<h2 class="section-heading">Contributors <span class="heading-icon"><i class="material-icons">people</i></span></h2>
<div class="row">
<div class="col">
<figure class="member-photo">
<img src="/images/team/Marius.jpg">
<figcaption class="popover popover-down">
<h6>Marius Killinger</h6>
<p>Lead developer <a class="tag" href="mailto:[email protected]"><i class="material-icons">email</i> Contact</a></p>
</figcaption>
</figure>
<figure class="member-photo">
<img src="/images/team/sven.jpg">
<figcaption class="popover popover-down">
<h6>Sven Dorkenwald</h6>
<p>Prediction of TB-sized image datasets, developer, recursive training</p>
</figcaption>
</figure>
</div>
<div class="col">
<figure class="member-photo">
<img src="/images/team/joergen.png">
<figcaption class="popover popover-down">
<h6>Jörgen Kornfeld</h6>
<p>Academic supervisor, weak training regulariser</p>
</figcaption>
</figure>
<figure class="member-photo">
<img src="/images/team/greg.jpg">
<figcaption class="popover popover-down">
<h6>Gregor Urban</h6>
<p>Creation of initial code (at Fred Hamprecht’s lab), many helpful discussions, lazy labels</p>
</figcaption>
</figure>
</div>
<div class="col">
<figure class="member-photo">
<img src="/images/team/Martin.jpg">
<figcaption class="popover popover-down">
<h6>Martin Drawitsch</h6>
<p>Code refactoring, testing, packaging</p>
</figcaption>
</figure>
</div>
</div>
</section>
<section>
<h2 class="section-heading">Special Thanks to: <span class="heading-icon"><i class="material-icons">cake</i></span></h2>
<ul>
<li><strong><a href="http://www.neuro.mpg.de/325676/employee_page?c=3242756&employee_id=43294">Fabian Svara</a></strong> for many helpful discussions and feedback.</li>
<li><strong><a href="http://web.mit.edu/elm/www/">Emily Mackevicius</a></strong> (PhD candidate at MIT) for helpful feedback and many comments on our documentation.</li>
<li>The <strong><a href="https://github.com/Theano/Theano/graphs/contributors">Theano team</a></strong> for their great platform that allowed us to build this toolkit.</li>
<li>Sebastian Spaar for designing this website.</li>
</ul>
</section>