Skip to content

Commit 52f4bb9

Browse files
committed
Version: 1.0
Author: Jonas Genath
1 parent 59755bc commit 52f4bb9

File tree

7 files changed

+105
-79
lines changed

7 files changed

+105
-79
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ exclude:
197197
- _posts/
198198
- _pages/profiles.md
199199
- _pages/dropdown.md
200+
- _pages/projects.md # remove later
200201
keep_files:
201202
- CNAME
202203
- .nojekyll

_data/socials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# bluesky_url: # your bluesky URL
88
# dblp_url: # your DBLP profile url
99
# discord_id: # your discord id (18-digit unique numerical identifier)
10-
email: jonasgnth@gmail.com # your email address
10+
email: genath.jonas@gmail.com # your email address
1111
# facebook_id: # your facebook id
1212
# flickr_id: # your flickr id
1313
github_username: Cbblr # your GitHub user name

_includes/resume/certificates.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<td class="list-group-name">
2727
<b>{{ content.issuer }}</b>
2828
</td>
29-
<td class="list-group-name">{{ content.date }}</td>
29+
<!-- <td class="list-group-name">{{ content.date }}</td> -->
3030
</tr>
3131
</tbody>
3232
</table>

_includes/resume/skills.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</tr>
2121
{% for item in content.keywords %}
2222
<tr>
23-
<td></td>
23+
<td>&bull;</td> <!-- Bullet-Zeichen (•) -->
2424
<td class="list-group-name">
2525
<b>{{ item }}</b>
2626
</td>

_pages/cv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: CV
55
nav: true
66
nav_order: 5
77
cv_pdf: example_pdf.pdf # you can also use external links here
8-
description: This is my CV. You can also download the PDF directly.
8+
description: This is my Curriculum Vitae. You can also download the PDF directly.
99
toc:
1010
sidebar: left
1111
---

_pages/teaching.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
22
layout: page
33
permalink: /teaching/
4-
title: Teaching responsibilities
4+
title: Teaching
55
description: Here are my teaching responsibilities, supervised bachelor's and master's theses, academic talks and projects.
66
nav: true
77
nav_order: 6
88
---
99

10+
## Teaching responsibilities
11+
1012
- **Simulation 1**
1113
Teaching the university course in the summer semesters of 2021–2024.
1214

assets/json/resume.json

Lines changed: 97 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"AI methods for simulation data analysis",
3434
"Integration of simulation and machine learning into operational IT infrastructures",
3535
"Visual analytics for simulation data analysis",
36-
"Metalearning in the simulation context",
36+
"Metalearning and XAI in the context of simulation",
3737
"Integration of an autograder into programming education",
3838
"Teaching responsibilities in the field of simulation and data science"
3939
]
@@ -92,37 +92,16 @@
9292
"certificates": [
9393
{
9494
"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",
9898
"icon": "fa-solid fa-clipboard-check"
9999
},
100100
{
101101
"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/",
126105
"icon": "fa-solid fa-clipboard-check"
127106
}
128107
],
@@ -140,8 +119,8 @@
140119
]
141120
},
142121
{
143-
"name": "SQL",
144-
"level": "Expert",
122+
"name": "Databases and SQL",
123+
"level": "Intermediate",
145124
"icon": "fa-solid fa-hashtag",
146125
"keywords": [
147126
"In regular use for data management for 5 years.",
@@ -161,6 +140,15 @@
161140
"CSS (and HTML)"
162141
]
163142
},
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+
},
164152
{
165153
"name": "MS Office",
166154
"level": "Expert",
@@ -181,6 +169,33 @@
181169
]
182170
}
183171
],
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+
],
184199
"languages": [
185200
{
186201
"language": "German",
@@ -195,15 +210,59 @@
195210
],
196211
"interests": [
197212
{
198-
"name": "Physics",
199-
"icon": "fa-solid fa-tag",
213+
"name": "Machine Learning and AI",
214+
"icon": "fa-solid fa-brain",
200215
"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"
207266
]
208267
}
209268
],
@@ -220,41 +279,5 @@
220279
"Advancing from the 'Landesliga' to the 'Oberliga' in the 2023/2024 season"
221280
]
222281
}
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.",
251-
"highlights": [
252-
"Quantum Teleportation",
253-
"Quantum Cryptography"
254-
],
255-
"startDate": "2020-01-01",
256-
"endDate": "2021-12-31",
257-
"url": "https://example.com"
258-
}
259282
]
260283
}

0 commit comments

Comments
 (0)