73 lines
2.9 KiB
TeX
73 lines
2.9 KiB
TeX
|
% source: https://gitlab.com/kroetentunnel/latex-application/-/blob/main/CV-EN.tex?ref_type=heads
|
||
|
\documentclass[10pt, legalpaper]{moderncv}
|
||
|
\usepackage[margin=2.5cm]{geometry}
|
||
|
\moderncvtheme[green]{classic}
|
||
|
\usepackage{fontspec}
|
||
|
\setmainfont{Latin Modern Mono}
|
||
|
\usepackage[scale=0.65]{geometry}
|
||
|
\usepackage{graphicx}
|
||
|
\usepackage[french,english,]{babel}
|
||
|
\usepackage{german}
|
||
|
\usepackage{color}
|
||
|
\usepackage{url}
|
||
|
\usepackage{fancyhdr}
|
||
|
\usepackage{lastpage}
|
||
|
\usepackage{telprint}
|
||
|
\usepackage{luatextra}
|
||
|
\pagestyle{fancy}
|
||
|
%\setlength{\makecvtitlenamewidth}{10cm}
|
||
|
\title{Application to M2 GENIOMHE}
|
||
|
\firstname{Samuel}
|
||
|
\familyname{Ortion}
|
||
|
\address{Appt. B020, 61 Boulevard de L'Yerres}{91000 Évry, France}
|
||
|
\social[github]{samuelortion}
|
||
|
\phone{\telprint{+33 (0) 6 21 58 03 48}}
|
||
|
\email{samuel.ortion@orange.fr}
|
||
|
\homepage{samuel.ortion.fr}
|
||
|
\photo[64pt]{../img/portrait_sortion_pj-crop-redim.jpeg}
|
||
|
\def\todayISO{\the\year-\ifnum\month<10\relax0\fi\the\month-\ifnum\day<10\relax0\fi\the\day}
|
||
|
\begin{document}
|
||
|
%\cfoot{--- \thepage\ of \pageref{LastPage} ---}
|
||
|
%\cfoot{---~\thepage~/~\pageref{LastPage}~---}
|
||
|
\maketitle
|
||
|
\section{personal data}\label{personal-data}
|
||
|
\cvline{birth date}{2003-01-21}
|
||
|
\section{knowledge}\label{knowledge}
|
||
|
\cvline{biology}{molecular biology, genetics, bioinformatics}
|
||
|
\cvline{IT}{git, GNU/Linux, bash, nginx, SQL, Slurm, Docker, QEMU/KVM, \LuaLaTeX}
|
||
|
\cvline{programming}{C/C++, Rust, Python, R, JavaScript, Java, Perl, PHP}
|
||
|
\section{languages}\label{languages}
|
||
|
\cvline{English}{B2 (TOEIC score 870)}
|
||
|
\cvline{German}{A2}
|
||
|
\cvline{French}{native}
|
||
|
|
||
|
\section{internships}\label{internships}
|
||
|
\cventry{july-august 2023} {\href{https://pasteur.fr/}{Institut Pasteur, Regulation Spatiale des Génomes}}{}{Paris}{}{
|
||
|
\begin{itemize}
|
||
|
\item an attempt to avoid a too heavy mapping step on genome with repeats using an approximation based on repeats distribution for Hi-C contact maps reconstruction
|
||
|
\end{itemize}}
|
||
|
\cventry{may-july 2023} {\href{https://www.crnl.fr}{Lyon Neuroscience Research Center}}{}{Lyon}{}{
|
||
|
\begin{itemize}
|
||
|
\item analysis of electrophysiological data from rats learning an odor recognition task
|
||
|
\end{itemize}}
|
||
|
\cventry{january 2022} {\href{https://www.natural-solutions.eu/}{Natural Solutions}}{}{}{}{
|
||
|
\begin{itemize}
|
||
|
\item contribution to the documentation of a deep-learning project aiming to identify nocturnal bird calls
|
||
|
\end{itemize}}
|
||
|
|
||
|
% Education
|
||
|
\section{education}\label{education}
|
||
|
\cventry{2023--present}{Master}{Genomics, Informatics and Mathematics for Health and Environment}{Université Paris-Saclay}{Évry}{}
|
||
|
\cventry{2020--2023}{Bachelor's Degree}{Computer Science and Biology}{Université Paris-Saclay}{Évry}{}{
|
||
|
}
|
||
|
|
||
|
\section{participation}\label{participation}
|
||
|
|
||
|
\cventry{2023}{Hackathon}{Digitals 4 Genomics}{DeepContact team}{}{}
|
||
|
\cventry{2022-2023}{iGEM}{Evry Paris-Saclay}{OptogeneEyeSis}{}{}
|
||
|
|
||
|
% end
|
||
|
\vfill
|
||
|
\textit{\color{gray} last update: \todayISO}
|
||
|
\end{document}
|