-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
472 lines (469 loc) · 19.5 KB
/
index.html
File metadata and controls
472 lines (469 loc) · 19.5 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
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="desktop.css" rel="stylesheet" type="text/css" />
<script src='js/jquery-3.2.1.js'></script>
<script src='js/navigation.js'></script>
<link rel="icon" href="images/icon.png">
<title>Max Smiley</title>
</head>
<body>
<div id="main">
<div class="container clearfix">
<div id="sidebar">
<div id="photo-contact">
<img id="photo" src="images/selfie.jpg" alt="Me!" style="width:180px;height:180px;">
<hr>
<div id="contact">
<h2 id="title"><a href="#bio">Max Smiley</a></h2>
<span><a href="mailto:maxgsmiley@gmail.com">email</a></span>
<span>| <a href="https://github.com/maxsmiley">github</a></span>
<span>| <a href="resume.pdf">resume</a></span>
</div>
</div>
<div id="navigation">
<div id="nav-anchor"></div>
<nav>
<ul>
<li>
<a href="#education">
<span class='nav-link-long'>Education</span>
<span class='nav-link-short'>School</span>
</a>
</li>
<li>
<a href="#experience">
<span class='nav-link-long'>Experience</span>
<span class='nav-link-short'>Work</span>
</a>
</li>
<li>
<a href="#publications">
<span class='nav-link-long'>Publications</span>
<span class='nav-link-short'>Papers</span>
</a>
</li>
<li>
<a href="#projects-activities">
<span class='nav-link-long'>Projects & Actitivies</span>
<span class='nav-link-short'>Projects</span>
</a>
</li>
<li>
<a href="#honors">
<span class='nav-link-long'>Honors</span>
<span class='nav-link-short'>Honors</span>
</a>
</li>
<li>
<a href="#skills-interests">
<span class='nav-link-long'>Skills & Interests</span>
<span class='nav-link-short'>Skills</span>
</a>
</li>
</ul>
</nav>
</div>
</div><!-- /#sidebar -->
<div id="content-container">
<div id="content">
<section id="bio">
</section>
<section id="education">
<h2 class="section-header">Education</h2>
<div class="subsection">
<div class="subsection-thumbnail">
<img class="thumbnail-image" src="images/uw.png" style="width:65px;height:44px;margin-top:10px;">
</div>
<div class="subsection-header">
<div class="left">
<h4 class="subsection-title">University of Washington</h4>
<h4>Master of Science Degree</h4>
<h4>Magna Cum Laude</h4>
<h4>Computer Science and Engineering</h4>
</div>
<div class="right">
<h4>2016 - 2020</h4>
<h4>Seattle, WA</h4>
</div>
</div>
<div class="subsection-footer">
<input class="toggle-expand" id="uw-courses-toggle" type="checkbox" >
<label class="toggle-expand-label" for="uw-courses-toggle">
<img src="images/expand2.png" style="height:15px;vertical-align: middle;margin-bottom:2px;">
Courses
</label>
<div class="expandable block-items-list" id="uw-courses">
<div id="computer-science-uw">
<label>Database Management</label>
<label>Data Mining</label>
<label>Parallel Computation</label>
<label>Current Research in Computer Science</label>
<label>Software Engineering Principles</label>
<label>Natural Language Processing</label>
<label>Computation Biology</label>
<label>Game Theory</label>
</div>
</div>
</div>
</div>
<div class="subsection">
<div class="subsection-thumbnail">
<img class="thumbnail-image" src="images/tufts.png" style="width:65px;height:65px;">
</div>
<div class="subsection-header">
<div class="left">
<h4 class="subsection-title">Tufts University</h4>
<h4>Bachelor of Science Degree</h4>
<h4>Magna Cum Laude, Highest Honor in Thesis</h4>
<h4>Computer Science, Cognitive and Brain Science</h4>
</div>
<div class="right">
<h4>2010 - 2014</h4>
<h4>Medford, MA</h4>
</div>
</div>
<div class="subsection-footer">
<input class="toggle-expand" id="tufts-courses-toggle" type="checkbox" >
<label class="toggle-expand-label" for="tufts-courses-toggle">
<img src="images/expand2.png" style="height:15px;vertical-align: middle;margin-bottom:2px;">
Courses
</label>
<div class="expandable block-items-list" id="tufts-courses">
<div id="computer-science">
<h4>Computer Science:</h4>
<label>Algorithms</label>
<label>Artificial Intelligence</label>
<label>Computation Theory</label>
<label>Discrete Mathematics</label>
<label>Game Development</label>
<label>Human Computer Interaction</label>
<label>Intro to Machine Learning</label>
<label>Machine Structures and Assembly Language Programming</label>
<label>Programming Languages</label>
<label>Web Programming</label>
<label>Web Engineering</label>
</div>
<div id="cognitive-science">
<h4>Cognitive and Brain Science:</h4>
<label>Animal Learning and Behavior</label>
<label>Intro to Cognitive Brain Sciences</label>
<label>Development of Language</label>
<label>Experimental Psychology</label>
<label>Intro to Linguistics</label>
<label>Intro to Philosophy</label>
<label>Language and Mind</label>
<label>Statistics for Behavioral Science</label>
</div>
</div>
</div>
</div>
</section>
<hr>
<section id="experience">
<h2>Experience</h2>
<div class="subsection">
<div class="subsection-thumbnail">
<img class="thumbnail-image" src="images/riot.png" style="width:63px;height:63px;">
</div>
<div class="subsection-header">
<div class="left">
<h4 class="subsection-title">Riot Games</h4>
<h4>Staff Engineer</h4>
</div>
<div class="right">
<h4>2020 - Present</h4>
<h4>Bellevue, WA</h4>
</div>
</div>
<p>
<div class="subsection-region">Currently working as a Staff enginner on VALORANT's Store team. Set technical direction and roadmap, architect full-stack solutions, drive cross-team culture and processes. Responsible for mentoring and growing team devs. </div>
<div class="subsection-region">The Store team runs players' storefronts, generating unique offers and means of access to premium content through rotations, featured bundles, and special events including the Night.Market and RiotX Arcane
as well as partnerships including Loyalty Programs and XBOX Game Pass. </div>
<div class="subsection-region">Work accross teams, disciplines, and time zones, to deliver large-scale features including shipping VALORANT in China, delivering VALORANT to Console, and building machine-learning driven store insights pipelines./div>
</p>
<div class="subsection-footer">
<a href="https://playvalorant.com/">
<img src="images/link.png" style="height:14px;">
VALORANT
</a>
//
<a href="https://valorant.fandom.com/wiki/Night.Market">
Night.Market
</a>
//
<a href="https://playvalorant.com/en-us/news/announcements/get-riotx-arcane-gear-in-valorant/">
RiotX Arcane
</a>
//
<a href="https://www.xbox.com/en-US/xbox-game-pass/riot-games">
XBOX Game Pass
</a>
</div>
</div>
<div class="subsection">
<div class="subsection-thumbnail">
<img class="thumbnail-image" src="images/microsoft.png" style="width:63px;height:63px;">
</div>
<div class="subsection-header">
<div class="left">
<h4 class="subsection-title">Microsoft</h4>
<h4>Senior Software Engineer</h4>
</div>
<div class="right">
<h4>2014 - 2020</h4>
<h4>Redmond, WA</h4>
</div>
</div>
<p>
<div class="subsection-region">Worked in both Supply Chain Services and Universal Store Team, created cloud-based and full stack solutions for shopfloor controllers and applied machine learning. Coordinated directly with customers to develop fully featured front end interfaces.</div>
<div class="subsection-region">Was responsible for mentoring and onboarding FTEs and interns. Lead small team in building new service portal for provisioning credit to customers. Owned the provisioning pipeline for resource creation and contributed to New Orleans stack for merchant services.</div>
</p>
</div>
<div class="subsection">
<div class="subsection-thumbnail">
<img class="thumbnail-image" src="images/hrilab.png" style="width:83px;height:58px;">
</div>
<div class="subsection-header">
<div class="left">
<h4 class="subsection-title">Tufts University Dept of Computer Science</h4>
<h4>Research Assistant</h4>
</div>
<div class="right">
<h4>2010 - 2016</h4>
<h4>Redmond, WA</h4>
</div>
</div>
<div class="subsection-region">Conducted research with Professor Michael Levin, Director of Tufts Center for Regenerative and Developmental Biology; and Professor Matthias Scheutz, Director of Tufts Human Robotic Interaction Lab. Studied computational modeling and analysis of biomechanics in organic tissue regeneration. </div>
<div class="subsection-region">Published papers relating to agent-based simulation models of planarean morphegenics and of tree frog mating. Programmed an interface for general agent-based simulations for Tufts research. Was teaching assistant for special topics course Artifical Agents and Autonomy. I continue to help with research and implementation.</div>
</div>
</section>
<hr>
<section id="publications">
<h2>Publications</h2>
<div class="subsection-thumbnail">
<img class="thumbnail-image" src="images/iee.png" style="width:70px;height:70px;">
</div>
<div class="subsection">
<div class="subsection-header">
<h4 class="subsection-title">Exploring Male Spatial Placement Strategies in a Biologically Plausible Mating Task</h4>
<h4>Scheutz, M., Smiley, M., & Boyd S. K. (2013, April 15)</h4>
<h4>EEE Symposium on Artificial Life, Grand Copthorne Waterfront Hotel, Singapore.</h4>
</div>
<div class="subsection-footer">
<a href="http://ieeexplore.ieee.org/document/6602439/?reload=true">
<img src="images/link.png" style="height:14px;">
Paper
</a>
</div>
</div>
<div class="subsection">
<div class="subsection-thumbnail">
<img class="thumbnail-image" src="images/tufts.png" style="width:65px;height:65px;">
</div>
<div class="subsection-header">
<h4 class="subsection-title">Computational models of distributed morphological representations and regenation for damaged structures</h4>
<h4>Smiley, M. (2014, May)</h4>
<h4>Tufts University </h4>
<h4>Senior Thesis with Highest Honors; embargoed for future research</h4>
</div>
<div class="subsection-footer">
<a href="http://hdl.handle.net/10427/002030">
<img src="images/link.png" style="height:14px;">
Paper (Embargoed)
</a>
</div>
</div>
<div class="subsection">
<div class="subsection-thumbnail">
<img class="thumbnail-image" src="images/mit.png" style="width:64px;height:34px;margin-left:5px;margin-top:5px;">
</div>
<div class="subsection-header">
<h4 class="subsection-title">Dynamic Structure Discovery and Monitoring for Self-Healing 3D Forms.</h4>
<h4>Ferrira G., Smiley M., Scheutz M., & Levin M. (2016, July 4)</h4>
<h4>ALIFE XV 2016, Cancun Mexico.</h4>
</div>
<div class="subsection-footer">
<a href="https://mitpress.mit.edu/sites/default/files/titles/free-download/9780262339360_ALIFE_2016.pdf">
<img src="images/link.png" style="height:14px;">
Paper
</a>
</div>
</div>
</section>
<hr>
<section id="projects-activities">
<h2>Projects & Actitivies</h2>
<div class="subsection">
<div class="subsection-thumbnail">
<img class="thumbnail-image" src="images/maxbot.png" style="width:65px;height:65px;">
</div>
<div class="subsection-header">
<div class="left">
<h4 class="subsection-title">MaxBot, Discord Bot</h4>
<h4>Creator</h4>
</div>
<div class="right">
<h4>2018 - Present</h4>
<h4>Seattle, WA</h4>
</div>
</div>
<p>A bot that offers a wide variety of functionalities missing from Discord. Includes creating polls, subscription and announcements to custom topics, generating chains of reacts, birthday and event notifications, server metrics and much more. </p>
</div>
<div class="subsection">
<div class="subsection-thumbnail">
<img class="thumbnail-image" src="images/meeter.png" style="width:65px;height:65px;">
</div>
<div class="subsection-header">
<div class="left">
<h4 class="subsection-title">Hackathons</h4>
<h4>Participant</h4>
</div>
<div class="right">
<h4>2013 - Present</h4>
<h4>Multiple Venues</h4>
</div>
</div>
<p>
<div class="subsection-region"><span>Tufts University 2013:</span>Website usingEchoNest API to fuse any two songs in a melodic manner.</div>
<div class="subsection-region"><span>Tufts University 2014:</span>Won 2nd place in Tuft’s Utility category for creating a website for auditing and planning majors.</div>
<div class="subsection-region"><span>Microsoft 2015:</span>Cross-platform mobile app using Xamarin that provided dashboard for MS supply chain orders.</div>
<div class="subsection-region"><span>Microsoft 2016:</span>Plugin for Skype that calculates the aggregate cost of meetings over time.</div>
</p>
</div>
<div class="subsection">
<div class="subsection-thumbnail">
<img class="thumbnail-image" src="images/mythos.svg" style="width:65px;height:65px;">
</div>
<div class="subsection-header">
<div class="left">
<h4 class="subsection-title">Mythos, Online Board Game</h4>
<h4>Developer & Visual Designer</h4>
</div>
<div class="right">
<h4>2014 - Present</h4>
<h4>Seattle, WA</h4>
</div>
</div>
<p>Built an online multiplayer deckbuilding game with a group of friends. Implemented in React framework. Head of design for interface, card design, and artwork.</p>
<div class="subsection-footer">
<a href="https://mythosgame.com/">
<img src="images/link.png" style="height:14px;">
Website
</a>
</div>
</div>
<div class="subsection">
<div class="subsection-thumbnail">
<img class="thumbnail-image" src="images/tuftsrobotics.svg" style="width:65px;height:65px;">
</div>
<div class="subsection-header">
<div class="left">
<h4 class="subsection-title">Tufts Robotics Club</h4>
<h4>Vice President</h4>
</div>
<div class="right">
<h4>2012 - 2014</h4>
<h4>Medford, MA</h4>
</div>
</div>
<p>Led weekly meetings, taught coding tutorials for club members, managed website and GitHub repository. Managed coding department for club’s competitions. Ran monthly workshop with local elementary school students to teach basic robotics concepts.</p>
<div class="subsection-footer">
<a href="https://sites.tufts.edu/robotics/">
<img src="images/link.png" style="height:14px;">
Website
</a>
</div>
</div>
</section>
<hr>
<section id="honors">
<h2>Honors</h2>
<div class="subsection">
<div class="subsection-thumbnail">
<img class="thumbnail-image" src="images/cra.png" style="width:65px;height:65px;">
</div>
<div class="subsection-header">
<h3>Outstanding Undergraduate Researcher Award Honorable Mention</h3>
<h4>Computing Research Association, 2013</h4>
</div>
</div>
<div class="subsection">
<div class="subsection-header">
<h3>Winner of Tufts Coding Challenge</h3>
<h4>Microsoft, November 2013
</div>
</div>
<div class="subsection">
<div class="subsection-header">
<h3>High Potential Employee</h3>
<h4>Microsoft, 2014, 2015, 2016, 2017</h4>
</div>
</div>
</section>
<hr>
<section id="skills-interests">
<h2>Skills & Interests</h2>
<div class="block-items-list">
<div id="computer-skills">
<h4>Languages & Tools:</h4>
<label>C++</label>
<label>C</label>
<label>C#</label>
<label>Java</label>
<label>JavaScript</label>
<label>Golang</label>
<label>Python</label>
<label>Unreal</label>
<label>Arduino</label>
<label>Processing</label>
<label>HTML</label>
<label>CSS</label>
<label>React</label>
<label>GIT</label>
<label>Azure</label>
<label>SQL</label>
<label>.NET</label>
<label>Sketch</label>
<label>Photoshop</label>
<label>Illustrator</label>
</div>
<div id="interests">
<h4>Interests:</h4>
<label>Autonomy</label>
<label>Illustration and Design</label>
<label>Computational Biology</label>
<label>Games</label>
<label>Puzzles</label>
<label>Reading</label>
</div>
</div>
</section>
</div><!-- /#content -->
<footer>
<div id="footer-content">
<h2>Contact</h2>
<div class="footer-contact">
<label class="subsection-title">Email</label>
<label class="footer-contact-value">maxgsmiley@gmail.com</label>
</div>
<div class="footer-contact">
<label class="subsection-title">Phone</label>
<label class="footer-contact-value">858.603.6238</label>
</div>
<div class="footer-contact">
<label class="subsection-title">Github</label>
<label class="footer-contact-value">https://github.com/maxsmiley</label>
</div>
<div class="footer-contact">
<label class="subsection-title">Location</label>
<label class="footer-contact-value">Seattle, WA</label>
</div>
</div>
</footer>
</div><!-- /#content-container -->
</div><!-- /#main -->
</body>
</html>