You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/json/resume.json
+97-74Lines changed: 97 additions & 74 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
"AI methods for simulation data analysis",
34
34
"Integration of simulation and machine learning into operational IT infrastructures",
35
35
"Visual analytics for simulation data analysis",
36
-
"Metalearning in the simulation context",
36
+
"Metalearning and XAI in the context of simulation",
37
37
"Integration of an autograder into programming education",
38
38
"Teaching responsibilities in the field of simulation and data science"
39
39
]
@@ -92,37 +92,16 @@
92
92
"certificates": [
93
93
{
94
94
"name": "Certified qualification in sustainable process optimization with Six Sigma Yellow Belt.",
95
-
"date": "2018-01-01",
96
-
"issuer": "Stanford University",
97
-
"url": "https://example.com",
95
+
"date": "2016-01-15",
96
+
"issuer": "COMPLAVIS Akademie",
97
+
"url": "https://www.complavis.de",
98
98
"icon": "fa-solid fa-clipboard-check"
99
99
},
100
100
{
101
101
"name": "Leadership in Science",
102
-
"date": "2018-01-01",
103
-
"issuer": "Stanford University",
104
-
"url": "https://example.com",
105
-
"icon": "fa-solid fa-clipboard-check"
106
-
},
107
-
{
108
-
"name": "Statistical analysis of data",
109
-
"date": "2018-01-01",
110
-
"issuer": "Stanford University",
111
-
"url": "https://example.com",
112
-
"icon": "fa-solid fa-clipboard-check"
113
-
},
114
-
{
115
-
"name": "Data management",
116
-
"date": "2018-01-01",
117
-
"issuer": "Stanford University",
118
-
"url": "https://example.com",
119
-
"icon": "fa-solid fa-clipboard-check"
120
-
},
121
-
{
122
-
"name": "Machine Learning with Python",
123
-
"date": "2018-01-01",
124
-
"issuer": "Stanford University",
125
-
"url": "https://example.com",
102
+
"date": "2022-03-30",
103
+
"issuer": "Technical University of Ilmenau",
104
+
"url": "https://www.tu-ilmenau.de/",
126
105
"icon": "fa-solid fa-clipboard-check"
127
106
}
128
107
],
@@ -140,8 +119,8 @@
140
119
]
141
120
},
142
121
{
143
-
"name": "SQL",
144
-
"level": "Expert",
122
+
"name": "Databases and SQL",
123
+
"level": "Intermediate",
145
124
"icon": "fa-solid fa-hashtag",
146
125
"keywords": [
147
126
"In regular use for data management for 5 years.",
@@ -161,6 +140,15 @@
161
140
"CSS (and HTML)"
162
141
]
163
142
},
143
+
{
144
+
"name": "Technologies and Tools",
145
+
"level": "Intermediate",
146
+
"icon": "fa-solid fa-hashtag",
147
+
"keywords": [
148
+
"Docker",
149
+
"Git(Hub/Lab)"
150
+
]
151
+
},
164
152
{
165
153
"name": "MS Office",
166
154
"level": "Expert",
@@ -181,6 +169,33 @@
181
169
]
182
170
}
183
171
],
172
+
"projects": [
173
+
{
174
+
"name": "AutoPING",
175
+
"summary": "AutoPING demonstrates how modern programming education can be made more efficient and practical through automated assessment systems such as CodeOcean. The project promotes digital, competence-oriented learning, AI integration, and modular critical testing scenarios—valuable impetus for the further development of teaching at TU Ilmenau and beyond.",
176
+
"highlights": [
177
+
"Containerized automated assessment system",
178
+
"AI integration",
179
+
"Digital learning",
180
+
"Integration via the LMT interface"
181
+
],
182
+
"startDate": "2022-01-01",
183
+
"endDate": "2025-09-30",
184
+
"url": "https://example.com"
185
+
},
186
+
{
187
+
"name": "DaWiS",
188
+
"summary": "The aim of the project was to transfer the method of knowledge discovery in simulation data, which had previously been considered mainly in academic case studies in the field of production and logistics, into practice. To this end, smart experiment design methods were evaluated and implemented, methods for the (cloud-based) distribution of experiments were developed, and suitable data mining and visual analytics methods were implemented. These methods were designed and implemented in an integrated platform.",
189
+
"highlights": [
190
+
"Integrated into the commercial software SimAssist",
191
+
"Cloud-based execution of simulation experiments",
192
+
"Python interface developed for integration of Machine Learning methods"
193
+
],
194
+
"startDate": "2020-01-01",
195
+
"endDate": "2021-12-31",
196
+
"url": "https://example.com"
197
+
}
198
+
],
184
199
"languages": [
185
200
{
186
201
"language": "German",
@@ -195,15 +210,59 @@
195
210
],
196
211
"interests": [
197
212
{
198
-
"name": "Physics",
199
-
"icon": "fa-solid fa-tag",
213
+
"name": "Machine Learning and AI",
214
+
"icon": "fa-solid fa-brain",
200
215
"keywords": [
201
-
"Quantum Mechanics",
202
-
"Quantum Computing",
203
-
"Quantum Information",
204
-
"Quantum Cryptography",
205
-
"Quantum Communication",
206
-
"Quantum Teleportation"
216
+
"Supervised Learning",
217
+
"Unsupervised Learning",
218
+
"Deep Learning",
219
+
"Natural Language Processing",
220
+
"XGBoost",
221
+
"Explainable AI",
222
+
"Generative AI",
223
+
"Large Language Models",
224
+
"Prompt Engineering"
225
+
]
226
+
},
227
+
{
228
+
"name": "Data Visualization",
229
+
"icon": "fa-solid fa-chart-bar",
230
+
"keywords": [
231
+
"Real‑time Visualization",
232
+
"Interactive Visualizations",
233
+
"Animated Visualizations",
234
+
"Dashboards",
235
+
"Data Storytelling"
236
+
]
237
+
},
238
+
{
239
+
"name": "Data Science",
240
+
"icon": "fa-solid fa-database",
241
+
"keywords": [
242
+
"A/B Testing",
243
+
"Big Data",
244
+
"Data Mining",
245
+
"Feature Engineering",
246
+
"Predictive Analytics",
247
+
"Sentiment Analysis"
248
+
]
249
+
},
250
+
{
251
+
"name": "Sports",
252
+
"icon": "fa-solid fa-futbol",
253
+
"keywords": [
254
+
"Handball",
255
+
"Fitness",
256
+
"Hiking"
257
+
]
258
+
},
259
+
{
260
+
"name": "Music",
261
+
"icon": "fa-solid fa-music",
262
+
"keywords": [
263
+
"Hardstyle",
264
+
"Trance",
265
+
"Power-Metal"
207
266
]
208
267
}
209
268
],
@@ -220,41 +279,5 @@
220
279
"Advancing from the 'Landesliga' to the 'Oberliga' in the 2023/2024 season"
221
280
]
222
281
}
223
-
],
224
-
"references": [
225
-
{
226
-
"name": "Professor John Doe",
227
-
"icon": "fa-solid fa-laptop",
228
-
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
229
-
},
230
-
{
231
-
"name": "Professor John Doe",
232
-
"icon": "fa-solid fa-thumbtack",
233
-
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
234
-
}
235
-
],
236
-
"projects": [
237
-
{
238
-
"name": "AutoPING",
239
-
"summary": "Quantum computing is the use of quantum-mechanical phenomena such as superposition and entanglement to perform computation. Computers that perform quantum computations are known as quantum computers.",
240
-
"highlights": [
241
-
"Quantum Teleportation",
242
-
"Quantum Cryptography"
243
-
],
244
-
"startDate": "2022-01-01",
245
-
"endDate": "2025-09-30",
246
-
"url": "https://example.com"
247
-
},
248
-
{
249
-
"name": "DaWiS",
250
-
"summary": "Quantum computing is the use of quantum-mechanical phenomena such as superposition and entanglement to perform computation. Computers that perform quantum computations are known as quantum computers.",
0 commit comments