-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
487 lines (463 loc) · 11.9 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
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
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>Brian T. Jenkins</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<style type="text/css">
body {
background: #fff;
font-family: Helvetica, sans-serif;
margin: 0 0 80px;
}
a {
color: #4291ca;
}
a:focus,
a:hover {
text-decoration: underline;
}
p {
line-height: 1.5;
margin: 0;
}
p + p {
margin-top: 10px;
}
h1,
h2,
h3,
h4 {
margin-top: 0
}
section {
padding-top: 30px;
page-break-inside: avoid;
}
li {
line-height: 1.8;
list-style: none;
}
li:before {
content: "\f052";
float: left;
font: 13px Octicons;
margin-top: 6px;
margin-left: -20px;
opacity: .1;
position: absolute;
}
blockquote {
border-left: 5px solid #e7e9ec;
font-size: 14px;
}
em {
color: #95a5a6;
font-weight: normal;
font-style: normal;
}
h4 span:first-child {
color: #000;
font-weight: bold;
}
.container {
max-width: 750px;
padding: 0 30px;
}
.col-sm-6 {
margin-bottom: 10px;
}
.col-sm-12 h4 {
margin-top: 12px;
}
.col-sm-12 + .col-sm-12 {
margin-top: 30px;
}
#header {
background: #f4f6f6;
padding: 50px 0;
margin-bottom: 30px;
}
#header h2 {
color: #95a5a6;
font-size: 24px;
}
#content h3 {
color: #95a5a6;
font-size: 26px;
margin-top: -4px;
}
#content section h3 {
text-align: right;
padding-right: 30px;
}
#profiles .network {
text-transform: capitalize;
}
#work .position,
#volunteer .position {
font-weight: bold;
margin-bottom: 8px;
}
#education .area {
font-weight: bold;
}
#education .area:before {
content: "\f0d7";
font: 16px Octicons;
margin-right: 6px;
}
#education .studyType {
margin-left: 25px;
}
#awards .summary,
#publications .summary {
margin-top: 8px;
}
#publications .website a:before {
content: attr(href);
}
@media (min-width: 480px) {
.strike-through {
/* border-top: 1px solid #f4f6f6; */
height: 20px;
margin-top: 12px;
margin-bottom: -2px;
position: relative;
}
.strike-through span,
.strike-through a {
background: #fff;
position: absolute;
}
.strike-through span:first-child {
padding-right: 20px;
margin-top: -12px;
}
.strike-through span + span {
font-size: 14px;
margin-top: -10px;
padding-left: 20px;
right: 0;
}
}
@media (max-width: 768px) {
.col-sm-6:last-child {
margin-bottom: 0px;
}
#content section h3 {
margin-bottom: 20px;
padding-right: 0;
text-align: left;
}
#publications .website a:before {
content: "View publication";
}
}
@media (max-width: 480px) {
h1 {
font-size: 26px;
}
.date {
font-size: 14px;
margin-bottom: 5px;
}
.strike-through span:first-child {
margin-bottom: 7px;
}
.strike-through span {
display: block;
}
#header {
margin-bottom: 10px;
padding: 40px 0;
}
#actions {
display: none;
}
}
@media (prefers-color-scheme: dark) {
body {
background-color: rgb(24, 26, 27);
color: rgb(200, 195, 188);
}
#header {
background-color: rgb(30, 32, 33);
}
.strike-through span,
.strike-through a {
background-color: rgb(24, 26, 27);
}
h4 span:first-child {
color: rgb(232, 230, 227);
}
li:before {
opacity: 0.5;
}
}
</style>
<style type="text/css" media="print">
</style>
</head>
<body>
<header id="header">
<div class="container">
<div class="row">
<div class="col-sm-9 col-sm-push-3">
<h1>
Brian T. Jenkins
</h1>
<h2>
Software Engineer
</h2>
</div>
</div>
</div>
</header>
<main id="content" class="container">
<section id="contact" class="row">
<h3 class="col-sm-3">Contact</h3>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<strong>Email</strong>
<div class="email"><a href="https://twitter.com/bjenkins2000">Please contact me via Twitter</a></div>
</div>
<div class="col-sm-6">
<strong>Website</strong>
<div class="website">
<a href="https://jenkinz.github.io">https://jenkinz.github.io</a>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="row">
<h3 class="col-sm-3">About</h3>
<div class="col-sm-9">
<p>I am a highly motivated software engineer with 14 years of professional experience, ranging from web development to safety-critical aerospace applications. I enjoy working in a team environment, am a quick and independent learner, and am passionate about mentoring and helping others.</p>
</div>
</section>
<section id="profiles" class="row">
<h3 class="col-sm-3">Profiles</h3>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<strong class="network">
GitHub
</strong>
<div class="username">
<div class="url">
<span>
<a href="https://github.com/jenkinz">jenkinz</a>
</span>
</div>
</div>
</div>
<div class="col-sm-6">
<strong class="network">
Twitter
</strong>
<div class="username">
<div class="url">
<span>
<a href="https://twitter.com/bjenkins2000">bjenkins2000</a>
</span>
</div>
</div>
</div>
<div class="col-sm-6">
<strong class="network">
LinkedIn
</strong>
<div class="username">
<div class="url">
<span>
<a href="https://linkedin.com/in/jenkinz">jenkinz</a>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="work" class="row">
<h3 class="col-sm-3">Work</h3>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<h4 class="strike-through">
<span>Freelance Software Engineer</span>
<span class="date">
January 2022 —
</span>
</h4>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>Sandel Avionics</span>
<span class="date">
October 2015 — December 2021
</span>
</h4>
<div class="website pull-right">
<a href="https://sandel.com">https://sandel.com</a>
</div>
<div class="position">
Principal Software Engineer
</div>
<div class="summary">
<p>Responsible for FMS application development including flight planning, navigation, configuration, and interfacing with the display UI components. The embedded Linux-based FMS apps are implemented in C++, deployed on an Intel i7-based SoM, and communicate with a distributed set of STM32 Arm Cortex-based microcontrollers (running ThreadX RTOS) handling safety-critical sensor and data processing tasks. MQTT is leveraged for telemetry and IPC.</p>
</div>
<h4>Highlights</h4>
<ul class="highlights">
<li class="bullet">Design and implement FMS application software handling flight planning, navigation, configuration, and system control tasks</li>
<li class="bullet">Design and implement navigation database (updatable over-the-air every 28 days)</li>
<li class="bullet">Responsible for automated test-driven development processes, including build and release system and CI infrastructure</li>
<li class="bullet">Document software APIs, development processes and procedures</li>
<li class="bullet">Participate in flight tests as an on-board flight test engineer</li>
<li class="bullet">Prepare and author certification documentation in accordance with DO-178C</li>
</ul>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>General Atomics Aeronautical</span>
<span class="date">
January 2013 — October 2015
</span>
</h4>
<div class="website pull-right">
<a href="https://ga-asi.com">https://ga-asi.com</a>
</div>
<div class="position">
Software Engineer, System Safety
</div>
<div class="summary">
<p>Responsible for software safety assessments on unmanned aircraft platforms to drive system and software safety requirements.</p>
</div>
<h4>Highlights</h4>
<ul class="highlights">
<li class="bullet">Lead completion of safety assessments for new UAV and ground station variants</li>
<li class="bullet">Developed an integrated model-based analysis technique for system/software safety analysis</li>
<li class="bullet">Interfaced directly with and presented to US government customers including the USAF and Army</li>
</ul>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>vFlyer</span>
<span class="date">
August 2009 — June 2012
</span>
</h4>
<div class="website pull-right">
<a href="https://vflyer.com">https://vflyer.com</a>
</div>
<div class="position">
Software Engineer
</div>
<div class="summary">
<p>Developed Java-based web applications powering vFlyer's marketing platform and website builder.</p>
</div>
</div>
</div>
</div>
</section>
<section id="education" class="row">
<h3 class="col-sm-3">Education</h3>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<h4 class="strike-through">
<span>Santa Clara University</span>
<span class="date">
September 2005 — June 2009
</span>
</h4>
<div class="area">
Computer Engineering
</div>
<div class="studyType">
Bachelor of Science (cum laude)
</div>
</div>
</div>
</div>
</section>
<section id="publications" class="row">
<h3 class="col-sm-3">Publications</h3>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<h4 class="strike-through">
<span>An Integrated Model-Based Approach to System Safety and Aircraft System Architecture Development</span>
</h4>
<div class="date" style="margin-top:12px;">
<a href="https://researchgate.net/publication/283967318_An_Integrated_Model-Based_Approach_to_System_Safety_and_Aircraft_System_Architecture_Development">October 2015</a>
</div>
<div class="summary">
<p>Industry standards for aircraft development require consideration of system safety objectives during all phases of system architecture development and implementation. However, tools that have enabled systems engineers and software engineers to create high-fidelity models of system architectures currently don't address the concerns of the system safety engineering discipline. A strategy is necessary to ensure that safety objectives are considered during system architecture model development while maintaining the required organizational independence between system safety and the domains with which they interface. This paper details an approach to include a view in an architectural model that addresses system safety objectives.</p>
</div>
</div>
</div>
</div>
</section>
<section id="skills" class="row">
<h3 class="col-sm-3">Skills</h3>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<div class="name">
<h4>Linux Application Development</h4>
</div>
<ul class="keywords">
<li>c</li>
<li>c++</li>
<li>python 3</li>
<li>tdd</li>
</ul>
</div>
<div class="col-sm-6">
<div class="name">
<h4>Devops etc.</h4>
</div>
<ul class="keywords">
<li>git</li>
<li>ci</li>
<li>cmake</li>
<li>platformio</li>
<li>static analysis</li>
<li>code coverage</li>
<li>doxygen</li>
<li>docker</li>
</ul>
</div>
<div class="col-sm-6">
<div class="name">
<h4>Embedded Development</h4>
</div>
<ul class="keywords">
<li>stm32</li>
<li>threadx rtos</li>
<li>c</li>
<li>c++</li>
</ul>
</div>
<div class="col-sm-6">
<div class="name">
<h4>Web Development</h4>
</div>
<ul class="keywords">
<li>next.js/vercel</li>
<li>python/flask</li>
<li>mysql</li>
<li>aws</li>
</ul>
</div>
</div>
</div>
</section>
</main>
</body>
</html>