diff options
Diffstat (limited to 'content/content.yaml')
-rw-r--r-- | content/content.yaml | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/content/content.yaml b/content/content.yaml new file mode 100644 index 0000000..8f4fddc --- /dev/null +++ b/content/content.yaml @@ -0,0 +1,88 @@ +contacts: + name: Claudius Holeksa + title: HPC Scientist + email: mail@keldu.de + phone: "+49 16344585 90" + address: "Germany, 76137 Karlsruhe, Wilhelmstr. 35-39" + linkedin: "https://www.linkedin.com/in/claudius-holeksa-0b1a5b126/" + nationality: German + +skills: + - name: Programming Languages + items: + - Python + - C++ + - C + - name: Software Development + items: + - CI + - Template Meta-Programming + - Compile-Time Algorithms + - C++-Native Type Reflection + - Async Programming + - Protocol Design + - Git + - name: OS + items: + - Debian + - NixOS + - name: Languages + items: + - German - Native + - English - Fluent + - Polish - Conversational + - Spanish - Basic + +jobs: + - position: Research Scientist + company: + name: KIT + link: https://kit.edu/ + description: + - Working on the WarmWorld Project to transform the aging weather and climate simulation software ICON into a more modern software framework. + from: "2022 April." + to: "now" + tags: + - hpc, system architecture, software design, package maintainance, ci, project owner + - position: Research Assistant + company: + name: KIT + link: https://kit.edu + description: + - Continued work on my master's thesis topic in the framework openlb where I finished integration of 2-phase fluid-gas simulation. + from: "2021 October." + to: "2022 January." + tags: + - cfg, lbm + - position: Intern + company: + name: FZI + link: https://fzi.de + description: + - Working on optimization and algorithm design within autonomous driving research software. + from: "2021 April." + to: "2021 Mai." + tags: + - ai, autonomous driving + +education: + - university: + name: Karlsruhe Institute of Technology + link: "https://kit.edu/" + degree: "M.Sc." + major: + Applied Mathematics (Technomathematik) + track: + Numerical simulation / LBM-CFD + from: "2017" + to: "2021" + - university: + name: Karlsruhe Institute of Technology + link: "https://kit.edu/" + degree: "B.Sc." + major: + Mathematics + track: + Computational Math + from: "2011" + to: "2016" |