File size: 1,708 Bytes
c13005e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
{
"meta": {
"pdf_title": "Mon CV",
"pdf_author": "John Doe",
"last_updated_text": "Septembre 2025"
},
"header": {
"name": "John Doe",
"location": "Paris, FR",
"email": "john@example.com",
"phone": "+33 6 12 34 56 78",
"website_url": "https://example.com",
"website_label": "example.com",
"linkedin_url": "https://linkedin.com/in/johndoe",
"linkedin_handle": "johndoe",
"github_url": "https://github.com/johndoe",
"github_handle": "johndoe"
},
"intro_paragraphs": [
"Texte d'introduction en une ligne."
],
"quick_guide_items": [
"Point 1",
"Point 2"
],
"education": [
{
"degree": "BS",
"date_range": "2015 - 2019",
"institution": "Université X",
"field_of_study": "Informatique",
"highlights": [
"Mention Bien",
"Cours: Algo, Réseaux"
]
}
],
"experience": [
{
"company": "Entreprise A",
"role": "Software Engineer",
"location": "Paris",
"date_range": "2020 - Présent",
"highlights": [
"Implémenté X",
"Réduit Y"
]
}
],
"publications": [
{
"date": "Jan 2024",
"title": "Titre de la publication",
"authors": ["Auteur 1", "Auteur 2"],
"doi_url": "https://doi.org/10.1234/abcd",
"doi_label": "10.1234/abcd"
}
],
"projects": [
{
"title": "Projet 1",
"repo_url": "https://github.com/name/repo",
"repo_label": "github.com/name/repo",
"highlights": ["Feature A", "Tech: Python, Flask"]
}
],
"technologies_section": {
"languages": ["Python", "TypeScript"],
"technologies": ["FastAPI", "PostgreSQL", "Docker"]
}
}
|