-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
339 lines (289 loc) · 15.6 KB
/
index.html
File metadata and controls
339 lines (289 loc) · 15.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
<!DOCTYPE HTML>
<!--
Prologue by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Sean Scofield</title>
<link rel="shortcut icon" href="images/s-purple.png">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/jquery.scrollzer.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header" class="skel-layers-fixed">
<div class="top">
<!-- Logo -->
<div id="logo">
<span class="image avatar48"><img src="images/me4.jpg" alt="" /></span>
<h1 id="title">Sean Scofield</h1>
<p>Software Engineer</p>
</div>
<!-- Nav -->
<nav id="nav">
<!--
Prologue's nav expects links in one of two formats:
1. Hash link (scrolls to a different section within the page)
<li><a href="#foobar" id="foobar-link" class="icon fa-whatever-icon-you-want skel-layers-ignoreHref"><span class="label">Foobar</span></a></li>
2. Standard link (sends the user to another page/site)
<li><a href="http://foobar.tld" id="foobar-link" class="icon fa-whatever-icon-you-want"><span class="label">Foobar</span></a></li>
-->
<ul>
<li><a href="#top" id="top-link" class="skel-layers-ignoreHref"><span class="icon fa-home">Intro</span></a>
</li>
<li><a href="#about" id="about-link" class="skel-layers-ignoreHref"><span class="icon fa-user">About Me</span></a>
</li>
<li><a href="#portfolio" id="portfolio-link" class="skel-layers-ignoreHref"><span class="icon fa-th">Projects</span></a>
</li>
<li><a href="#resume" id="resume-link" class="skel-layers-ignoreHref"><span class="icon fa-clipboard">Resume</span></a>
</li>
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<li><a href="https://www.linkedin.com/in/seanscofield/en" class="icon fa-linkedin" target="_blank"><span class="label">Linkedin</span></a>
</li>
<li>
<a href="mailto:seanvscofield@gmail.com" class="icon fa-envelope">
<span class="label">Email</span>
</a>
</li>
</ul>
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Intro -->
<section id="top" class="">
<div class="container">
<header>
<table style="width:100%;">
<tr>
<td valign="middle">
<div class="circular"></div>
</td>
<td valign="middle" style="vertical-align: middle;">
<h2 class="alt">Hi! I'm Sean.<br /></h2>
<p>I'm a software engineer and independent iPhone app developer</p>
</td>
</tr>
</table>
</header>
</div>
</section>
<!-- About me -->
<section id="about" class="two">
<div class="container">
<header>
<h2>About Me</h2>
</header>
<p>I've studied at UC Berkeley and Vrije Universiteit Brussel. Recently, I've also worked as a software engineering manager at Ancestry.com. When I'm not coding, I like to travel, scuba dive, and play chess.
</div>
</section>
<!-- Portfolio -->
<section id="portfolio" class="two">
<div class="container">
<header>
<h2>Here are some of my side projects</h2>
</header>
<div class="row">
<div class="portfolio-thumb">
<a class="image-popup-no-margins" href="https://apps.apple.com/us/app/seareal/id1661438514" target="_blank"><img src="images/seareal-iphone-photo.png" style="width: 230px; height: auto;">
</a>
</div>
<div class="portfolio-thumb">
<p class="description"><b>SeaReal</b> - An iPhone app that color corrects underwater photos & videos (e.g. for adding color back into footage taken during scuba dives).
</p>
<p style="text-align:center;">
<img src="images/seareal-qr-code.jpg" style="width: 40%; height: auto; text-align: center; max-width: 160px">
OR
<a href="https://apps.apple.com/us/app/seareal/id1661438514" target="_blank"><img src="images/download-on-app-store.jpg" style="width: 40%; height: auto; text-align: center; max-width: 160px"></a>
</p>
</div>
</div>
<div class="row">
<div class="portfolio-thumb">
<a class="image-popup-no-margins" href="images/chess.png" target="_blank"><img src="images/chess.png">
</a>
</div>
<div class="portfolio-thumb">
<p class="description"><b>DEEP BLUE AND GOLD (<a href="https://www.youtube.com/watch?v=dIFN_MOTM1A" target="_blank">Link</a>)</b> - Built with two other students for my <i>EE149 (Embedded Systems)</i> final project at UC Berkeley. Constructed a plexiglass chess board that provides hints and legal moves for a human player while he/she plays a computer. The hints, legal moves, and computer moves are indicated by Neopixel LED strips underneath the board. Piece positions are detected using magnetic reed switches underneath the board and magnets in the pieces. I programmed the chess AI system for the board, and helped wire the circuitry.</p>
</div>
</div>
<div class="row">
<div class="portfolio-thumb">
<a class="image-popup-no-margins" href="images/rockem.png" target="_blank"><img src="images/rockem.png">
</a>
</div>
<div class="portfolio-thumb">
<p class="description"><b>ROCK 'EM SOCK 'EM</b> - Modeled with a project partner for a student-led 3D Printing and Modeling course at UC Berkeley. All parts were modeled using Autodesk Fusion 360. The .f3d file can be downloaded <a href="dl-files/rockem-sockem.f3d" target="_blank">here</a>.</p>
</div>
</div>
</div>
</section>
<!-- Resume -->
<div id="resume">
<div class="inner">
<h3>Below is an expanded resume. A pdf can be found <a href="dl-files/scofield-sean-resume.pdf" target="_blank">here</a>.</h3>
<br>
<br>
<!-- Resume : Work Experience -->
<p class="section-tagline" style="text-align:left;">Work Experience</p>
<!-- Resume : Work Experience : Ancestry.com -->
<p>
<a target="_blank" href="https://www.advantest.com/US/index.htm"><img class="icon" src="images/ancestry.jpg">
</a><b>Ancestry.com</b>
<span class="right"><i>March 2021 - April 2022</i></span>
<br>
<b>Software Engineering Manager</b>
<span class="right"><i>San Francisco, CA</i></span>
<br>
<br>
• Managed a team of 8 developers in operating a pipeline that processed millions of customer DNA samples per year. The pipeline consisted of multiple genomic algorithms to estimate customers’ ethnicities, DNA matches, genetic traits, etc.
<br>
• Architected & built AWS-based software in an elastic, fault tolerant, and cost-efficient manner
<br>
• Planned team roadmap and collaborated with stakeholders to release new genomic algorithms at key delivery dates
<br>
• Responsible for people management within my team, including active support for team members’ career development
<br>
<br>
<span class="right"><i>March 2019 to February 2021</i></span>
<b>Senior Software Engineer</b>
<br>
<span class="right"><i>August 2016 to February 2019</i></span>
<b>Software Engineer</b>
<br>
<span class="right"><i>May 2015 to August 2015</i></span>
<b>Software Engineer Intern</b>
<br>
<br>
<span class="skill">AWS</span>
<span class="skill">Terraform</span>
<span class="skill">Python</span>
<span class="skill">Java</span>
<span class="skill">SQL</span>
<span class="skill">Shell/Bash</span>
<br>
</p>
<!-- Resume : Work Experience : ADVANTEST -->
<p>
<a target="_blank" href="https://www.advantest.com/US/index.htm"><img class="icon" src="images/advantest.jpg">
</a><b>Advantest</b>
<span class="right"><i>June 2014 - August 2014</i></span>
<br>
<b>Software Engineering Intern</b>
<span class="right"><i>San Jose, CA</i></span>
<br>
<br>
• Improved streaming of Android smartphone screen to company’s QuikStress software from 1⁄3 fps to 10 fps (30x speedup). Worked with Android SDK, C#, C++, and bash scripts
<br>
• Captured data on how a phone’s battery life, audio quality, and video quality are affected under various stresses
<br>
<br>
<span class="skill">C#</span><span class="skill">Java</span><span class="skill">C++</span><span class="skill">Visual Studio</span><span class="skill">Android SDK</span><span class="skill">Android NDK</span><span class="skill design">Shell scripting</span>
<br>
</p>
<!-- Resume : Work Experience : edX -->
<p>
<a target="_blank" href="https://www.berkeley.edu/"><img class="icon" src="images/berkeley.png">
</a><b>UC Berkeley Computer Science Department</b>
<span class="right"><i>Spring 2013 - Spring 2014</i></span>
<br>
<b>Javascript Developer</b>
<span class="right"><i>Berkeley, CA</i></span>
<br>
<br>
• Student programmer for Snap!, a visual programming language that runs in the browser
<br>
• Prototyped an auto-grading program for UC Berkeley’s “CS10: The Beauty and Joy of Computing” course
<br>
<br>
<span class="skill">Javascript</span><span class="skill">JQuery</span><span class="skill">HTML</span><span class="skill">Python</span>
</p>
<!-- Resume : Education -->
<p class="section-tagline" style="text-align:left;">Education</p>
<!-- Resume : Education : VUB -->
<p>
<a target="_blank" href="https://www.vub.be/en"><img class="icon" src="images/vub-logo.svg">
</a><b>Vrije Universiteit Brussel</b>
<span class="right"><i>September 2025</i></span>
<br><b>Computer Science, M.S. (AI Specialization)</b>
<span class="right"><i>Brussels, Belgium</i></span>
<br>
<br> Relevant Coursework:
</p>
<ul style="list-style:circle;">
<li>Reinforcement Learning</li>
<li>Machine Learning</li>
<li>Multicore Programming</li>
<li>Computational Creativity</li>
<li>Cloud Computing</li>
<li>Big Data Processing</li>
<li>Computational Theory</li>
<li>Declarative Programming</li>
</ul>
<!-- Resume : Education : UC Berkeley -->
<p>
<a target="_blank" href="https://www.berkeley.edu/"><img class="icon" src="images/berkeley.png">
</a><b>University of California, Berkeley</b>
<span class="right"><i>May 2016</i></span>
<br><b>Electrical Engineering and Computer Science, B.S.</b>
<span class="right"><i>Berkeley, CA</i></span>
<br>
<br>
Relevant Coursework:
</p>
<ul style="list-style:circle;">
<li>Structure and Interpreation of Computer Programs (Python, Scheme)</li>
<li>Data Structures and Algorithms (Java)</li>
<li>Machine Structures (C, MIPS)</li>
<li>Discrete Mathematics and Probability</li>
<li>Algorithms</li>
<li>Operating Systems (C, Java)</li>
<li>Artificial Intelligence (Python)</li>
<li>Introduction to Optical Engineering</li>
<li>Introduction to Microelectronic Circuits</li>
<li>Systems and Signals</li>
<li>Embedded Systems</li>
<li>Auto-grading and Online Education</li>
</ul>
<p></p>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<li>© 2015 Sean Scofield</li>
<li>Credit to <a href="https://html5up.net/" target="_blank">HTML5 UP</a>
</li>
</ul>
</div>
</body>
</html>