| { | |
| "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"] | |
| } | |
| } | |