-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathteam.html
More file actions
416 lines (383 loc) · 18.6 KB
/
team.html
File metadata and controls
416 lines (383 loc) · 18.6 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>TEAM</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="vendor/devicons/css/devicons.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/team.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118922260-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118922260-1');
</script>
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">THE TEAM</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/Logos/LogoTeam.png" alt="EqualAIs">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="../#team">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#dp">Daniel Pedraza</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#da">Dhaval Adjodah</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#gg">Gretchen Greene</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#jj">Josh Joseph</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#tm">Thom Miano</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#f">Francisco</a>
</li>
</ul>
</div>
</nav>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience">Experience</a>
</li>
<li class="nav-item">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/Faces/pedraza_daniel_s.png" alt="Daniel Pedraza">
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
</ul>
</div>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="dp">
<div class="my-auto">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/Faces/pedraza_daniel_s.png" alt="Daniel Pedraza">
<h1 class="mb-0">Daniel Pedraza
</h1>
<div class="subheading mb-5">Project Manager
</div>
<p class="mb-5">
Daniel Pedraza is an engineer, entrepreneur, and technologist from Mexico. He is passionate about leveraging technology at scale, has danced across several disciplines, and deeply relates to techno-optimist philosophies. Daniel is currently a Data Strategist at UNICEF. In addition, he recently co-founded Veilos, a deep-learning startup rethinking global insights for development & security. Daniel's energy is full of optimism and a youthful naïveté, however he is fully aware there are inherent risks with all new technology. He has spent time looking at the open challenges to harnessing technology for public good, previously serving the United Nations as Data Innovation Specialist at Global Pulse, an innovation initiative harnessing big data for sustainable development and humanitarian action. Daniel is most inspired by working on solutions to intractable challenges that face humanity. As a child Daniel dreamt of becoming an astronaut, leading him to study aerospace engineering, focusing on computational methods and aerodynamics. He never made it into space.
</p>
<ul class="list-inline list-social-icons mb-0">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/sumdp/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/sumdp">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/sumdp">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="http://dpedraza.com">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-user fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:me@dpedraza.com">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="da">
<div class="my-auto">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/Faces/adjodah_dhaval_s.png" alt="Dhaval Adjodah">
<h1 class="mb-0">Dhaval Adjodah
</h1>
<div class="subheading mb-5">Machine Learning Engineer
</div>
<p class="mb-5">
Dhaval is a 4th year PhD student at the MIT Media Lab doing r
esearch in AI, computational social science and finance. He
previously worked in finance after doing his masters in the MIT
Technology Policy Program, and undergraduate in Physics also at
MIT. He is interested in understanding how to optimally organize
networks of human and AI agents, and how large groups of people
can sense new information, and take action collectively. His work
is relevant to improving deep reinforcement learning algorithms,
improving financial trading, rewiring collaboration networks,
crowd-sourcing, voting, and innovation. He grew up in Mauritius,
and greatly enjoys cooking and running.
</p>
<ul class="list-inline list-social-icons mb-0">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/rand0m/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/d-val">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="http://twitter.com/_dval_">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="http://www.dval.me/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-user fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:dhaval@mit.edu">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="gg">
<div class="my-auto">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/Faces/greene_gretchen_s.png" alt="Gretchen Greene">
<h1 class="mb-0">Gretchen Greene
</h1>
<div class="subheading mb-5">Machine Learning Engineer
</div>
<p class="mb-5">
A former ship designer, national lab mathematician and
Hollywood special effects artist, Gretchen Greene is a
computer vision scientist and machine learning engineer
working with Cambridge startups on everything from autonomous
vehicles to QR codes in wearables. Also an attorney, Greene
has worked on international energy, water and transportation
policy, complex corporate tax transactions and criminal and
civil litigation. Greene has a CPhil and MS in math from
UCLA and a JD from Yale.
</p>
<ul class="list-inline list-social-icons mb-0">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/kgretchengreene/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:kgretchengreene@gmail.com">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="jj">
<div class="my-auto">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/Faces/joseph_josh_s.png" alt="Josh Joseph">
<h1 class="mb-0">Josh Joseph
</h1>
<div class="subheading mb-5">Machine Learning Engineer
</div>
<p class="mb-5">
Josh has over a decade of experience solving real-world problems
using the tools of machine learning in both academia and industry.
The majority of his past ML work has been in finance from time
co-founding a fully-automated, proprietary trading company, as
a machine learning consultant, and as Chief Science Officer at
Alpha Features. In addition to a wide breadth of experience in
strategy discovery and validation using structured and unstructured
data sources, he has also performed technical due diligence on
over a hundred AI/ML hedge funds for an asset allocator. As a
consultant and during his time as a graduate student, he also
worked on projects such as an autonomous cell identification
system for a life sciences company, pricing of co-working office
spaces, modeling iRobot Roomba battery degradation, predicting
taxi routes, and autonomous robot interaction with turbulent
water flow. He received a B.S. in Applied Mathematics and a
B.S. in Mechanical Engineering from Rochester Institute of
Technology and a S.M. and Ph.D. in Aeronautics and Astronautics
from Massachusetts Institute of Technology.
</p>
<ul class="list-inline list-social-icons mb-0">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/jmjoseph/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:jmjoseph@alum.mit.edu">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="tm">
<div class="my-auto">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/Faces/miano_thom_s.png" alt="Thom Miano">
<h1 class="mb-0">Thom Miano
</h1>
<div class="subheading mb-5">Machine Learning Engineer
</div>
<p class="mb-5">
Thom Miano is a research data scientist in the Center for
Data Science at RTI International. He is currently working
on several deep learning projects in computer vision and
multimodal sensing. Thom studies Artificial Intelligence
as a multifaceted discipline, investigating the development
of algorithmic architectures, the practical application of
machine learning in health, education, and the arts, and
the ethical implications of AI and data-driven technologies.
Thom has a rich interdisciplinary background as an artist,
musician, writer, and lecturer. He received an MS in Data
Science and a BA in Political Philosophy, Policy, & Law
from the University of Virginia.
</p>
<ul class="list-inline list-social-icons mb-0">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/tnmiano/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/thommiano">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="http://twitter.com/SocraticDatum">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="http://thommiano.com/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-user fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:thom.miano@gmail.com">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="f">
<div class="my-auto">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/Faces/Francisco_s.png" alt="Francisco">
<h1 class="mb-0">Francisco
</h1>
<div class="subheading mb-5">Machine Learning Engineer
</div>
<p class="mb-5">
Francisco has a very eclectic background gained through his
extensive international academic and professional career
with studies in Spain, Sweden, Japan, Australia and USA.
He also worked in Japan for 6 years developing a deep
understanding of the business culture there, has been
exposed to large international projects and has managed
international teams. These days he is working in projects
that touch very diverse fields like Data Science, AR/VR,
Physics and cybersecurity. He is also an avid traveler
and adventurer that so far have visited more than 60
countries across the globe.
</p>
</div>
</section>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/team.js"></script>
</body>
</html>