| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "basics": {
- "name": "Matthias Vogelgesang",
- "title": "Dr.",
- "email": "matthias.vogelgesang@gmail.com",
- "website": "https://bloerg.net",
- "shortWebsite": "bloerg.net",
- "phone": "0162 9769061",
- "location": {
- "address": "Schützenstrasse 55",
- "postalCode": "76137",
- "city": "Karlsruhe",
- "countryCode": "DE"
- },
- "profiles": [{
- "network": "GitHub",
- "username": "matze",
- "url": "https://github.com/matze",
- "shortUrl": "github.com/matze"
- },
- {
- "network": "Xing",
- "username": "Matthias.Vogelgesang",
- "url": "https://xing.com/profile/matthias.vogelgesang",
- "shortUrl": "xing.com/profile/matthias.vogelgesang"
- }]
- },
- "education": [{
- "institution": "Karlsruher Institut für Technologie",
- "area": "Informatik",
- "studyType": "Promotion",
- "startDate": "2011-01-01",
- "endDate": "2014-11-01"
- },
- {
- "institution": "Karlsruher Institut für Technologie",
- "area": "Informatik",
- "studyType": "Diplom",
- "startDate": "2005-10-01",
- "endDate": "2010-09-01"
- },
- {
- "institution": "Pestalozzi Gymnasium Guben",
- "area": "Abitur",
- "studyType": "Abitur",
- "startDate": "1997-07-01",
- "endDate": "2004-05-01"
- }],
- "work": [{
- "company": "Fraunhofer IOSB",
- "position": "Wissenschaftliche Hilfskraft",
- "startDate": "2006-08-01",
- "endDate": "2009-09-01",
- "summary": "foo"
- }],
- "languages": [{
- "language": "Deutsch",
- "fluency": "Muttersprache"
- },
- {
- "language": "Englisch",
- "fluency": "Verhandlungssicher"
- },
- {
- "language": "Französisch",
- "fluency": "Grundkenntnisse"
- }],
- "skills": [{
- "name": "Sprachen",
- "keywords": ["C", "Python", "C++", "Java", "Bash"]
- },
- {
- "name": "Software",
- "keywords": ["Linux", "Git", "\\LaTeX", "Autotools", "CMake"]
- }],
- "interests": [{
- "name": "Bass"
- }]
- }
|