-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
executable file
·136 lines (122 loc) · 6.1 KB
/
resume.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
<!--
Content written and copyrighted by Kevin Boos, 2013.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<title>Kevin Boos - Resume</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo">
<a href="index.html"><font color="#625D5D">Kevin Boos, Ph.D.</font></a>
</div>
<div id="menu">
<ul>
<li class="first current_page_item"><a href="index.html">Home</a></li>
<li><a href="profile.html">Bio</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="resume.html">C.V.</a></li>
<li class="last"><a href="https://www.theseus-os.com/">Blog</a></li>
</ul>
<br class="clearfix" />
</div>
</div>
<div id="page-bottom">
<div id="page-bottom-content">
<font color="white">
<h4> <a href="docs/boos_cv.pdf">Download my full C.V. here</a>.</h4>
</font>
</div>
</div>
<br class="clearfix" />
<div id="inner">
<div id="page">
<div id="content">
<div class="box">
<h2>Education</h2>
<ul class="list">
<li><strong><font size=4>Rice University</font></strong> <br>
Ph.D. Computer Engineering — <em>2020</em> <br>
M.S. Computer Engineering — <em>2016</em> <br>
<!-- <li><strong><font size=4>The University of Texas at Austin</font></strong> <br>
Ph.D. Software Engineering <em>(2011 – 2012, Transfer)</em> <br> -->
<li><strong><font size=4>The University of Texas at Austin</font></strong> <br>
B.S. Computer Engineering — <em>2011</em> <br>
<!-- Minor: Mandarin Chinese <br> -->
<li></li>
</ul>
</div>
</div>
</div>
</div>
<br class="clearfix" />
<div id="inner">
<div id="page">
<div id="content">
<div class="box">
<h2>Industry Experience</h2>
<ul class="list">
<li class="first"></li>
<li><strong><font size=4>Theseus Systems</strong> <em>(2021 - Present)</em> </font><br>
Founder and Lead Developer of Theseus OS, <a href="https://www.theseus-os.com/">Theseus Systems</a> <br>
Industry Funding and Sponsorship provided by <a href="https://www.futurewei.com/">Futurewei Technologies</a>
<li><strong><font size=4>Rice University & Yale University</strong> <em>(2020 - 2021)</em> </font><br>
Research Engineer, <a href="https://www.yecl.org/">Efficient Computing Lab</a> <br>
Supervisor: <a href="https://www.linzhong.org/">Lin Zhong</a>
<li><strong><font size=4>Microsoft Research</strong> <em>(2020)</em> </font><br>
Research Intern, Mobility & Networking Research Group <br>
Mentors: <a href="https://www.microsoft.com/en-us/research/people/sanjeevm/">Sanjeev Mehrotra</a> & <a href="http://anujkalia.com/">Anuj Kalia</a>
<li><strong><font size=4>Microsoft Research</strong> <em>(2015)</em> </font><br>
Research Intern, Mobility & Networking Research Group <br>
Mentors: <a href="https://bawakayi.com/davidchu/">David Chu</a> & <a href="https://cuervo.dev/">Eduardo Cuervo</a>
<li><strong><font size=4>ARRIS (Motorola Mobility)</strong> <em>(2014)</em> </font><br>
Adv. Technology Intern, Applied Research Center <br>
Mentors: Venu Vasudevan & Jehan Wickramasuriya
<li><strong><font size=4>Nokia Research Center</strong> <em>(2012)</em> </font><br>
Ph.D. Research Intern <br>
Mentor: Sri Nair
<li><strong><font size=4>Emerson Process Mgmt</strong> <em>(2011)</em> </font><br>
Software Developer, I/O Services Division
<li><strong><font size=4>Texas Instruments DLP</strong> <em>(2009)</em> </font><br>
Technical R&D Intern
<!-- <li><strong><font size=4>The University of Texas at Austin</strong></font><br>
Engineering Tutor <em>(2008 – 2010)</em> <br>
Engineering Tutoring Manager <em>(2010 – 2011)</em>
-->
<li></li>
</ul>
</div>
</div>
</div>
</div>
<br class="clearfix" />
<div id="page-bottom">
<div id="page-bottom-content">
<h2>Skills</h2>
<font color="white">
<strong>
Rust • C • Java • C++ • Shell Scripts • C#<br>
OS development • Linux kernel • Android frameworks • ARM • Static analysis <br>
Vim • Eclipse • Git • SVN • LaTeX <br>
<!--
• C — Java — C++ — Shell Scripts — Assembly — C# <br>
• Linux kernel — Android — VIM — Eclipse — GIT/SVN<br>
• LaTeX — Oral/Written Communication — Documentation <br>
-->
</strong>
</font>
</div>
</div>
</div>
<div id="footer">
© 2012-2022 Kevin Boos | Latest Update: May 2022 | Website Layout by <a href="http://www.freecsstemplates.org/">FCT</a>
</div>
</body>
</html>