resume.de.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "basics": {
  3. "name": "Matthias Vogelgesang",
  4. "title": "Dr.",
  5. "email": "matthias.vogelgesang@gmail.com",
  6. "website": "https://bloerg.net",
  7. "phone": "0162 9769061",
  8. "location": {
  9. "address": "Schützenstrasse 55",
  10. "postalCode": "76137",
  11. "city": "Karlsruhe",
  12. "countryCode": "DE"
  13. },
  14. "profiles": [{
  15. "network": "GitHub",
  16. "username": "matze",
  17. "url": "https://github.com/matze"
  18. },
  19. {
  20. "network": "Xing",
  21. "username": "Matthias.Vogelgesang",
  22. "url": "https://xing.com/profile/matthias.vogelgesang"
  23. }]
  24. },
  25. "education": [{
  26. "institution": "Karlsruher Institut für Technologie",
  27. "area": "Informatik",
  28. "studyType": "Diplom",
  29. "startDate": "2005-10-01",
  30. "endDate": "2010-09-01"
  31. },
  32. {
  33. "institution": "Pestalozzi Gymnasium Guben",
  34. "area": "Abitur",
  35. "studyType": "Abitur",
  36. "startDate": "1997-07-01",
  37. "endDate": "2004-05-01"
  38. }],
  39. "work": [{
  40. "company": "Fraunhofer IOSB",
  41. "position": "Wissenschaftliche Hilfskraft",
  42. "startDate": "2006-08-01",
  43. "endDate": "2009-09-01",
  44. "summary": "foo"
  45. }],
  46. "languages": [{
  47. "language": "Deutsch",
  48. "fluency": "Muttersprache"
  49. },
  50. {
  51. "language": "Englisch",
  52. "fluency": "Verhandlungssicher"
  53. },
  54. {
  55. "language": "Französisch",
  56. "fluency": "Grundkenntnisse"
  57. }]
  58. }