-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
72 lines (69 loc) · 4.65 KB
/
team.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Team - Median Group</title>
<link rel="stylesheet" type="text/css" href="/theme/css/styles.css" />
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Serif"
rel="stylesheet" />
<link rel="shortcut icon" type="image/x-icon" href="/theme/images/favicon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Team Baeo Maltinsky has worked as an analyst for the biotech start-up EnChroma and in education and outreach for Lawrence Berkeley National Lab. He has also done research on biophysically inspired clustering techniques at the Redwood Center for Theoretical Neuroscience and conducted field work and analysis in marine animal communication …"/>
</head>
<body>
<div class="container">
<div class="header">
<div class="logo-wrapper">
<a href="/">
<img src="/theme/images/logo.png" class="logo" alt="Median Group logo"/>
</a>
</div>
<div class="headline">
<div class="title">Median Group</div>
</div>
</div>
<div class="main">
<nav class="navigation">
<div class="links-div">
<ul class="links">
<li class="nav-item"><a href="/">Home</a></li>
<li class="nav-separator"></li>
<li class="nav-item"><a href="/research">Research</a></li>
<li class="nav-separator"></li>
<li class="nav-item"><a href="/archives">Blog</a></li>
<li class="nav-separator"></li>
<li class="nav-item"><a href="/team">Team</a></li>
<li class="nav-separator"></li>
<li class="nav-item"><a href="/contact">Contact</a></li>
<li class="nav-separator"></li>
<li class="nav-item"><a href="/donate">Donate</a></li>
</ul>
</div>
</nav>
<main class="content-container">
<div class="content">
<h1 id="team">Team</h1>
<p><strong>Baeo Maltinsky</strong> has worked as an analyst for the biotech start-up EnChroma and in education and outreach for Lawrence Berkeley National Lab. He has also done research on biophysically inspired clustering techniques at the Redwood Center for Theoretical Neuroscience and conducted field work and analysis in marine animal communication. He holds a <span class="caps">BA</span> in Mathematics from <span class="caps">UC</span> Berkeley.</p>
<p><strong>Ben Hoffman</strong> has worked as a researcher for GiveWell and the Open Philanthropy Project, and worked in financial services managing a risk analytics team. He holds an <span class="caps">MS</span> in Mathematics and Statistics from Georgetown University, and a <span class="caps">BA</span> from St John’s College.</p>
<p><strong>Bryce Hidysmith</strong> was previously a designer and strategist for the hedge fund Numerai, and writes essays at <a href="http://hidysmith.com">hidysmith.com</a>.</p>
<p><strong>Colleen McKenzie</strong> has worked as a product manager and software engineer at Google, and has also consulted as a product strategist and an <span class="caps">IT</span> operations specialist. She holds a <span class="caps">BA</span> in Computer Science and Neuroscience from Columbia University.</p>
<p><strong>Jack Gallagher</strong> has worked as a researcher in type theory and decision theory at the Machine Intelligence Research Institute.</p>
<p><strong>Jessica Taylor</strong> has worked as a mathematical researcher at the Machine Intelligence Research Institute. She holds a <span class="caps">MS</span> in Computer Science from Stanford University, and blogs at <a href="http://unstableontology.com">unstableontology.com</a>.</p>
<p><strong>Patrick Mellor</strong> previously taught philosophy at San Francisco State University, while researching the evolutionary development of episodic memory and temporal perception. He has also performed research in biogeography and vertebrate phylogeny at the University of Oxford, and field work on the auditory communication of herring in San Francisco Bay. He holds a BSc in Biological Sciences and an <span class="caps">MA</span> in Philosophy from <span class="caps">SFSU</span>.</p>
</div>
</main>
</div>
<div class="footer">
<div>
© 2018 Median Group
</div>
<div class="ornament-div">
<img class="ornament" src="/theme/images/ornament1black.svg" />
</div>
<div>
<a href="mailto:info@mediangroup.org">info@mediangroup.org</a>
</div>
</div>
</div>
</body>
</html>