resume.de.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "basics": {
  3. "name": "Matthias Vogelgesang",
  4. "title": "Dr.",
  5. "email": "matthias.vogelgesang@gmail.com",
  6. "website": "https://bloerg.net",
  7. "shortWebsite": "bloerg.net",
  8. "phone": "0162 9769061",
  9. "location": {
  10. "address": "Schützenstrasse 55",
  11. "postalCode": "76137",
  12. "city": "Karlsruhe",
  13. "countryCode": "DE"
  14. },
  15. "profiles": [{
  16. "network": "GitHub",
  17. "username": "matze",
  18. "url": "https://github.com/matze",
  19. "shortUrl": "github.com/matze"
  20. },
  21. {
  22. "network": "Xing",
  23. "username": "Matthias.Vogelgesang",
  24. "url": "https://xing.com/profile/matthias.vogelgesang",
  25. "shortUrl": "xing.com/profile/matthias.vogelgesang"
  26. }]
  27. },
  28. "education": [{
  29. "institution": "Karlsruher Institut für Technologie",
  30. "area": "Informatik",
  31. "studyType": "Promotion",
  32. "startDate": "2011-01-01",
  33. "endDate": "2014-11-01"
  34. },
  35. {
  36. "institution": "Karlsruher Institut für Technologie",
  37. "area": "Informatik",
  38. "studyType": "Diplom",
  39. "startDate": "2005-10-01",
  40. "endDate": "2010-09-01"
  41. },
  42. {
  43. "institution": "Pestalozzi Gymnasium Guben",
  44. "area": "Abitur",
  45. "studyType": "Abitur",
  46. "startDate": "1997-07-01",
  47. "endDate": "2004-05-01"
  48. }],
  49. "work": [{
  50. "company": "Fraunhofer IOSB",
  51. "position": "Wissenschaftliche Hilfskraft",
  52. "startDate": "2006-08-01",
  53. "endDate": "2009-09-01",
  54. "summary": "foo"
  55. }],
  56. "languages": [{
  57. "language": "Deutsch",
  58. "fluency": "Muttersprache"
  59. },
  60. {
  61. "language": "Englisch",
  62. "fluency": "Verhandlungssicher",
  63. "cert": "UNICert III, 97.5\\%"
  64. },
  65. {
  66. "language": "Französisch",
  67. "fluency": "Grundkenntnisse"
  68. }],
  69. "skills": [{
  70. "name": "Sprachen",
  71. "keywords": ["C", "Python", "C++", "Java", "Bash"]
  72. },
  73. {
  74. "name": "Software",
  75. "keywords": ["Linux", "Git", "\\LaTeX", "Autotools", "CMake"]
  76. }],
  77. "interests": [{
  78. "name": "Bass"
  79. }]
  80. }