cv.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. {
  2. "basics": {
  3. "name": "Julien Hervé",
  4. "label": "Ingénieur/développeur logiciel polyvalent",
  5. "image": "",
  6. "email": "john@gmail.com",
  7. "phone": "(912) 555-4321",
  8. "url": "https://johndoe.com",
  9. "summary": "A summary of John Doe…",
  10. "location": {
  11. "city": "Paris",
  12. "countryCode": "FR"
  13. },
  14. "profiles": [
  15. {
  16. "network": "LinkedIn",
  17. "url": "https://www.linkedin.com/in/julien-herv%C3%A9-ba9ba689/"
  18. }
  19. ]
  20. },
  21. "work": [
  22. {
  23. "name": "Parrot",
  24. "position": "Ingénieur logiciel embarqué",
  25. "url": "https://www.parrot.com",
  26. "startDate": "2014-09",
  27. "endDate": "2017-05",
  28. "summary": "Development and architecture on Parrot's drones software (Bebop Drone, Bebop Drone 2.0, Minidrones)",
  29. "highlights": [
  30. "Started the company"
  31. ]
  32. },
  33. {
  34. "name": "CEA",
  35. "position": "Ingénieur chercheur",
  36. "url": "https://www.cea.fr",
  37. "startDate": "2009-11",
  38. "endDate": "2014-08",
  39. "summary": "R&D works on PharOS, a safe embedded RTOS for automotive (now Asterios, promoted by KRONO-SAFE company), and on safe and secure hypervision",
  40. "highlights": [
  41. "Started the company"
  42. ]
  43. }
  44. ],
  45. "volunteer": [
  46. {
  47. "organization": "Organization",
  48. "position": "Volunteer",
  49. "url": "https://organization.com/",
  50. "startDate": "2012-01-01",
  51. "endDate": "2013-01-01",
  52. "summary": "Description…",
  53. "highlights": [
  54. "Awarded 'Volunteer of the Month'"
  55. ]
  56. }
  57. ],
  58. "education": [
  59. {
  60. "institution": "Ecole nationale supérieure de l'Electronique et de ses Applications",
  61. "url": "https://institution.com/",
  62. "area": "Diplôme d'ingénieur, Mécatronique & Electronique Embarquée",
  63. "studyType": "Bachelor",
  64. "startDate": "2006",
  65. "endDate": "2009",
  66. "score": "4.0",
  67. "courses": [
  68. "DB1101 - Basic SQL"
  69. ],
  70. "location": "Cergy-Pontoise",
  71. "summary": " Generalist formation in electronics : analog and digital electronics, software, signal processing, control theory, … Last-year specialization in « Mechatronics and Complex Systems », which has a focus on embedded systems, system modeling and mechanics"
  72. }
  73. ],
  74. "awards": [
  75. {
  76. "title": "Award",
  77. "date": "2014-11-01",
  78. "awarder": "Company",
  79. "summary": "There is no spoon."
  80. }
  81. ],
  82. "certificates": [
  83. {
  84. "name": "Certificate",
  85. "date": "2021-11-07",
  86. "issuer": "Company",
  87. "url": "https://certificate.com"
  88. }
  89. ],
  90. "publications": [
  91. {
  92. "name": "Publication",
  93. "publisher": "Company",
  94. "releaseDate": "2014-10-01",
  95. "url": "https://publication.com",
  96. "summary": "Description…"
  97. }
  98. ],
  99. "skills": [
  100. {
  101. "name": "Backend",
  102. "level": "Master",
  103. "keywords": [
  104. "Elixir",
  105. "Python",
  106. "Django",
  107. "HTTP",
  108. "Rest"
  109. ]
  110. },
  111. {
  112. "name": "Tools",
  113. "level": "Master",
  114. "keywords": [
  115. "git",
  116. "Linux",
  117. "Python"
  118. ]
  119. }
  120. ],
  121. "languages": [
  122. {
  123. "language": "Français",
  124. "fluency": "Langue maternelle"
  125. },
  126. {
  127. "language": "English",
  128. "fluency": "Fluent"
  129. },
  130. {
  131. "language": "Português",
  132. "fluency": "débutant"
  133. },
  134. {
  135. "language": "Deutsch",
  136. "fluency": "débutant"
  137. }
  138. ],
  139. "interests": [
  140. {
  141. "name": "Wildlife",
  142. "keywords": [
  143. "Ferrets",
  144. "Unicorns"
  145. ]
  146. }
  147. ],
  148. "references": [
  149. {
  150. "name": "Jane Doe",
  151. "reference": "Reference…"
  152. }
  153. ],
  154. "projects": [
  155. {
  156. "name": "Project",
  157. "description": "Description…",
  158. "highlights": [
  159. "Won award at AIHacks 2016"
  160. ],
  161. "keywords": [
  162. "HTML"
  163. ],
  164. "startDate": "2019-01-01",
  165. "endDate": "2021-01-01",
  166. "url": "https://project.com/",
  167. "roles": [
  168. "Team Lead"
  169. ],
  170. "entity": "Entity",
  171. "type": "application"
  172. }
  173. ]
  174. }