cv
Source code for my CV
01 02 03 04 05 06 07 08 09 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
% Resume in LaTeX (LuaLaTeX) % Author: Thiago Brevidelli % Base on: https://github.com/xyz-yuanhf/yuan-resume % license: LPPL \documentclass[a4paper, 10pt]{article} \input{preamble} \hypersetup{ pdftitle={Curriculum Vitae -- Thiago Brevidelli}, pdfauthor={Thiago Brevidelli} } \begin{document} % = HEADING =================================================================== \begin{flushright} \item {\Calluna \href{mailto:thiago.brevidelli_garcia@math.univ-toulouse.fr}{thiago.brevidelli\_garcia@math.univ-toulouse.fr}} \item {\Calluna \href{https://www.math.univ-toulouse.fr/~tbrevide/}{www.math.univ-toulouse.fr/\~{}tbrevide/}} \end{flushright}\vspace{-45pt} \vspace{-19pt} \begin{flushleft} % Rplace here with your name (and identity if required) \item {\Calluna \fontsize{30pt}{30pt}\selectfont \textsc{Thiago Brevidelli}} \item {\Calluna \fontsize{14.5pt}{14.5pt}\selectfont \textsc{Ph.D.}} \noindent\rule{\textwidth}{0.4pt} \end{flushleft} % = EDUCATION ================================================================= \begin{sectionblock}{Education} \eduheading {Institute of Mathematics of Toulouse (IMT)} {Toulouse, France} {Ph.D. in Mathematics}{2024 - 2027 \footnotesize{\textit{(expected)}}} \begin{itemize} \item Advisors: Prof. Maxime Wolff (IMT) \& Prof. Julien Marché (ENS Paris) \item Thesis project: Low dimensional representations of mapping class groups \end{itemize} \eduheading {Institute of Mathematics of Toulouse (IMT)} {Toulouse, France} {Masters in Mathematics}{2023 - 2024} \begin{itemize} \item Advisor: Prof. Maxime Wolff (IMT) \item Masters program: M2 Research \& Innovation \end{itemize} \eduheading {Institute of Mathematics \& Statistics, University of São Paulo} {São Paulo, Brazil} {Bachelor in Mathematics}{2019 - 2022} \end{sectionblock} % = GRANTS ==================================================================== \begin{sectionblock}{Grants} \begin{itemize}[left=0pt] \item \textit{MathPhdInFrance Cofund Ph.D. Grant}, \hfill 2024.10 - 2027.10 \item \textit{Mint M2 Fellow} \hfill 2023.09 - 2024.06 \item \textit{CNPq PIBIC Grant} (Grant CNPq-PIBIC 2021-730), \hfill 2021.08 - 2022.07 \end{itemize} \end{sectionblock} % = LANGUAGE SKILLS =========================================================== \begin{sectionblock}{Language Skills} \vspace{-9pt} \begin{tabular}{rl} \emph{Portuguese} & Native \\ \emph{English} & Fluent \\ \emph{French} & Intermediary \\ \emph{Spanish} & Intermediary \end{tabular} \end{sectionblock} \end{document}