resume.de.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. },
  64. {
  65. "language": "Französisch",
  66. "fluency": "Grundkenntnisse"
  67. }],
  68. "skills": [{
  69. "name": "Sprachen",
  70. "keywords": ["C", "Python", "C++", "Java", "Bash"]
  71. },
  72. {
  73. "name": "Software",
  74. "keywords": ["Linux", "Git", "\\LaTeX", "Autotools", "CMake"]
  75. }],
  76. "interests": [{
  77. "name": "Bass"
  78. }]
  79. }