resume.en.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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": "+49 162 9769061",
  9. "location": {
  10. "address": "Vorholzstr. 36",
  11. "postalCode": "76137",
  12. "city": "Karlsruhe",
  13. "countryCode": "DE"
  14. },
  15. "profiles": [
  16. {
  17. "network": "GitHub",
  18. "username": "matze",
  19. "url": "https://github.com/matze",
  20. "shortUrl": "github.com/matze"
  21. },
  22. {
  23. "network": "Xing",
  24. "username": "Matthias.Vogelgesang",
  25. "url": "https://xing.com/profile/matthias.vogelgesang",
  26. "shortUrl": "xing.com/profile/matthias.vogelgesang"
  27. }
  28. ]
  29. },
  30. "education": [
  31. {
  32. "institution": "Karlsruhe Institute of Technology",
  33. "area": "Computer Science",
  34. "studyType": "Doctorate",
  35. "startDate": "2011-01-01",
  36. "endDate": "2014-11-01",
  37. "highlights": [
  38. "Completed with Dr.-Ing., magna cum laude (1.0)"
  39. ]
  40. },
  41. {
  42. "institution": "Karlsruhe Institute of Technology",
  43. "area": "Computer Science",
  44. "studyType": "Diploma",
  45. "startDate": "2005-10-01",
  46. "endDate": "2010-09-01",
  47. "highlights": [
  48. "Completed with Dipl.-Inform., very good (1.3)",
  49. "Exchange year with goal of diploma thesis at Carnegie Mellon University, Pittsburgh, PA.",
  50. "Focus on operating systems and parallel programming"
  51. ]
  52. },
  53. {
  54. "institution": "Pestalozzi Gymnasium Guben",
  55. "area": "",
  56. "studyType": "Abitur – General university entrance qualification (1.6)",
  57. "startDate": "1997-07-01",
  58. "endDate": "2004-05-01"
  59. }
  60. ],
  61. "work": [
  62. {
  63. "company": "Cinemo GmbH",
  64. "position": "Principal Software Engineer",
  65. "startDate": "2018-07-23",
  66. "endDate": "present",
  67. "summary": "foo",
  68. "highlights": [
  69. "Developed a portable Rust-based audio/video system for end users",
  70. "Led small team that implemented an in-car Rust service orchestrator",
  71. "Developed in-house tooling (linting, documentation, ...) in Rust and Python",
  72. "Initiated the transition of the in-house C++ build system to CMake",
  73. "Involved in development of HTTP and Apple CarPlay components"
  74. ]
  75. },
  76. {
  77. "company": "Institute for Data Processing and Electronics",
  78. "position": "Research Associate",
  79. "startDate": "2011-01-01",
  80. "endDate": "2018-06-30",
  81. "summary": "foo",
  82. "highlights": [
  83. "Implemented a multi-GPU computed tomography reconstruction software package",
  84. "Devised a high-throughput synchrotron experiment control system",
  85. "Implemented a web-based catalog system for reconstructed specimen"
  86. ]
  87. },
  88. {
  89. "company": "Fraunhofer IOSB",
  90. "position": "Research Assistant",
  91. "startDate": "2006-08-01",
  92. "endDate": "2009-09-01",
  93. "summary": "foo",
  94. "highlights": [
  95. "Developed optical marker tracking for use in emergency threat situation handling",
  96. "Devised and researched eye-tracking and prediction algorithm for gaze control"
  97. ]
  98. }
  99. ],
  100. "languages": [
  101. {
  102. "language": "German",
  103. "fluency": "Native speaker"
  104. },
  105. {
  106. "language": "English",
  107. "fluency": "Business fluent, CEFR C1"
  108. }
  109. ],
  110. "skills": [
  111. {
  112. "name": "General",
  113. "keywords": [
  114. "Service architectures",
  115. "image processing",
  116. "GPU programming"
  117. ]
  118. },
  119. {
  120. "name": "Languages",
  121. "keywords": ["Rust", "Python", "C++23", "C11", "Bash", "JavaScript", "Groovy", "HTML", "CSS"]
  122. },
  123. {
  124. "name": "Software",
  125. "keywords": ["Linux", "Git", "Jujutsu", "Typst", "LaTeX", "Jenkins"]
  126. },
  127. {
  128. "name": "Build tooling",
  129. "keywords": ["Cargo", "uv", "poetry", "CMake", "Autotools", "meson"]
  130. },
  131. {
  132. "name": "AI tooling",
  133. "keywords": ["Claude Code", "GitHub Copilot"]
  134. },
  135. {
  136. "name": "APIs",
  137. "keywords": ["tokio", "tonic", "axum", "cxx", "OpenCL", "CUDA", "OpenMP", "GLib", "GTK", "Qt", "HDF5"]
  138. },
  139. {
  140. "name": "Protocols",
  141. "keywords": ["TCP", "UDP", "gRPC/Protobuf", "HTTP", "MCP", "ZeroMQ", "CameraLink"]
  142. }
  143. ],
  144. "interests": [
  145. {
  146. "name": "Bass guitar (Funk, Jazz, RnB, Soul)"
  147. },
  148. {
  149. "name": "DSLR photography and editing"
  150. }
  151. ]
  152. }