-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (47 loc) · 2.14 KB
/
index.html
File metadata and controls
58 lines (47 loc) · 2.14 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
58
<html>
<head>
<title>Joe Scherrer's Home Page</title>
<style>
.container {
display: flex;
width: 450px;
height: 300px;
border: 2px solid red;
}
.container div {
flex: 1;
}
.container img {
max-width:100%;
}
</style>
<meta name="google-site-verification" content="5_OJ-nyMnbx_9WUXYOACe5rN5Y23I839slVrR8JfHiI" />
</head>
<body bgcolor=white link=black vlink=black alink=black>
<font color=black face="bitstream vera sans,arial,helvetica,sans-serif">
<div style="margin-left:5%; margin-right:10%; line-height:125%">
<br><br>
<img src="scherrer_headshot.jpg" alt="headshot of me in the lab" style="width:300px;height:300px;">
<A href=scope_paper.pdf><img src="methods_cover.png" alt="journal cover for our microscope paper, done by Julia Kuhl" style="height:300px;"></A>
<br><br>
<b>Joe Scherrer</b><br>
<A href=pronouns.jpg>they/them</A><br>
<br>
PhD student and <a href=https://www.hertzfoundation.org/person/joseph-scherrer/>Hertz Fellow</a> in <a href=https://feelaboratory.org/>the Fee Lab</a> at <a href=https://www.mit.edu>MIT</a> building <a href=https://github.com/FeeLab/Fee-Scopes>tiny open-source microscopes</a> for neuroscience (paper <a href=scope_paper.pdf>here</a>)<br>
<br>
Previously a Fulbright Scholar at the <a href=https://www.bi.mpg.de/en>Max Planck Institute for Biological Intelligence</a> working on high-throughput scanning electron microscopes for whole-brain mammalian connectomics with <a href=https://cdn.sanity.io/files/qpjzy3y9/production/2fe9a0cde82cabff9893741435e7540ff547a556.pdf>Winfried Denk</a><br>
<br>
Other interests include physics, hobbyist science/engineering, high voltage, science demo art, chronic pain/illness, vipassana meditation, marine biology (esp. cephalopods), cooperative living, psychopharmacology, industrial archaeology, wikipedia, and foxes<br>
<br>
Room 46-5143<br>
43 Vassar St.<br>
Cambridge, MA 02139<br>
<br>
joebob@mit.edu<br>
@cuddlefish@mastodon.mit.edu<br>
<br>
My <a href=scherrer_cv.pdf>CV</a>
<br><br>
<A href=https://en.wikipedia.org/wiki/Fusor><img src="fusor.png" alt="plasma from a fusor I built in college with my friend Adam Bowman" style="width:574px;height:300px;"></A>
</body>
</html>