-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv-french.tex
140 lines (96 loc) · 3.97 KB
/
cv-french.tex
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
\documentclass[12pt]{article}
\usepackage[english]{babel}
\usepackage{cmbright}
\usepackage{enumitem}
\usepackage{fancyhdr}
\usepackage{fontawesome5}
\usepackage{geometry}
\usepackage{hyperref}
\usepackage[sf]{libertine}
\usepackage{microtype}
\usepackage{paracol}
\usepackage{supertabular}
\usepackage{titlesec}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\hypersetup{colorlinks, urlcolor=black, linkcolor=black}
% Geometry
\geometry{hmargin=1.75cm, vmargin=2.5cm}
\columnratio{0.65, 0.35}
\setlength\columnsep{0.05\textwidth}
\setlength\parindent{0pt}
\setlength{\smallskipamount}{8pt plus 3pt minus 3pt}
\setlength{\medskipamount}{16pt plus 6pt minus 6pt}
\setlength{\bigskipamount}{24pt plus 8pt minus 8pt}
% Style
\pagestyle{empty}
\titleformat{\section}{\scshape\LARGE\raggedright}{}{0em}{}[\titlerule]
\titlespacing{\section}{0pt}{\bigskipamount}{\smallskipamount}
\newcommand{\heading}[2]{\centering{\sffamily\Huge #1}\\\smallskip{\large{#2}}}
\newcommand{\entry}[4]{{{\textbf{#1}}} \hfill #3 \\ #2 \hfill #4}
\newcommand{\tableentry}[3]{\textsc{#1} & #2\expandafter\ifstrequal\expandafter{#3}{}{\\}{\\[6pt]}}
\begin{document}
\vspace*{\fill}
\begin{paracol}{2}
% Name & headline
\heading{Yago Iglesias Vázquez}
Étudiant en mathématiques et informatique
\switchcolumn
% Identity card
\vspace{0.01\textheight}
\begin{supertabular}{ll}
\footnotesize\faEnvelope & \href{mailto:yago.iglesias.vazquez@gmail.com}{yago.iglesias.vazquez@gmail.com} \\
\footnotesize\faGithub & \href{https://github.com/Yag000}{github.com/Yag000} \\
\end{supertabular}
\medskip
\switchcolumn*
\section{Formation}
\entry{Université Paris Cité}{Double licence en Mathématiques et Informatique}{Paris, France}{2021 -- présent}
\medskip
\entry{Lycée Espagnol Luis Buñuel}{Mention Très Bien avec Félicitations du Jury}{Neuilly-sur-Seine, France}{2018 -- 2021}
\medskip
\switchcolumn
\section{Compétences}
\begin{supertabular}{rl}
\tableentry{\footnotesize\faCode}{Rust \textperiodcentered{} Ocaml \textperiodcentered{} C \textperiodcentered{} Coq }{}
\tableentry{}{Python \textperiodcentered{} Java \textperiodcentered{} Bash}{}
\tableentry{}{}{}
\tableentry{\footnotesize\faLanguage}{Espagnol \textperiodcentered{} Langue maternelle}{}
\tableentry{}{Français \textperiodcentered{} Avancé}{}
\tableentry{}{Anglais \textperiodcentered{} Avancé}{}
\end{supertabular}
\switchcolumn*
\section{Expérience}
\entry{CiTIUS}{Stage de recherche}{Saint-Jacques-de-Compostelle, Espagne}{juillet 2023}
\begin{itemize}[noitemsep,leftmargin=3.5mm,rightmargin=0mm,topsep=6pt]
\item Développement d'algorithmes pour caractériser précisément des objets avec un seul balayage LiDAR grâce à la réflexion de l'objet sur un miroir bien placé.
\end{itemize}
\switchcolumn
\section{Concours}
\textbf{Journées Franciliennes de Programmation}\\
\noindent Participation en 2022 et 2023
\textbf{SWERC}\\
\noindent Participation en 2024
%TODO: Add lambda
\end{paracol}
\section{Centres d'intérêt}
\begin{paracol}{2}
\entry{Informatique}{Théorie des types, langages de programmation, assistants de preuve, systèmes d'exploitation}{ }{ }
\switchcolumn
\entry{Mathématiques}{Logique, théorie de Galois}{ }{ }
\end{paracol}
\columnratio{0.60, 0.40}
\section{Projets de programmation}
\begin{paracol}{2}
\entry{\href{https://github.com/Yag000/jsh-tyy}{jsh-tyy}}{Shell de contrôle de tâches en C dans le cadre d'un cours sur les systèmes d'exploitation}{ }{ }
\medskip
\switchcolumn
\entry{\href{https://moule.informatique.univ-paris-diderot.fr/iglesias/U3bbU3c0}{$\pmb\lambda\pi$}}{Implémentation des types dépendants en OCaml}{ }{ }
\medskip
\switchcolumn
\entry{\href{https://github.com/Yag000/chimpanzee}{Chimpanzee}}{Interpréteur, compilateur et formateur de Monkey en écrit en Rust}{ }{ }
\switchcolumn
\entry{\href{https://github.com/GabinDDL/L2S2-GYTMY-Game}{Be Amazed}}{Jeu avec reconnaissance vocale en Java}{ }{ }
\end{paracol}
\end{document}