From 5bad3524cf596a7da07f83b2431202d2216bd88d Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Fri, 31 Jan 2025 22:17:30 +0100 Subject: [PATCH] Update Data.swift --- ResumeBuilder/Data.swift | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/ResumeBuilder/Data.swift b/ResumeBuilder/Data.swift index 6af69aa..24898a2 100644 --- a/ResumeBuilder/Data.swift +++ b/ResumeBuilder/Data.swift @@ -33,12 +33,18 @@ let cvInfoEnglish = CVInfo( name: "Christoph Hagen", tagLine: "Problem solver and creative mind with a favour for interdisciplinary work.", place: "Munich, Germany", - ageText: "Age 32", + ageText: "Age 33", web: "christophhagen.de", email: "jobs@christophhagen.de", phone: "Upon Request", github: "github.com/christophhagen"), work: .init(title: "Work experience", items: [ + CareerStation( + time: "May 2024 - Present", + location: "Oberpfaffenhofen, Germany", + title: "German Aerospace Center", + subtitle: "Software Developer", + text: "Development of the mission control system of the LUNA moon simulator hall for robotic experiments and astronaut training."), CareerStation( time: "Jul 2020 - Jul 2023", location: "Braunschweig, Germany", @@ -57,12 +63,6 @@ let cvInfoEnglish = CVInfo( title: "National Institute of Informatics", subtitle: "Research Intern (Intelligent Robotics)", text: "Topic: Concept Acquisition through interactions between Humans and Robots"), - CareerStation( - time: "Sep 2014 - Nov 2016", - location: "Würzburg, Germany", - title: "Julius-Maximilians-Universität", - subtitle: "Research & Teaching Assistant", - text: "Teaching exercises and robotics workshops, design of a modular robot arm connector.") ]), education: .init(title: "Education", items: [ CareerStation( @@ -125,12 +125,18 @@ let cvInfoGerman = CVInfo( name: "Christoph Hagen", tagLine: "Problemlöser und kreativer Kopf mit einer Vorliebe für interdisziplinäre Arbeit.", place: "München", - ageText: "32 Jahre", + ageText: "33 Jahre", web: "christophhagen.de", email: "jobs@christophhagen.de", phone: "Auf Anfrage", github: "github.com/christophhagen"), work: .init(title: "Berufserfahrung", items: [ + CareerStation( + time: "Mai 2024 - Heute", + location: "Oberpfaffenhofen", + title: "Deutsches Zentrum für Luft- und Raumfahrt", + subtitle: "Softwareentwickler", + text: "Entwicklung des Missionskontrollsystems der LUNA Mondsimulationshalle für robotische Experimente und Astronautentraining."), CareerStation( time: "Jul 2020 - Jul 2023", location: "Braunschweig", @@ -148,13 +154,7 @@ let cvInfoGerman = CVInfo( location: "Tokio, Japan", title: "National Institute of Informatics", subtitle: "Praktikant (Intelligente Robotik)", - text: "Thema: Concept Acquisition through interactions between Humans and Robots"), - CareerStation( - time: "Sep 2014 - Nov 2016", - location: "Würzburg", - title: "Julius-Maximilians-Universität", - subtitle: "Übungsleiter und wissenschaftlicher Mitarbeiter", - text: "Leitung von Übungen und Robotikworkshops, Entwurf einer modularen Verbindung für einen Roboterarm.") + text: "Thema: Concept Acquisition through interactions between Humans and Robots") ]), education: .init(title: "Bildung", items: [ CareerStation(