Fixes #2787 as an alternative to #2969. It was getting too cumbersome to have 2 different data sources for CV and also a lot of different layout files, so I decided to unify them all. Main changes: - synchronized the information inside RenderCV (`_data/cv.yml`) and JSONResume (`assets/json/resume.json`) - unified layout files for CV information - added the option to set the "data source" in the CV page --------- Signed-off-by: George Araújo <george.gcac@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
26 lines
604 B
YAML
26 lines
604 B
YAML
#- title: General Information
|
|
# type: map
|
|
# contents:
|
|
# - name: Full Name
|
|
# value: Florent Guiotte
|
|
# - name: Languages
|
|
# value: French, English
|
|
|
|
- title: Short Vitae
|
|
type: time_table
|
|
contents:
|
|
- title: Researcher
|
|
institution: L'Avion Jaune
|
|
year: 2021 - 2022
|
|
- title: Post doc
|
|
institution: IRISA
|
|
year: 2021 - 2021
|
|
- title: Ph.D in Computer Science
|
|
institution: University Rennes 2
|
|
place: Rennes
|
|
year: 2021
|
|
- title: M.Sc.Eng in Computer Science
|
|
institution: École Supérieure d'Ingénieurs de Rennes
|
|
year: 2016
|
|
|