-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
600 lines (550 loc) · 25.4 KB
/
cv.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
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
<!DOCTYPE html>
<html lang="en" id="element-to-print">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>HTML 5 Boilerplate</title>
<link rel="stylesheet" href="style.css">
<style>
body
{
font-size: 14px;
font-family: monospace;
margin: 2%;
max-width: 9.25in;
}
.row_container
{
display: flex;
min-height: 280px;
}
.row_not_centered
{
display: flex;
}
.row
{
display: flex;
justify-content: center;
align-items: center;
}
.col
{
margin-left: 10px;
margin-right: 10px;
font-size: 14px;
}
.picture
{
position: absolute;
}
</style>
</head>
<body>
<!-- <div class="picture">
<img src="me_censored.jpg" width="150" height="150"></div>
</div> -->
<div class="row">
<h1>Piotr Walas</h1>
</div>
<div class="row">
<h2>Embedded Software Engineer</h2>
</div>
<div class="row">
(+5y exp)
</div>
<div class="row">
<h2>European Union</h2>
</div>
<div class="row">
(Currently Poland, Open to relocation)
</div>
<!-- Board member of Emerging Researchers in Artificial life
and
member of Institute of Electrical and Electronic Engineers -->
<hr>
<div class="row_not_centered" style="align-items: top;">
<div class="col" style="width: 50%;">
<h2>Contact Information</h2>
<div>
<p>
walas.piotr@outlook.com
</p>
<a href="https://www.linkedin.com/in/piotrwalas">
https://www.linkedin.com/in/piotrwalas
</a>
<p>
+48 608 473 380
</p>
</div>
</div>
<div class="col" style="width: 50%;">
<h2>Work samples</h2>
<div>
<p>
<a href="https://peterwaiiace.github.io/me.github.io/">
https://peterwaiiace.github.io/me.github.io/
</a>
</p>
<p>
<a href="https://github.com/PeterWaIIace">
https://github.com/PeterWaIIace
</a>
</p>
</div>
</div>
</div>
<div class="row_not_centered">
<div class="col" style="width: 50%;">
<h2>Skills</h2>
C/C++, Python, Linux, Git, Algorithms, Simulations, Signal Processing, Multithreading/Multiprocessing, communication protocols (I2C, SPI, UART, Ethernet), Applied math, JS/html.
</div>
<div class="col" style="width: 50%;">
<h2>Languages</h2>
<p>Polish - mother tongue</p>
<p>English - fluent</p>
<p>Russian - beginner/mostly reading</p>
<p>Finnish - beginner/learning</p>
</div>
</div>
<hr>
<h2>Education</h2>
<div class="row_not_centered">
<div class="col" style="margin: 0px; width: 75%; justify-content: center; align-items: center;">
<div class="row_not_centered">
<div style="padding: 5px; width: 30px; background-color: bisque;">MSc</div>
<div style="padding: 5px; width: 250px; background-color: rgb(75, 72, 69); color: white;">Brunel University</div>
<div style="padding: 5px; width: 350px; background-color: rgb(212, 203, 193);">September 2019 - September 2020</div>
</div>
<div class="row_not_centered">
<div style="padding: 5px; width: 400px; background-color: rgba(192, 181, 171, 0.514);">Advanced Electronics and Electrical Engineering</div>
<div style="padding: 5px; width: 240px; background-color: rgba(192, 181, 171, 0.514);">Finished with Distinction</div>
</div>
</div>
<div style="display: flex; justify-content: center; align-items: center;">
<img src="https://logowik.com/content/uploads/images/brunel-university-london2872.jpg" height="120px" style="z-index: 3; margin-left: 10px; margin-top: -35px; margin-bottom: -35px;"/>
</div>
</div>
<p> </p>
<div class="row_not_centered">
<div class="col" style="margin: 0px; width: 75%; justify-content: center; align-items: center;">
<div class="row_not_centered">
<div style="padding: 5px; width: 30px; background-color: bisque;">Eng</div>
<div style="padding: 5px; width: 250px; background-color: rgb(75, 72, 69); color: white;">AGH UST</div>
<div style="padding: 5px; width: 350px; background-color: rgb(212, 203, 193);">September 2015 - February 2019</div>
</div>
<div class="row_not_centered">
<div style="padding: 5px; width: 400px; background-color: rgba(192, 181, 171, 0.514);">Electronics Engineering</div>
<div style="padding: 5px; width: 240px; background-color: rgba(192, 181, 171, 0.514);">Grade 4.0/5.0</div>
</div>
</div>
<div style="display: flex; justify-content: center; align-items: center;">
<img src="https://www.agh.edu.pl/home/ckim/multimedia/znak_graficzny/znak_nazwa_asym_2w_en/N_Big_agh_nzw_a_EN_2w_wbr_RGB.jpg" height="55px" style="z-index: 3; margin-left: 32px; margin-top: -35px; margin-bottom: -35px;"/>
</div>
</div>
<p> </p>
<hr>
<h2>Engineering Experience</h2>
<div class="row_container">
<div class="col" style="width: 30px; background-color: rgb(75, 72, 69); color: white; margin: 0px; display:flex; justify-content: center; align-items: center;">
<p style="width: 900px; transform: rotate(270deg); white-space: nowrap;">November 2023 - Now</p>
</div>
<div class="col" style="margin: 0px; width: 100%;">
<div class="row_not_centered">
<h3 style="margin: 0px; padding: 10px; width: 300px; background-color: bisque;">
EyeGestures
</h3>
<h3 style="margin: 0px; padding: 10px; width: 420px; background-color: rgb(212, 203, 193);">
Personal Project
</h3>
</div>
<h4 style="margin: 0px; padding: 10px; background-color: rgba(192, 181, 171, 0.514); width: 740px;">
(3 month) | Python, DSP, Web
</h4>
<p style="margin-left: 10px; width: 760px">
Eye-tracking webcam-based human-computer interface. Showing possibilities connected to hardware-agnostic eye tracking technology.
</p>
<div class="row" style="width: 760px">
<div class="col" style="width: 100%;">
<ul style="padding-left: 10px;">
<li>
Designed the Eyegesture engine for gaze tracking with minimal calibration.
</li>
<li>
Developed a backend flask server, opening a web interface for the Eyegesture engine.
</li>
<li>
Developed a front-end web app for demoing engine capabilities:
<a href="https://eyegestures.com/">demo</a>
</li>
<li>
Integration of engines into desktop apps for Linux and Windows.
</li>
<li>
Performing research in the field of eye tracking technologies.
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row_container">
<div class="col" style="width: 30px; background-color: rgb(75, 72, 69); color: white; margin: 0px; display:flex; justify-content: center; align-items: center;">
<p style="width: 900px; transform: rotate(270deg); white-space: nowrap;">January 2024 - Now</p>
</div>
<div class="col" style="margin: 0px; width: 100%;">
<div class="row_not_centered">
<h3 style="margin: 0px; padding: 10px; width: 300px; background-color: bisque;">
Emerging Researchers in ALife
</h3>
<h3 style="margin: 0px; padding: 10px; width: 420px; background-color: rgb(212, 203, 193);">
Volunteering (Board Member)
</h3>
</div>
<h4 style="margin: 0px; padding: 10px; background-color: rgba(192, 181, 171, 0.514); width: 740px;">
(1 month) | Planning, communication, work organisation
</h4>
<p style="margin-left: 10px; width: 760px">
Early career and student's organization, guiding young researchers by organizing events and building opportunities to network. </p>
<div class="row" style="width: 760px">
<div class="col" style="width: 100%;">
<ul style="padding-left: 10px;">
<li>
Responsible for managing communication between the organization and the conference's hosts.
</li>
<li>
Preparing workshops and social events.
</li>
<li>
Taking part in board activities.
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row_container">
<div class="col" style="width: 30px; background-color: rgb(75, 72, 69); color: white; margin: 0px; display:flex; justify-content: center; align-items: center;">
<p style="width: 900px; transform: rotate(270deg); white-space: nowrap;">May 2022 - November 2023</p>
</div>
<div class="col" style="margin: 0px; width: 100%;">
<div class="row_not_centered">
<h3 style="margin: 0px; padding: 10px; width: 300px; background-color: bisque;">
Emteq Labs United Kingdom
</h3>
<h3 style="margin: 0px; padding: 10px; width: 420px; background-color: rgb(212, 203, 193);">
Firmware Engineer (Full-Time)
</h3>
</div>
<h4 style="margin: 0px; padding: 10px; background-color: rgba(192, 181, 171, 0.514); width: 740px;">
(1 year, 6 months) | C/C++, Python, system architecture
</h4>
<p style="margin-left: 10px; width: 760px">
A Research and development startup focused on building technology for wearable affective computing devices.
</p>
<div class="row" style="width: 760px">
<div class="col" style="width: 100%;">
<ul style="padding-left: 10px;">
<li>
Lead work on embedded system component architecture for the OcoSense glasses, including utilization of communication protocols like I2C and SPI, interfacing with built-in microphones, and designing power monitoring features. After all, making the entire device more power-aware and responsive.
</li>
<li>
Built a software scheduler for real-time task execution and an overall simplification of the embedded design process.
</li>
<li>
Developed the OcoSense SDK for the Emteq glasses, easing out the development of new apps based on affective computing technology.
</li>
<li>
Expanded the C++ SDK, allowing the plug-in into the iOS Swift-based ecosystem, which saved the company from building an entirely new SDK for iOS.
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row_container">
<div class="col" style="width: 30px; background-color: rgb(75, 72, 69); color: white; margin: 0px; display:flex; justify-content: center; align-items: center;">
<p style="width: 900px; transform: rotate(270deg); white-space: nowrap;">September 2020 - May 2022</p>
</div>
<div class="col" style="margin: 0px; width: 100%;">
<div class="row_not_centered">
<h3 style="margin: 0px; padding: 10px; width: 300px; background-color: bisque;">
Cellxion Ltd. United Kingdom
</h3>
<h3 style="margin: 0px; padding: 10px; width: 420px; background-color: rgb(212, 203, 193);">
Embedded Engineer (Full-Time)
</h3>
</div>
<h4 style="margin: 0px; padding: 10px; background-color: rgba(192, 181, 171, 0.514); width: 740px;">
(1 year, 8 months) | C/C++, Embedded Linux, Networks
</h4>
<p style="margin-left: 10px; width: 760px">
The company focused on designing critical communication systems for different public sectors. I was part of the team that designed hardware VPN nodes.
</p>
<div class="row" style="width: 760px">
<div class="col" style="width: 100%;">
<ul style="padding-left: 10px;">
<li>
Developing and maintaining embedded Linux hardware VPN nodes.
</li>
<li>
Developing and maintaining a highly efficient VPN server.
</li>
<li>
Working on a web-based user interface.
</li>
<li>
Research on RF direction-finding algorithms for phased arrays.
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row_container">
<div class="col" style="width: 30px; background-color: rgb(75, 72, 69); color: white; margin: 0px; display:flex; justify-content: center; align-items: center;">
<p style="width: 900px; transform: rotate(270deg); white-space: nowrap;">September 2019 - September 2020</p>
</div>
<div class="col" style="margin: 0px; width: 100%;">
<div class="row_not_centered">
<h3 style="margin: 0px; padding: 10px; width: 300px; background-color: bisque;">
Freelancing
</h3>
<h3 style="margin: 0px; padding: 10px; width: 420px; background-color: rgb(212, 203, 193);">
Software/Embedded Engineer
</h3>
</div>
<h4 style="margin: 0px; padding: 10px; background-color: rgba(192, 181, 171, 0.514); width: 740px;">
(1 year) | Electronics, Bare metal, Software, Web
</h4>
<p style="margin-left: 10px; width: 760px">
Freelancing and delivering custom software for embedded, desktop and web apps. A few of my projects:
</p>
<div class="row" style="width: 760px">
<div class="col" style="width: 100%;">
<ul style="padding-left: 10px;">
<li>
Designed an IoT ultrasonic distance sensor. Based on an ESP32 chip communicating via MQTT with a simple web server.
</li>
<li>
Prepared a BLE library for kitchen utilities using the nRF52 SoftDevice.
</li>
<li>
Developed online Data Scraping tools, mostly based on Selenium, to catalog web shows.
</li>
<li>
Security access card reader, allowing for the deployment of a simple system for the home garden.
</li>
<li>
Designed Automated Trading Data monitor, allowing users to get data from platforms without an API.
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row_container">
<div class="col" style="width: 30px; background-color: rgb(75, 72, 69); color: white; margin: 0px; display:flex; justify-content: center; align-items: center;">
<p style="width: 900px; transform: rotate(270deg); white-space: nowrap;">September 2018 - September 2019</p>
</div>
<div class="col" style="margin: 0px; width: 100%;">
<div class="row_not_centered">
<h3 style="margin: 0px; padding: 10px; width: 300px; background-color: bisque;">
Assa Abloy Poland
</h3>
<h3 class="row_not_centered" style="margin: 0px; padding: 10px; width: 420px; background-color: rgb(212, 203, 193);">
Software Engineer (Intern/Full-Time)
</h3>
</div>
<h4 style="margin: 0px; padding: 10px; background-color: rgba(192, 181, 171, 0.514); width: 740px;">
(1 year) | Hardware, Python, Embedded Linux, Testing
</h4>
<p style="margin-left: 10px; width: 760px">
Part of the team is designing an IoT gateway based on embedded Linux with a focus on encryption support.
</p>
<div class="row" style="width: 760px">
<div class="col">
<ul style="padding-left: 10px;">
<li>
Designed a hardware test setup allowing for automatic testing of hardware and software components, overall smoothing and accelerating the development.
</li>
<li>
Along the way, I have polished my skills in Python and Bash, learned how to work with Embedded Linux, and greatly expanded my teamwork and cooperation approach.
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row_container">
<div class="col" style="width: 30px; background-color: rgb(75, 72, 69); color: white; margin: 0px; display:flex; justify-content: center; align-items: center;">
<p style="width: 900px; transform: rotate(270deg); white-space: nowrap;">
May 2018 - September 2018
</p>
</div>
<div class="col" style="margin: 0px; width: 100%;">
<div class="row_not_centered">
<h3 style="margin: 0px; padding: 10px; width: 300px; background-color: bisque;">
Aptiv Poland
</h3>
<h3 style="margin: 0px; padding: 10px; width: 420px; background-color: rgb(212, 203, 193);">
Electronic Engineer (Intern)
</h3>
</div>
<h4 style="margin: 0px; padding: 10px; background-color: rgba(192, 181, 171, 0.514); width: 740px;">
(4 months) | Electronics, LT-Spice, Manual Testing
</h4>
<p style="margin-left: 10px;">
Working in Active Safety and User Experience in the millimeter wave radar team.
</p>
<div class="row" style="width: 760px">
<div class="col">
<ul style="padding-left: 10px;">
<p>
As an intern, I helped with FMEA analysis in millimeter wave radar systems for BMW.
</p>
<p>
I was responsible for quality assurance and manual testing and fixing using measurement equipment, including oscilloscopes, multimeters, and solder stations.
</p>
<p>
Circuit designing and simulations, done in LTspice and Mentor Graphics.
</p>
</ul>
</div>
</div>
</div>
</div>
<hr>
<h2>Publications</h2>
<p>
<a href="https://doi.org/10.1101/2023.05.12.23289646 ">
OCOsense - smart glasses for analyzing facial expression using optomyographic sensors [2023]
</a>
</p>
<p>
<a href="https://www.researchgate.net/publication/337255811_Acoustic_source_localization_using_drone-embedded_microphone_array">
Acoustic source localization using drone-embedded microphone array [2019 - SPCup2019 outcome]
</a>
</p>
<p>
<a href="https://yadda.icm.edu.pl/baztech/element/bwmeta1.element.baztech-c063fb29-b782-4f48-94cf-88ed10e0f249">
Intelligent vision system for controlling traffic lights at intersection entrances [2018]
</a>
</p>
<hr>
<h2>University Projects</h2>
<div class="row_not_centered">
<div class="col; width: 100%;">
<div class="row_not_centered">
<h3 style="margin: 0px; padding: 10px; width: 180px; background-color: rgb(75, 72, 69); color: white;">
Brunel University
</h3>
<h3 style="margin: 0px; padding: 10px; width: 150px; background-color: rgb(212, 203, 193);">
Master's Thesis
</h3>
<h3 style="margin: 0px; padding: 10px; width: 400px; background-color: bisque;">
RF-based biometric identification
</h3>
</div>
<h4 style="margin: 0px; padding: 10px; background-color: rgba(192, 181, 171, 0.514); width: 770px;">
GNURadio, USRP, Python
</h4>
<p style="width: 770px">
While working on my final research project, I have developed methods and algorithms for detecting people based on microdoppler RF reflections visible in the Wi-Fi spectrum.
</p>
</div>
</div>
<div class="row_not_centered">
<div class="col; width: 100%;">
<div class="row_not_centered">
<h3 style="margin: 0px; padding: 10px; width: 180px; background-color: rgb(75, 72, 69); color: white;">
Brunel University
</h3>
<h3 style="margin: 0px; padding: 10px; width: 350px; background-color: rgb(212, 203, 193);">
Brunel Robotic Engineering Society
</h3>
<h3 style="margin: 0px; padding: 10px; width: 200px; background-color: bisque;">
Flight Computer
</h3>
</div>
<h4 style="margin: 0px; padding: 10px; background-color: rgba(192, 181, 171, 0.514); width: 770px;">
C, Arduino, Sensors
</h4>
<p style="width: 770px">
I was part of the student rocket project as part of BRES, where my major responsibility was focused on designing the system architecture for embedded flight computers.
</p>
</div>
</div>
<div class="row_not_centered">
<div class="col; width: 100%;">
<div class="row_not_centered">
<h3 style="margin: 0px; padding: 10px; width: 80px; background-color: rgb(75, 72, 69); color: white;">
AGH UST
</h3>
<h3 style="margin: 0px; padding: 10px; width: 180px; background-color: rgb(212, 203, 193);">
Engineering Thesis
</h3>
<h3 style="margin: 0px; padding: 10px; width: 470px; background-color: bisque;">
Source localistaion with distributed network
</h3>
</div>
<h4 style="margin: 0px; padding: 10px; background-color: rgba(192, 181, 171, 0.514); width: 770px;">
Python, numpy, applied math
</h4>
<p style="width: 770px">
My engineering thesis was focused on achieving dynamic positioning of acoustic sensors for adhoc sensor arrays by designing a framework for acoustic simulations.
</p>
</div>
</div>
<div class="row_not_centered">
<div class="col; width: 100%;">
<div class="row_not_centered">
<h3 style="margin: 0px; padding: 10px; width: 80px; background-color: rgb(75, 72, 69); color: white;">
AGH UST
</h3>
<h3 style="margin: 0px; padding: 10px; width: 260px; background-color: rgb(212, 203, 193);">
Signal Processing Cup 2019
</h3>
<h3 style="margin: 0px; padding: 10px; width: 390px; background-color: bisque;" >
Detection of direction of speech
</h3>
</div>
<h4 style="margin: 0px; padding: 10px; background-color: rgba(192, 181, 171, 0.514); width: 770px;">
Python, Jupyter, DSP
</h4>
<p style="width: 770px">
I was a member of the winning AGH Team during the SP Cup 2019. Our solution provided an algorithm for extracting voice in a harsh acoustic environment for Search and Rescue missions. I was responsible for the implementation of MUltiple SIgnal Classification (MUSIC) algorithm and its pipeline, which resulted in providing a state-of art solution.
</p>
<a href="https://doi.org/10.1121/1.5137614">Find publication here</a>
<p></p>
</div>
</div>
<div class="row_not_centered">
<div class="col; width: 100%;">
<div class="row_not_centered">
<h3 style="margin: 0px; padding: 10px; width: 80px; background-color: rgb(75, 72, 69); color: white;">
AGH UST
</h3>
<h3 style="margin: 0px; padding: 10px; width: 260px; background-color: rgb(212, 203, 193);">
Student Electronics Club
</h3>
<h3 style="margin: 0px; padding: 10px; width: 390px; background-color: bisque;">
Intelligent vision controlled system at traffic lights on intersection
</h3>
</div>
<h4 style="margin: 0px; padding: 10px; background-color: rgba(192, 181, 171, 0.514); width: 770px;">
C++, OpenCV
</h4>
<p style="width: 770px">
As part of the student electronic club, I was leading the research for the vision-driven intersection. Our research won the best student paper award during the Polish Transport Conference.
</p>
<a href="https://yadda.icm.edu.pl/baztech/element/bwmeta1.element.baztech-c063fb29-b782-4f48-94cf-88ed10e0f249">Find publication here</a>
</div>
</div>
<hr>
<p style="font-size: 10px;">
I agree to the processing of personal data provided in this document for realizing the recruitment process pursuant to the Personal Data Protection Act of 10 May 2018 (Journal of Laws 2018, item 1000) and in agreement with Regulation (EU) 2016/679 of the European Parliament and of the Council of 27 April 2016 on the protection of natural persons with regard to the processing of personal data and on the free movement of such data, and repealing Directive 95/46/EC (General Data Protection Regulation).
</p>
</body>
</html>