-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
240 lines (232 loc) · 11.4 KB
/
index.html
File metadata and controls
240 lines (232 loc) · 11.4 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
<!doctype html>
<!--
Based on MDL article template
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Shibo Yao's Personal Site">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Shibo Yao</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.1.1/material.green-indigo.min.css">
<link rel="stylesheet" href="styles.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
</head>
<body>
<div class="site-layout mdl-layout mdl-layout--fixed-header mdl-js-layout mdl-color--grey-100">
<header class="site-header mdl-layout__header mdl-layout__header--scroll mdl-color--grey-100 mdl-color-text--grey-800">
<div class="mdl-layout__header-row">
<span class="mdl-layout-title">Shibo Yao (WIP!)</span>
</div>
</header>
<main class="site-main mdl-layout__content">
<div class="site-container mdl-grid">
<div class="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone"></div>
<div class="site-content mdl-color--white mdl-shadow--4dp content mdl-color-text--grey-800 mdl-cell mdl-cell--8-col">
<h3>Education</h3>
<ul class="list-item mdl-list">
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
University of Illinois at Urbana-Champaign<br>Bachelor of Science in Computer Engineering<br>May 2016
</span>
</ul>
<h3>Relevant Coursework</h3>
<ul class="list-item mdl-list">
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
Computer Organization Design<br>Computer Systems Engineering<br>Algorithms Models of Computation
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
Data Structures and Software Principles<br>Distributed Systems<br>Mobile Sensing and Applications
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
Artificial Intelligence<br>Applied Machine Learning<br>Computer Security I
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
Interactive Computer Graphics<br>Analog/Digital Signal Processing<br>Embedded DSP Lab
</span>
</li>
</ul>
<h3>Skills</h3>
<ul class="list-item mdl-list">
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Python, C++, C, Java (Android), x86 Assembly, JavaScript
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
MATLAB, HTML, System Verilog
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Microsoft Visual Studio, Android Studio, PyCharm, Quartus II, ModelSim, Atom, Git
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Fluent in 中文!
</span>
</li>
</ul>
<h3>Experience</h3>
<h4>Nion Company (Software Development Intern)</h4>
<ul class="list-item mdl-list">
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Developed a NionSwift extension using OpenCV in Python to track atoms with Nion’s electron microscopes, rather than manually tracking and adjusting
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Helped implement API functions for users to create their own extensions and scripts
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Pushed several bug fixes and features for Swift based on user feedback and testing
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Gave presentations and Python tutorials for a Swift workshop and demoed my plugin at the end of the summer to many of the top microscopy scientists in the field
</span>
</li>
</ul>
<h4>State Farm Research and Development Center (Systems Intern)</h4>
<ul class="list-item mdl-list">
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Worked on the software team of a ten-man project with three sub-teams on a patented device to detect driver movement
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Used scikit-learn (random forest, k-means) to analyze data and predict movement
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Evaluated all options for hardware and software for the project and laid out all future milestones up to 2016 as a team
</span>
</li>
</ul>
<h3>Projects and Awards</h3>
<h4>JZ Wentworth Cache Now (Computer Organization Design Final Project)</h4>
<ul class="list-item mdl-list">
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Designed a pipelined CPU based on the LC-3b ISA in System Verilog with two additional engineers
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Focused on implementing hazard detection, data forwarding, and local history branch prediction
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Utilized ModelSim to debug design through specific test code written to target different areas of the CPU
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Won the design competition by having the fastest processor in the class
</span>
</li>
</ul>
<h4>ShibOS (Computer Systems Engineering Final Project)</h4>
<ul class="list-item mdl-list">
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Created a simple Linux-based operating system with a group of three additional engineers
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Collaborated for 30-40 hours a week over four weeks to implement paging, device drivers, system calls and tasks, multiple terminals, and scheduling
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Focused on implementing device drivers, system calls, and scheduling while debugging the entire system as a whole
</span>
</li>
</ul>
<h4>Kapow! (Embedded DSP Lab Final Project)</h4>
<ul class="list-item mdl-list">
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Co-developed an android app that allows users to “cartoonify” images and manipulate images to create a pdf comic book
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Implemented features letting users choose a variety of filters (mean-shift, bilateral, etc.), add speech bubbles, and rearrange images with multi-touch control to create panels.
</span>
</li>
</ul>
<h4>ECE Pulse 2015</h4>
<ul class="list-item mdl-list">
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
First place in software competition (team of three, day long, various coding challenges)
</span>
</li>
</ul>
<h4>Smoldr</h4>
<ul class="list-item mdl-list">
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">label</i>
Smart retrofit smoke detector (Top ten in MHacks IV 2014)
</span>
</li>
</ul>
</div>
</div>
</main>
</div>
<script defer src="https://code.getmdl.io/1.1.1/material.min.js"></script>
</body>
</html>