resume.de.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. "highlights": [
  35. "Abschluss Dr.-Ing., \\emph{magna cum laude} (1,0)"
  36. ]
  37. },
  38. {
  39. "institution": "Karlsruher Institut für Technologie",
  40. "area": "Informatik",
  41. "studyType": "Studium",
  42. "startDate": "2005-10-01",
  43. "endDate": "2010-09-01",
  44. "highlights": [
  45. "Abschluss Dipl.-Inform., \\emph{sehr gut} (1,3)",
  46. "Diplomarbeit an der Carnegie Mellon University, Pittsburgh, PA."
  47. ]
  48. },
  49. {
  50. "institution": "Pestalozzi Gymnasium Guben",
  51. "area": "",
  52. "studyType": "Abitur",
  53. "startDate": "1997-07-01",
  54. "endDate": "2004-05-01",
  55. "highlights": [
  56. "Allgemeine Hochschulreife (1,6)"
  57. ]
  58. }],
  59. "work": [{
  60. "company": "Institut für Prozessdatenverarbeitung und Elektronik",
  61. "position": "Wissenschaftlicher Mitarbeiter",
  62. "startDate": "2011-01-01",
  63. "endDate": "heute",
  64. "summary": "foo"
  65. },
  66. {
  67. "company": "Fraunhofer IOSB",
  68. "position": "Wissenschaftliche Hilfskraft",
  69. "startDate": "2006-08-01",
  70. "endDate": "2009-09-01",
  71. "summary": "foo"
  72. }],
  73. "languages": [{
  74. "language": "Deutsch",
  75. "fluency": "Muttersprache"
  76. },
  77. {
  78. "language": "Englisch",
  79. "fluency": "Verhandlungssicher (GER C1)"
  80. },
  81. {
  82. "language": "Französisch",
  83. "fluency": "Grundkenntnisse"
  84. }],
  85. "skills": [{
  86. "name": "Sprachen",
  87. "keywords": ["C", "Python", "C++", "Java", "Bash"]
  88. },
  89. {
  90. "name": "Software",
  91. "keywords": ["Linux", "Git", "\\LaTeX", "Autotools", "CMake"]
  92. },
  93. {
  94. "name": "APIs",
  95. "keywords": ["OpenCL", "CUDA", "GLib", "HDF5"]
  96. }],
  97. "interests": [{
  98. "name": "Bass"
  99. }]
  100. }