-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
361 lines (320 loc) · 8.65 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
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, user-scalable=no, minimal-ui'>
<title>Neil P Turley</title>
<style>
body {
background: #EEEEEE;
font: 13px "Times New Roman", Times, sans-serif;
line-height: 1.4;
margin: 40px 0;
}
em {
color: #999;
}
p {
line-height: 1.4;
}
ul {
margin-bottom: 0;
}
li {
margin-bottom: 2px;
}
a {
text-decoration: none;
}
#resume {
margin: 0 auto;
max-width: 600px;
padding: 80px 100px;
background: #fff;
border: 1px solid #ccc;
box-shadow: 2px 2px 4px #aaa;
-webkit-box-shadow: 2px 2px 4px #aaa;
}
.coursesList {
width: 28%;
vertical-align: top;
display: inline-block;
}
.largeFont {
font-size: 20px;
}
.smallFont {
font-size: 13px;
}
.sectionBlock {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.sectionName {
width: 18%;
vertical-align: top;
display: inline-block;
}
.sectionContent {
width: 80%;
vertical-align: top;
display: inline-block;
}
.sectionContent ul {
padding-left: 20px;
margin-top: 6px;
list-style-type: circle;
}
.sectionContent .title {
font-weight: bold;
}
.sectionContent .date {
float: right;
}
.sectionContent .separator {
height: 14px;
}
.sectionLine {
border-style: dashed;
border-width: 1px;
border-color: #CFCFCF;
margin-top: 10px;
margin-bottom: 10px;
}
.divider {
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
}
.summary {
margin-top: 6px;
}
.skillBlock {
margin-bottom: 4px;
}
.jobBlock {
page-break-inside: avoid;
}
.projectsBlock {
margin-bottom: 8px;
}
/* Media Queries */
@media only screen and (max-width: 40em) {
body {
margin: 0;
font-size: 14px;
}
#resume {
margin: 0 auto;
max-width: 600px;
padding: 0.5em 1em;
border: none;
}
.sectionBlock {
flex-direction: column;
}
.sectionContent {
width: 100%;
}
.sectionContent .date {
padding-right: 2em;
}
.sectionName {
width: auto;
}
.largeFont {
font-size: 20px;
}
.smallFont {
font-size: 14px;
}
.sectionName {
width: 100%;
}
}
@media print {
body {
background: #FFFFFF;
}
#resume {
margin: 0 auto;
max-width: 600px;
padding: 0px 0px;
border: 0px;
background: #fff;
box-shadow: none;
-webkit-box-shadow: none;
}
a {
color: black;
}
}
</style>
</head>
<body>
<div id='resume'>
<div id='nameBlock' class='largeFont'>
<span class='name'>
Neil P Turley
</span>
</div>
<div id='basicsBlock' class='smallFont'>
<div class='contactBlock'>
<span class='email'>[email protected]</span>
<span class='divider'>|</span>
<span class='phone'>(801) 854-8659</span>
<span class='divider'>|</span>
<span class='address'>
Round Rock, Texas, US
</span>
</div>
<div id='profilesBlock'>
<span class='url'>
<a href='https://github.com/nturley'>Github</a>
</span>
</div>
</div>
<div class='sectionLine'></div>
<div id='workBlock' class="sectionBlock">
<div class='sectionName'>
<span>EXPERIENCE</span>
</div>
<div class='sectionContent'>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
McCoy Global Inc - Lead Software Engineer
</span>
<span class='date'>
2019-11 — Present
</span>
</div>
<div><a href=''></a></div>
<ul class='highlights'>
<li>Maintained embedded microcontroller firmware (C)</li>
<li>Developed Data Acquisition/Reporting Software for Pipe Drilling Sensors (LabVIEW)</li>
<li>Managed AWS resources and build pipeline infrastructure as code (Terraform, CloudFormation)</li>
<li>Implemented HTTP API endpoints that accessed database (C#, DynamoDB, AWS)</li>
<li>Added frontend features to web application (Angular, Typescript)</li>
<li>Wrote API specification and validation framework (OpenAPI, AsyncAPI)</li>
<li>Authored software development processes (e.g., planning, sprints, test periods, releases)</li>
<li>Created manual test procedures and authored manual tests for desktop application</li>
<li>Set up automated build/test CI system for desktop application</li>
</ul>
<div class='separator'></div>
</div>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
National Instruments, RIO Software - Staff Software Engineer
</span>
<span class='date'>
2014-01 — 2019-11
</span>
</div>
<div><a href=''></a></div>
<ul class='highlights'>
<li>Wrote FPGA System Integration for Five RIO Product Lines (LabVIEW, VHDL)</li>
<li>Worked on Electron-based Automotive Database Editor (Typescript, React)</li>
<li>Created a Test Result Analysis Framework (Python)</li>
<li>Designed and Implemented Test Automation Frameworks (Python)</li>
<li>Designed and Implemented a High Speed Data Transfer API (LabVIEW, VHDL, C++)</li>
<li>Ported LabVIEW FPGA RIO Driver to Zynq Platform (C++)</li>
<li>Proposed and Developed Hardward Anti-Cloning Mechanisms (VHDL, C++)</li>
<li>Implemented CLIP Generation Utitility (C#, LabVIEW)</li>
<li>Presented a Technical Session at NI Week 2017</li>
</ul>
<div class='separator'></div>
</div>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
BYU Physics Department, Nuclear Research Group - Lab Assistant
</span>
<span class='date'>
2010-10 — 2013-06
</span>
</div>
<div><a href=''></a></div>
<ul class='highlights'>
<li>Writing Data Acquisition Software (C#, C)</li>
<li>Designing Digital Circuits and Layout (Mentor Graphics)</li>
<li>Assisting Professors and Students to Collect and Analyze Meaningful Data (MATLAB)</li>
</ul>
</div>
</div>
</div>
<div class='sectionLine'></div>
<div id='education' class="sectionBlock">
<div class='sectionName'>
<span>EDUCATION</span>
</div>
<div class='sectionContent'>
<div class='educationBlock'>
<span class='title'>
Brigham Young University
</span>
<span class='date'>
2008 — 2014
</span>
<div class=''>
Bachelor - Computer Engineering
</div>
<div id='coursesBlock'>
<ul class='coursesList'>
<li class='course'>Computer Architecture</li>
<li class='course'>Embedded Systems</li>
</ul>
<ul class='coursesList'>
<li class='course'>Real-Time OSes</li>
<li class='course'>Applied Cryptography</li>
</ul>
<ul class='coursesList'>
<li class='course'>Operating Systems</li>
</ul>
</div>
</div>
</div>
</div>
<div class='sectionLine'></div>
<div id='projects' class="sectionBlock">
<div class='sectionName'>
<span>PROJECTS</span>
</div>
<div class='sectionContent'>
<div class='projectsBlock'>
<span class='title'>Sing Together Online</span>
<a class="projectUrl" href="https://singtogether.online">(https://singtogether.online)</a>
<div id='highlightsBlock'>
<ul class='highlightsList'>
<li class='highlight'>Virtual childrens choir web application</li>
<li class='highlight'>Manages song assignments and user submitted recordings</li>
<li class='highlight'>Buildless, client-only design using HTM, Preact, and Firebase</li>
</ul>
</div>
</div>
<div class='projectsBlock'>
<span class='title'>Latchup 2018: Netlistsvg</span>
<a class="projectUrl" href="https://github.com/nturley/netlistsvg">(https://github.com/nturley/netlistsvg)</a>
<div id='highlightsBlock'>
<ul class='highlightsList'>
<li class='highlight'>Presented about schematic visualization software</li>
<li class='highlight'>Github repo has over 230 stars</li>
</ul>
</div>
</div>
<div class='projectsBlock'>
<span class='title'>NIWeek 2017: Host Memory Buffer</span>
<div id='highlightsBlock'>
<ul class='highlightsList'>
<li class='highlight'>Introduced a low latency DMA interface</li>
<li class='highlight'>How to optimize control loop determinism</li>
</ul>
</div>
</div>
</div>
</div>
<div class='sectionLine'></div>
</body>
</html>