-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
390 lines (386 loc) · 25.4 KB
/
index.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
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
<!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="" />
<title>Elijah Grubb</title>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<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">Elijah Grubb</span>
<span class="d-none d-lg-block"><img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/elijah_profile.jpg" alt="..." /></span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<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"><a class="nav-link js-scroll-trigger" href="#education">Education</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#skills">Skills</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#teaching">Teaching</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#other">Other</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#personal">Personal</a></li>
</ul>
</div>
</nav>
<!-- Page Content-->
<div class="container-fluid p-0">
<!-- About-->
<section class="resume-section" id="about">
<div class="resume-section-content">
<h1 class="mb-0">
Elijah
<span class="text-primary">Grubb</span>
</h1>
<div class="subheading mb-5">
<a href="mailto:[email protected]">[email protected]</a> · (801) 786-9886 · He/Him
</div>
<p class="lead">I am a software engineer and cryptographic researcher currently building the cryptography library for the Unisys MCP operating system. In the past, I've worked on cryptographic theory and implementation at the Maryland Cybersecurity Center, SRI International, and the IMDEA Software Institute. I also have software engineering experience with Qualtrics and Goldman Sachs. </p>
<p class="lead mb-5">I program primarily in Rust, C, and NEWP/Algol and in the past I worked on large projects in Python, Java, JavaScript, and C++. I'm interested in best practices, engineering, and research involving systems, security, and cryptography.</p>
<div class="social-icons">
<a class="social-icon" href="https://www.linkedin.com/in/elijahgrubb/"><i class="fab fa-linkedin-in"></i></a>
<a class="social-icon" href="https://github.com/judgegrubb"><i class="fab fa-github"></i></a>
<a class="social-icon" href="misc/ElijahGrubbResume.pdf"><i class="fas fa-file-alt"></i></a>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Experience-->
<section class="resume-section" id="experience">
<div class="resume-section-content">
<h2 class="mb-5">Experience</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">System Software Engineer</h3>
<div class="subheading mb-3 fs-4">Unisys, <span class="fw-normal fs-5">Remote, Salt Lake City, UT</span></div>
<ul>
<li>Implement and maintain OS support for network security protocols, participating in code reviews as a part of the distributed Cryptography and Security teams.</li>
<li>Mentor junior engineers, using pair programming to collaborate and teach.</li>
<li>Set up 6 internal Certificate Authorities for integration testing.</li>
<li>Debug client errors and bugs, update documentation and unit test suite.</li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">October 2021 - Present</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Graduate Research Assistant</h3>
<div class="subheading mb-3 fs-4">University of Maryland, <span class="fw-normal fs-5">College Park, MD</span></div>
<ul>
<li>Prototyped new consensus protocols for experimentation under realistic network conditions with custom network testing framework in Rust.</li>
<li>Researched practical zero-knowledge proof system design with a focus on optimal prover efficiency as a part of the Maryland Cybersecurity Center.</li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">May 2019 - May 2021</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Graduate Research Intern</h3>
<div class="subheading mb-3 fs-4">SRI International, <span class="fw-normal fs-5">Remote, Menlo Park, CA</span></div>
<ul>
<li>Designed and built Rust tool for messaging between different zero-knowledge proof libraries for modular integration as a remote researcher. </li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">June 2020 - August 2020</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Visiting PhD Student</h3>
<div class="subheading mb-3 fs-4">IMDEA Software Institute, <span class="fw-normal fs-5">Madrid, Spain</span></div>
<ul>
<li>Implementation and research into 4x speed-up of zero-knowledge proof generation systems.</li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">September 2019 - December 2019</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Undergraduate Research Assistant</h3>
<div class="subheading mb-3 fs-4">University of Utah, <span class="fw-normal fs-5">Salt Lake City, UT</span></div>
<ul>
<li>Brought Docker support to the Emulab network testbed system housed at the University of Utah as a member of the Flux Research Group. <a href="https://www.usenix.org/conference/cset18/presentation/johnson">Publication</a> at CSET @ USENIX Security Symposium 2018.</li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">September 2017 - August 2018</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Software Engineer Intern</h3>
<div class="subheading mb-3 fs-4">Qualtrics, <span class="fw-normal fs-5">Provo, UT</span></div>
<ul>
<li>Built a full stack application to store custom settings for active client projects. Designed backend and relational database architecture.</li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">May 2017 - August 2017</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Undergraduate Research Assistant</h3>
<div class="subheading mb-3 fs-4">University of Utah, <span class="fw-normal fs-5">Salt Lake City, UT</span></div>
<ul>
<li>Member of the Data Group collecting and analyzing large amounts of spatio-temporal data.</li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">September 2016 - May 2017</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Technology Summer Analyst</h3>
<div class="subheading mb-3 fs-4">Goldman Sachs, <span class="fw-normal fs-5">Salt Lake City, UT</span></div>
</div>
<div class="flex-shrink-0"><span class="text-primary">June 2016 - August 2016</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Software Engineer Intern</h3>
<div class="subheading mb-3 fs-4">Spillman Technologies, <span class="fw-normal fs-5">West Valley City, UT</span></div>
</div>
<div class="flex-shrink-0"><span class="text-primary">March 2015 - May 2016</span></div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Education-->
<section class="resume-section" id="education">
<div class="resume-section-content">
<h2 class="mb-5">Education</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">University of Maryland, <span class="fw-normal fs-4">College Park, MD</span></h3>
<div class="subheading mb-3">Ph.D. Student in Computer Science, no degree received</div>
<p><span class="fst-italic">Course Highlights</span>: Computer and Network Security,
Applied Cryptography and Hostile Governments, Computer Networks, Secure Distributed Computation.</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">2018 - 2021</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between">
<div class="flex-grow-1">
<h3 class="mb-0">University of Utah, <span class="fw-normal fs-4">Salt Lake City, UT</span></h3>
<div class="subheading mb-3">B.Sc. in Computer Science</div>
<p><span class="fst-italic">Course Highlights</span>: Software Verification, Distributed Systems,
Number Theory, Advanced Operating Systems, Database Systems, Data Mining.</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">2014 - 2018</span></div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Skills-->
<section class="resume-section" id="skills">
<div class="resume-section-content">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-3 fs-3">Programming Languages & Tools</div>
<ul class="list-inline dev-icons">
<li class="list-inline-item"><i class="fab fa-rust"></i></li>
<li class="list-inline-item"><i>C</i></i>
<li class="list-inline-item"><i class="fab fa-python"></i></i>
<li class="list-inline-item"><i class="">Algol</i></li>
<li class="list-inline-item"><i class="fab fa-java"></i></li>
<li class="list-inline-item"><i class="fab fa-js-square"></i></li>
<li class="list-inline-item"><i class="">C++</i></i>
<li class="list-inline-item"><i class="">SQL</i></li>
</ul>
<ul class="list-inline dev-icons">
<li class="list-inline-item"><i class="fab fa-ethereum"></i></li>
<li class="list-inline-item"><i class="fab fa-docker"></i></li>
<li class="list-inline-item"><i class="">Vim</i></li>
<li class="list-inline-item"><i class="fab fa-node-js"></i></li>
<li class="list-inline-item"><i class="fab fa-git"></i></li>
<li class="list-inline-item"><i class="fab fa-github"></i></li>
<li class="list-inline-item"><i class="fab fa-apple"></i></li>
<li class="list-inline-item"><i class="fab fa-linux"></i></li>
<li class="list-inline-item"><i class="fab fa-windows"></i></li>
</ul>
<div class="subheading mb-3 fs-3">Expertise & Interests</div>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"><i class="fas fa-chevron-right"></i></span>
Applied Cryptography
</li>
<li>
<span class="fa-li"><i class="fas fa-chevron-right"></i></span>
Computer Security
</li>
<li>
<span class="fa-li"><i class="fas fa-chevron-right"></i></span>
Privacy
</li>
<li>
<span class="fa-li"><i class="fas fa-chevron-right"></i></span>
Authentication
</li>
<li>
<span class="fa-li"><i class="fas fa-chevron-right"></i></span>
Cryptographic Review
</li>
<li>
<span class="fa-li"><i class="fas fa-chevron-right"></i></span>
Cryptocurrencies
</li>
<li>
<span class="fa-li"><i class="fas fa-chevron-right"></i></span>
Zero-Knowledge Systems
</li>
<li>
<span class="fa-li"><i class="fas fa-chevron-right"></i></span>
Public Key Infrastructure
</li>
<li>
<span class="fa-li"><i class="fas fa-chevron-right"></i></span>
Automated Testing
</li>
<li>
<span class="fa-li"><i class="fas fa-chevron-right"></i></span>
Database Design
</li>
<li>
<span class="fa-li"><i class="fas fa-chevron-right"></i></span>
Code Review
</li>
</ul>
</div>
</section>
<hr class="m-0" />
<!-- Teaching -->
<section class="resume-section" id="teaching">
<div class="resume-section-content">
<h2 class="mb-5">Teaching Experience</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-3">
<div class="flex-grow-1">
<h3 class="mb-0">Cryptography, <span class="fw-normal fs-4">Teaching Assistant</span></h3>
<div class="subheading mb-3">72 Students, CMSC 456, University of Maryland</div>
</div>
<div class="flex-shrink-0"><span class="text-primary">Spring 2021</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-3">
<div class="flex-grow-1">
<h3 class="mb-0">Operating Systems, <span class="fw-normal fs-4">Teaching Assistant</span></h3>
<div class="subheading mb-3">76 Students, CMSC 412, University of Maryland</div>
</div>
<div class="flex-shrink-0"><span class="text-primary">Fall 2020</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-3">
<div class="flex-grow-1">
<h3 class="mb-0">Cryptography, <span class="fw-normal fs-4">Teaching Assistant</span></h3>
<div class="subheading mb-3">60 Students, CMSC 456, University of Maryland</div>
</div>
<div class="flex-shrink-0"><span class="text-primary">Spring 2020</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-3">
<div class="flex-grow-1">
<h3 class="mb-0">Cryptography, <span class="fw-normal fs-4">Teaching Assistant</span></h3>
<div class="subheading mb-3">85 Students, CMSC 456, University of Maryland</div>
</div>
<div class="flex-shrink-0"><span class="text-primary">Spring 2019</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-3">
<div class="flex-grow-1">
<h3 class="mb-0">Organization of Programming Languages, <span class="fw-normal fs-4">Teaching Assistant</span></h3>
<div class="subheading mb-3">500+ Students, CMSC 330, University of Maryland</div>
</div>
<div class="flex-shrink-0"><span class="text-primary">Fall 2018</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-3">
<div class="flex-grow-1">
<h3 class="mb-0">Database Systems, <span class="fw-normal fs-4">Teaching Assistant</span></h3>
<div class="subheading mb-3">134 Students, CS 5530, University of Utah</div>
</div>
<div class="flex-shrink-0"><span class="text-primary">Spring 2017</span></div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Other-->
<section class="resume-section" id="other">
<div class="resume-section-content">
<h2 class="mb-5">Other Experience & Awards</h2>
<div class="subheading mb-3 fs-3">Publications</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-3">
<div class="flex-grow-1">
<h4 class="mb-0 fs-5">Supporting Docker in Emulab-Based Network Testbeds.</h4>
<h5 class="mb-0 fs-5"><span class="fw-normal">D. Johnson, </span>E. Grubb<span class="fw-normal">, E. Eide</span></h4>
<div class="subheading fs-5 mb-3">In <span class="fst-italic">CSET '18</span> (<a href="https://www.usenix.org/conference/cset18/presentation/johnson">Link</a>).</div>
</div>
</div>
<div class="subheading mb-3 fs-3">External Reviewer</div>
<ul class="fa-ul mb-3">
<li>
<span class="fa-li"><i class="fas fa-chevron-right"></i></span>
CCS 2021
</li>
<li>
<span class="fa-li"><i class="fas fa-chevron-right"></i></span>
EUROCRYPT 2021
</li>
</ul>
<div class="subheading mb-3 fs-3">Awards</div>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
PLDI 2018 Student Travel Grant
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
6x Dean's List, University of Utah
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
Top 4 Finish, Internal Goldman Sachs Hackathon, Summer 2016
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
3rd Place, University of Utah Hackathon co-hosted by U of U ACM, Fall 2015
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
Honors at Entrance Academic Scholarship, University of Utah, Fall 2014
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
AP Scholar with Distinction, The College Board, Summer 2014
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
Eagle Scout, Boy Scouts of America, Spring 2014
</li>
</ul>
</div>
</section>
<hr class="m-0" />
<!-- PERSONAL -->
<section class="resume-section" id="personal">
<div class="resume-section-content">
<h2 class="mb-5">Personal</h2>
<p>Outside of arguing with computers, I like to spend time
<a href="https://www.instagram.com/p/BJEIlN9jpfg/">visiting</a>
<a href="https://www.instagram.com/p/BuidPVVHTML/">national</a>
<a href="https://www.instagram.com/p/ByzG_O5HHvw/">parks</a>.
I love watching basketball and soccer, and playing pickleball and tennis.
I enjoy reading sci-fi, fantasy, and biographies, as well as the latest cryptography research papers.</p>
<p class="mb-0">Recently I've gotten into video games as a way to spend time with
friends and family in other time zones.
I'm easily nerd-sniped and have an unhealthy addiction to finding answers to unimportant questions.</p>
</div>
</section>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>