cv.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "basics": {
  3. "name": "John Doe",
  4. "label": "Programmer",
  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. "address": "2712 Broadway St",
  12. "postalCode": "CA 94115",
  13. "city": "San Francisco",
  14. "countryCode": "US",
  15. "region": "California"
  16. },
  17. "profiles": [
  18. {
  19. "network": "Twitter",
  20. "username": "john",
  21. "url": "https://twitter.com/john"
  22. }
  23. ]
  24. },
  25. "work": [
  26. {
  27. "name": "Company",
  28. "position": "President",
  29. "url": "https://company.com",
  30. "startDate": "2013-01-01",
  31. "endDate": "2014-01-01",
  32. "summary": "Description…",
  33. "highlights": [
  34. "Started the company"
  35. ]
  36. }
  37. ],
  38. "volunteer": [
  39. {
  40. "organization": "Organization",
  41. "position": "Volunteer",
  42. "url": "https://organization.com/",
  43. "startDate": "2012-01-01",
  44. "endDate": "2013-01-01",
  45. "summary": "Description…",
  46. "highlights": [
  47. "Awarded 'Volunteer of the Month'"
  48. ]
  49. }
  50. ],
  51. "education": [
  52. {
  53. "institution": "University",
  54. "url": "https://institution.com/",
  55. "area": "Software Development",
  56. "studyType": "Bachelor",
  57. "startDate": "2011-01-01",
  58. "endDate": "2013-01-01",
  59. "score": "4.0",
  60. "courses": [
  61. "DB1101 - Basic SQL"
  62. ]
  63. }
  64. ],
  65. "awards": [
  66. {
  67. "title": "Award",
  68. "date": "2014-11-01",
  69. "awarder": "Company",
  70. "summary": "There is no spoon."
  71. }
  72. ],
  73. "certificates": [
  74. {
  75. "name": "Certificate",
  76. "date": "2021-11-07",
  77. "issuer": "Company",
  78. "url": "https://certificate.com"
  79. }
  80. ],
  81. "publications": [
  82. {
  83. "name": "Publication",
  84. "publisher": "Company",
  85. "releaseDate": "2014-10-01",
  86. "url": "https://publication.com",
  87. "summary": "Description…"
  88. }
  89. ],
  90. "skills": [
  91. {
  92. "name": "Web Development",
  93. "level": "Master",
  94. "keywords": [
  95. "HTML",
  96. "CSS",
  97. "JavaScript"
  98. ]
  99. }
  100. ],
  101. "languages": [
  102. {
  103. "language": "English",
  104. "fluency": "Native speaker"
  105. }
  106. ],
  107. "interests": [
  108. {
  109. "name": "Wildlife",
  110. "keywords": [
  111. "Ferrets",
  112. "Unicorns"
  113. ]
  114. }
  115. ],
  116. "references": [
  117. {
  118. "name": "Jane Doe",
  119. "reference": "Reference…"
  120. }
  121. ],
  122. "projects": [
  123. {
  124. "name": "Project",
  125. "description": "Description…",
  126. "highlights": [
  127. "Won award at AIHacks 2016"
  128. ],
  129. "keywords": [
  130. "HTML"
  131. ],
  132. "startDate": "2019-01-01",
  133. "endDate": "2021-01-01",
  134. "url": "https://project.com/",
  135. "roles": [
  136. "Team Lead"
  137. ],
  138. "entity": "Entity",
  139. "type": "application"
  140. }
  141. ]
  142. }