From beada4bb418cc2cdca9069fec013f665a8e7aec8 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Tue, 9 Jan 2024 13:56:39 +0100 Subject: [PATCH] Start the CV and add Career overview. --- cv.tex | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ hdr.tex | 3 +++ 2 files changed, 77 insertions(+) create mode 100644 cv.tex diff --git a/cv.tex b/cv.tex new file mode 100644 index 0000000..d5df354 --- /dev/null +++ b/cv.tex @@ -0,0 +1,74 @@ +\newcommand{\cvsecrule}{\vspace{-3mm}{\color{Prune}\hrule}\medskip} +\newcommand{\timeskip}{3mm} + +\chapter[CV]{Sergiu Ivanov \enspace — \enspace CV} + +\hspace{\parindent}% +\textbf{Maître de conférences --- Associate Professor} + +IBISC Laboratory + +Department of Computer Science + +Université d'Évry Paris-Saclay + +IBGBI, 23 boulevard de France + +91034 Évry-Courcouronnes, France + +\url{sergiu.ivanov@universite-paris-saclay.fr} + +\url{https://www.ibisc.univ-evry.fr/~sivanov/} + +\section{Career overview} +\label{sec:career} + +\cvsecrule + +\noindent +\begin{tabularx}{\textwidth}{>{\bf}p{3cm} X} + 2017-- & \textbf{Maître de conférences --- Associate Professor} (tenured) \\ + & \textit{50\% research, 50\% teaching} \\ + & IBISC Laboratory --- Department of Computer Science \\ + & Université d'Évry Paris-Saclay \\[\timeskip] + + 2016--2017 & \textbf{Post-doctoral position} \\ + & \textit{Biomechanical modelling of blood platelet cytoskeleton during platelet activation} \\ + & Supervisor: \textbf{Nicolas \textsc{Glade}} \\ + & TIMC Laboratory CNRS UMR 5525 \\ + & Université Grenoble-Alpes \\[\timeskip] + + 2015--2016 & \textbf{Attaché Temporaire d'Enseignement et de Recherche ---} \\ + & \textbf{Temporary Teaching Assistant} \\ + & LACL Laboratory \\ + & Université Paris-Est Créteil \\[\timeskip] + + 2012--2015 & \textbf{PhD student} \\ + & \textit{On the Power and Universality of Biologically-inspired Models of Computation} \\ + & Supervisor: \textbf{Sergey \textsc{Verlan}}, defended on 2015-06-23 \\ + & LACL Laboratory \\ + & $192\text{h} = 3 \times 64\text{h}$ of teaching at the Departement of Computer Science \\ + & Université Paris-Est Créteil \\[\timeskip] +\end{tabularx} + +\noindent +\begin{tabularx}{\textwidth}{>{\bf}p{3cm} X} + 2011--2012 & \textbf{M1 student} \\ + & MSc programme \textit{Mathematics and Computer Science} \\ + & Google Summer of Code 2012 participant \\ + & University of the Academy of Science of Moldova \\[\timeskip] + + 2009--2012 & \textbf{Research engineer} (part time) \\ + & Supervisor: \textbf{Yurii \textsc{Rogozhin}} \\ + & Institute of Mathematics and Computer Science of Moldova \\[\timeskip] + + 2007--2011 & \textbf{Bachelor in Computer Engineering} \\ + & \emph{Average grade over the 4 years: 10 out of 10} \\ + & Google Summer of Code 2008 participant \\ + & Technical University of Moldova +\end{tabularx} + +%%% Local Variables: +%%% TeX-engine: luatex +%%% TeX-master: "hdr" +%%% End: diff --git a/hdr.tex b/hdr.tex index 77f8d80..ed0d374 100644 --- a/hdr.tex +++ b/hdr.tex @@ -26,6 +26,7 @@ \usepackage{fontspec} \usepackage{polyglossia} \usepackage{titlesec} +\usepackage{tabularx} \hypersetup{ pdfauthor={Sergiu Ivanov}, @@ -86,6 +87,8 @@ \newgeometry{top=2cm, bottom=2cm, left=2cm, right=2cm} \tableofcontents + +\input{cv} \end{document} %%% Local Variables: