-
Notifications
You must be signed in to change notification settings - Fork 1
/
cv_2024.typ
106 lines (87 loc) · 3.01 KB
/
cv_2024.typ
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
#import "moderncv.typ": *
#import "@preview/stonewall:0.1.0": polygender
#show: project.with(
title: "IFiP Stagiaire",
author: "Charlotte Thomas",
phone: "+33 7 81 96 98 54",
email: "[email protected]",
main_color: gradient.linear(..polygender),
heading_color: gradient.linear(..polygender),
pronouns: "Elle/She/They 22F",
address: [2 allée Antoine Osète, 31100, Toulouse]
)
= Expérience Professionnelle
#cventry(
start: (month: "Septembre", year: 2024),
end: (month: "Septembre", year: 2025),
role: [Inspectrice des Finances Publiques PSE Stagiaire],
place: "ENFiP Toulouse"
)[]
= Scolaire
#cventry(
start: (month: "Septembre", year: 2022),
end: (month: "Juin", year: 2024),
role: [Licence d'Informatique],
place: "Université de Rennes, Rennes (35)"
)[]
#cventry(
start: (month: "Septembre", year: 2020),
end: (month: "Juin", year: 2022),
role: [Classe Préparatoire aux Grandes Écoles | MPSI/MP],
place: "Lycée Montaigne, Bordeaux (33)"
)[]
= Académique
#cventry(
start: (month: "Mai", year: 2024),
end: (month: "Juillet", year: 2024),
role: [*Stage de Recherche*],
place: "Inria Rennes, EPICURE, Rennes (35)"
)[Reconnaissance morphologique de plante à l'aide d'une base de données de
traits définits dans un modèle en théorie des langages de programmations]
#cventry(
start: (month: "Février", year: 2023),
end: (month: "Juillet", year: 2023),
role: [*Stage de Recherche*],
place: "IRISA/Inria Rennes, Equipe PACAP, Rennes (35)",
)[Implémentations mathématiques dans un logiciel d'analyse du G-Code en
théorie des langages]
= Projets
#cvprogramming(
language: [2023 - ],
language_name: "Rust",
icon_name: "icons/brand-rust.svg",
language_colour: rgb("b7410e"),
description: [*Calc*, _Développement, Théorie des languages_, Une calculatrice minimaliste configurable, GPLv3 sur #link("https://github.com/vanilla-extracts/calc","GitHub")]
)
#cvprogramming(
language: [2021 - ],
language_name: " OCaml",
icon_name: "icons/brand-ocaml.svg",
language_colour: rgb("ee6a1a"),
description: [*Baguette\#*, _Théorie des Langages/Développement_, Développement d'un interpréteur et REPL multiplateforme pour un langage ésotérique, GPLv3 sur #link("https://github.com/vanilla-extracts/STARFinder","GitHub")]
)
#cvprogramming(
language: [2013 -],
language_name: "Java",
icon_name: "icons/brand-java.svg",
language_colour: rgb("5382A1"),
description: [*Projets Personnels*, _Développement et Administration Système_, Développement de logiciels libres, voir sur #link("https://github.com/vanilla-extracts","GitHub")]
)
= Compétences
#cvlanguage(
language: [_Administration Système_],
description: [Linux (Redhat, CentOS, Debian, Ubuntu)],
)
#cvlanguage(
language: [_Langages_],
description: [Java, OCaml, Scala, Rust, SQL, Python, JavaScript, LaTeX, Typst]
)
#cvlanguage(
language: [_Services_],
description: [Jenkins, Gitlab CI, GitHub Actions, PostgreSQL,
Apache 2, Git]
)
#cvlanguage(
language: [_Anglais_],
description: [Couramment]
)