-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
240 lines (217 loc) · 10.7 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
<!DOCTYPE html>
<html>
<head>
<title>Simon Schwaiger - Github IO</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.9">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="./src/styles.css">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> <!--http://tools.dynamicdrive.com/favicon/-->
</head>
<body class="w3-light-grey">
<!-- w3-content defines a container for fixed size centered content,
and is wrapped around the whole page content, except for the footer in this example -->
<div class="w3-content">
<!-- Grid -->
<div class="w3-row">
<!-- Introduction menu -->
<div class="w3-col l4">
<!-- About Card -->
<div class="w3-card w3-margin w3-margin-top">
<a href="./index.html">
<img src="./img/portrait.jpg" style="width:100%; border-top-left-radius: 20px; border-top-right-radius: 20px;">
</a>
<div class="w3-container w3-white" style="border-top-left-radius: 0px; border-top-right-radius: 0px;">
<a href="./index.html">
<h4><b>Simon Schwaiger, MSc</b></h4>
</a>
<p>I am a Lecturer/Researcher at University of Applied Sciences Technikum Wien and Doctoral Student at Graz University of Technology, working on machine learning and modern control approaches in robotics as well as personal projects.</p>
<ul style="list-style-type:none; padding:0px; margin:0px;">
<hr>
<li>
<a href="./cv.html">
<button class="button-highlight w3-button w3-padding-16 w3-white w3-block w3-left-align">
<img style="height:20px; transform:translate(-50%,-2.5px);" src="./img/icons/briefcase.svg"><span><b>Curriculum Vitae</b></span></b>
</button>
</a>
</li>
<li>
<a href="./publications.html">
<button class="w3-button w3-padding-16 w3-white w3-block w3-left-align">
<img style="height:20px; transform:translate(-50%,-2.5px);" src="./img/icons/document-signed.svg"><span><b>Publications</b></span></b>
</button>
</a>
</li>
<li>
<a href="./portfolio.html">
<button class="w3-button w3-padding-16 w3-white w3-block w3-left-align">
<img style="height:20px; transform:translate(-50%,-2.5px);" src="./img/icons/square-terminal.svg"><span><b>Portfolio</b></span></b>
</button>
</a>
</li>
<li>
<a href="./teaching.html">
<button class="w3-button w3-padding-16 w3-white w3-block w3-left-align">
<img style="height:20px; transform:translate(-50%,-2.5px);" src="./img/icons/graduation-cap.svg"><span><b>Teaching Experience</b></span></b>
</button>
</a>
</li>
<hr>
<li>
<a href="https://github.com/SimonSchwaiger" target="_blank">
<button class="w3-button w3-padding-16 w3-white w3-block w3-left-align">
<img style="height:20px; transform:translate(-50%,-2.5px);" src="./img/icons/github.svg"><span><b>GitHub</b></span></b>
</button>
</a>
</li>
<li>
<a href="https://www.researchgate.net/profile/Simon-Schwaiger" target="_blank">
<button class="w3-button w3-padding-16 w3-white w3-block w3-left-align">
<img style="height:20px; transform:translate(-50%,-2.5px);" src="./img/icons/book-bookmark.svg"><span><b>Researchgate</b></span></b>
</button>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/simon-schwaiger-90354519a/" target="_blank">
<button class="w3-button w3-padding-16 w3-white w3-block w3-left-align">
<img style="height:20px; transform:translate(-40%,-2.5px);" src="./img/icons/linkedin.svg"><span><b>LinkedIn</b></span></b>
</button>
</a>
</li>
</ul>
<p></p>
</div>
</div>
<!-- END Introduction Menu -->
</div>
<!-- Information Cards -->
<div class="w3-col l8 s12">
<!-- Content Class -> Holds one Publication -->
<div class="w3-card-4 w3-margin w3-white" style="padding: 15pt;">
<!-- START GENERATED HTML HERE --><h1>Curriculum Vitae</h1>
<hr />
<p>A PDF version of my CV can be downloaded below.</p>
<a href="https://drive.google.com/file/d/1dcP-0vmCk92afZcwQThd03VmbKZ-wBFj/view?usp=sharing" target=”_blank”>
<button class="button-highlight w3-button w3-padding-16 w3-white w3-block w3-left-align">
<img style="height:20px; transform:translate(-50%,-2.5px);" src="./img/icons/briefcase.svg"><span><b>CV PDF Download</b></span></b>
</button>
</a>
</div>
<div class="w3-card-4 w3-margin w3-white" style="padding: 15pt;">
<h2>Professional Experience</h2>
<p><strong>Career Summary</strong>: Robotics Researcher and Lecturer with a focus on autonomous mobile robot software. Prior experience revolves around artificial intelligence paradigms such as machine learning, deep learning, search and reasoning in the domain of robotics. I bring a strong academic background in data-driven robotics with multiple publications in peer-reviewed conference proceedings and journals.</p>
<hr />
<h3>University of Applied Sciences Technikum Wien, Vienna, Austria</h3>
<p><strong>Research Group Digital Manufacturing, Automation and Robotics</strong></p>
<p><strong>Lecturer/Researcher</strong> <em>October 2024 - Today</em></p>
<p><strong>Junior Lecturer/Researcher</strong> <em>March 202 - September 2024</em></p>
<ul>
<li>Research in semantic mapping and planning methodologies in data-driven robotics.</li>
<li>Combination of recent generative and foundation models with traditional robot control methodologies.</li>
<li>Course developer, coordinator and lecturer in Master Robotics Engineering, Campus International and Bachelor Mechatronics/Robotics programs.</li>
<li>Supervision of Master's and Bachelor's theses, conducting of Master's and Bachelor's exams.</li>
</ul>
<p><strong>MA23 Project DrohnFH</strong>: Practical integration of UAVs into electronic and mechatronic engineering courses.</p>
<p><strong>FFG Project UGV-ABC-Probe</strong>: Full stack development of mobile search and rescue robot software with focus on perception and autonomous navigation.</p>
<p><strong>MA23 Project AIAV</strong></p>
<ul>
<li>Conceptualisation and implementation of robot software, showcasing various domains of artificial intelligence.</li>
<li>Dissemination of project findings in form of blog posts and conference papers.</li>
<li>Website design and administration and coordination of contributors.</li>
</ul>
<hr />
<h3>Telekom Innovation Laboratories: T-Labs, Berlin, Germany</h3>
<p><strong>Artificial Intelligence Group</strong></p>
<p><strong>Intern</strong> <em>September 2019 - December 2019</em></p>
<ul>
<li>Joint research with University of Technology Berlin</li>
<li>Integration of learning-based control methods into service and industrial robots</li>
<li>Development and conducting of entry level robotics workshops</li>
</ul>
<hr />
<h3>LEDERER Boutique Hotel, Kaprun, Austria</h3>
<p><strong>Multifunctional Personnel</strong> <em>July 2017 - September 2019</em></p>
<ul>
<li>Configuration of IT equipment, Assistance with bookkeeping</li>
<li>Service tasks at front desk, hotel bar and hotel kitchen</li>
<li>Creation of marketing material, Event organisation</li>
</ul>
</div>
<div class="w3-card-4 w3-margin w3-white" style="padding: 15pt;">
<h2>Education</h2>
<hr />
<h3>Graz University of Technology, Graz, Austria</h3>
<p><strong>Doctoral School Computer Science</strong> <em>September 2024 - Today</em></p>
<p>Supervisor: Assoc.Prof. Dipl.-Ing. Dr.techn. Gerald Steinbauer-Wagner</p>
<p>Research in data-driven methods for mobile robot cognition. Combination of recent generative and foundation models with traditional robot mapping and navigation methodologies.</p>
<hr />
<h3>University of Applied Sciences Technikum Wien, Vienna, Austria</h3>
<p><strong>Master of Science Embedded Systems</strong> <em>September 2020 - June 2022</em></p>
<ul>
<li>Performance Scholarship, Passed with merit</li>
<li>Thesis: Reinforcement Learning for Controller Parameter Estimation</li>
</ul>
<p><strong>Bachelor of Science Mechatronics/Robotics</strong> <em>September 2016 - September 2020</em></p>
<ul>
<li>Passed with honours</li>
<li>Thesis: Machine Learning for CNC Mill State Prediction</li>
</ul>
<hr />
<h3>BG & Sport RG HIB Saalfelden, Saalfelden, Austria</h3>
<p><strong>A-Level Exam</strong> <em>September 2007 - May 2015</em></p>
<ul>
<li>Passed with honours</li>
<li>Electives: Computer Science, Philosophy and Psychology</li>
</ul>
</div>
<div class="w3-card-4 w3-margin w3-white" style="padding: 15pt;">
<h2>Technical Proficiencies</h2>
<hr />
<h3>Programming Languages</h3>
<p>Experience in object-oriented and embedded programming. Knowledge of fundamental patterns. I mainly work in Python, C and C++.</p>
<hr />
<h3>Artificial Intelligence</h3>
<ul>
<li>Deep Learning (PyTorch, TensorFlow)</li>
<li>Machine Learning (Scikit-Learn)</li>
<li>Reinforcement Learning (OpenAI Gym)</li>
<li>Computer Vision (OpenCV, Torchvision, Detectron2)</li>
</ul>
<hr />
<h3>Software Development and Deployment</h3>
<ul>
<li>Linux (Headless and as Client OS)</li>
<li>CI/CD (GitHub/GitLab Workflows)</li>
<li>Containerisation and Orchestration (Docker and Compose)</li>
<li>Robotics Software (Robot Operating System, PlatformIO, Remote Development)</li>
<li>Documentation: Jupyter, LaTeX</li>
</ul>
</div>
<div class="w3-card-4 w3-margin w3-white" style="padding: 15pt;">
<h2>Languages</h2>
<ul>
<li><strong>German</strong>: Native</li>
<li><strong>English</strong>: Business Fluent<sup>1</sup></li>
<li><strong>French</strong> : B2</li>
</ul>
<p><sup>1</sup>Cambridge English First Certificate at Level C1</p>
<!-- END GENERATED HTML HERE -->
</div>
<!-- END Information Cards -->
</div>
<!-- END GRID -->
</div>
<!-- END w3-content -->
</div>
<!-- Footer -->
<footer>
<p style="margin-top:3cm;"><b>2024 Simon Schwaiger.</b>
Powered by <u><a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></u>.
Icons by <u><a href="https://www.flaticon.com/icon-fonts-most-downloaded" target="_blank">flaticon.com</a></u>.
Styling modified from <u><a href="https://github.com/KrauseFx/markdown-to-html-github-style/tree/master" target="_blank">markdown-to-html-github-style.</a></u>
Publication pages inspired by the <u><a href="https://nerfies.github.io/" target="_blank">nerfies github.io page</a></u>.</p>
<p>This website is licensed under a <u><a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License.</a></u>
Website source code can be borrowed, but link back to the template in your footer.</p>
</footer>
</body>
</html>