Compare commits
3 Commits
bb41621afd
...
bdca42ac4e
Author | SHA1 | Date | |
---|---|---|---|
bdca42ac4e | |||
f8d6844197 | |||
0d203fe704 |
15
.gitignore
vendored
15
.gitignore
vendored
@ -1 +1,14 @@
|
||||
.venv
|
||||
*.log
|
||||
*.aux
|
||||
*.bbl
|
||||
*.blg
|
||||
*.out
|
||||
*.toc
|
||||
*.fls
|
||||
*.fdb_latexmk
|
||||
*~
|
||||
_minted-main
|
||||
_minted-preamble
|
||||
*.synctex.gz
|
||||
*.old
|
||||
.auctex-auto/
|
||||
|
224
cv-en.tex
Executable file
224
cv-en.tex
Executable file
@ -0,0 +1,224 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% MyOwnCV - English version
|
||||
%
|
||||
% Author: Samuel Ortion
|
||||
%
|
||||
% 2022-2023
|
||||
% Some right reserved
|
||||
%
|
||||
% Version v0.0.9 (2024-03-07)
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\documentclass[15pt]{mycv}
|
||||
|
||||
\usepackage{datenumber}
|
||||
\usepackage{fp}
|
||||
\usepackage{csquotes}
|
||||
\usepackage{luatextra}
|
||||
|
||||
\hypersetup{%
|
||||
pdfauthor={Samuel Ortion},%
|
||||
pdftitle={CV - Samuel Ortion},%
|
||||
pdfsubject={CV},%
|
||||
pdfkeywords={Computer Science, Biology}%
|
||||
}
|
||||
|
||||
\def\todayISO{\the\year-\ifnum\month<10\relax0\fi\the\month-\ifnum\day<10\relax0\fi\the\day}
|
||||
\begin{document}
|
||||
|
||||
\PrintableMode % Make the CV printable
|
||||
|
||||
% How old am I at compilation time ?
|
||||
\newcounter{dateone}%
|
||||
\newcounter{datetwo}%
|
||||
\setmydatenumber{dateone}{2003}{01}{21}%
|
||||
\setmydatenumber{datetwo}{\the\year}{\the\month}{\the\day}%
|
||||
\FPsub\result{\thedatetwo}{\thedateone}
|
||||
\FPdiv\myage{\result}{365.2425}
|
||||
\FPtrunc\myage{\myage}{0}
|
||||
|
||||
%
|
||||
% TOP BAR
|
||||
%
|
||||
\begin{TopBar}{\ColorTextSide}
|
||||
\vspace{2cm}
|
||||
\Name{\ColorHighlight}{\textbf{Samuel ORTION}}{Compational biology student}{\myage\ years old}
|
||||
\vspace{1cm}
|
||||
\begin{center}
|
||||
\Large Application to MixtAI Scholarship, Paris-Saclay
|
||||
\end{center}
|
||||
%%% Contact
|
||||
\end{TopBar}
|
||||
|
||||
%
|
||||
% SIDE BAR
|
||||
%
|
||||
\begin{SideBar}{\ColorBackground}{\ColorTextSide}
|
||||
|
||||
\TextSeparatorBis{\ColorHighlight}{\faHome}{Contact}
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [\faAt]\href{mailto:samuel@ortion.fr}{samuel@ortion.fr}
|
||||
\item [\faMobile]+33 (0) 6 21 58 03 48
|
||||
\item [\faMapMarker] Appt. B020 Estudines le Parc \\
|
||||
61 Bd.\ de L'Yerres \\
|
||||
91000 Évry - Courcouronnes
|
||||
\end{ItemList}
|
||||
|
||||
\vspace*{1em}
|
||||
|
||||
\TextSeparatorBis{\ColorHighlight} {\faLink}{Links}
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [\Large\faGlobe] \href{https://samuel.ortion.fr/}{samuel.ortion.fr}
|
||||
\item [\Large\faGitlab] \href{https://framagit.org/sortion/}{framagit.org/sortion}
|
||||
\item [\hspace{0.25em}${\includegraphics[height=15pt]{./img/icons/rosalind_logo_green.png}}$\hspace{0.25em}] \href{https://rosalind.info/users/Samulus.i.n/}{Samulus.i.n on Rosalind.info}
|
||||
\end{ItemList}
|
||||
\vspace{1cm}
|
||||
|
||||
%%% Hard skills
|
||||
\TextSeparatorBis{\ColorHighlight}{\faHammer}{Skills}
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [\faCode] C/C++, Rust, Python, R, shell \\
|
||||
JS, Java, PHP, OCaml\ldots
|
||||
\item [\faFileCode] HTML, CSS, \LuaLaTeX
|
||||
\item [\faDatabase] SQL
|
||||
\item [\faLinux] GNU/Linux, Docker, Slurm
|
||||
\item [\faGit*] Git
|
||||
\item [{$\includegraphics[height=15pt]{./img/icons/UML-green.png}$}] UML2
|
||||
\iffalse
|
||||
\item [\faFlask] Basic Laboratory Technics
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [\faDna] PCR, RT-PCR, Cloning
|
||||
\item [{$\includegraphics[height=15pt]{./img/icons/spectro-green.png}$}] Spectrophotometry
|
||||
\item [{$\includegraphics[height=15pt]{./img/icons/bacille-green.png}$}] Microorganism culture
|
||||
\item [{$\includegraphics[height=15pt]{./img/icons/microscope-green.png}$}] Microscopy
|
||||
\item [{$\includegraphics[height=15pt]{./img/icons/electrophorese-green}$}] Electrophoresis
|
||||
\end{ItemList}
|
||||
\fi
|
||||
\end{ItemList}
|
||||
\vspace{1cm}
|
||||
|
||||
%%% Languages
|
||||
\TextSeparatorBis{\ColorHighlight}{\faLanguage}{Languages}
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] French (native)
|
||||
\item [] English (B2, TOEIC Score 870)
|
||||
\item [] German (A2)
|
||||
\end{ItemList}
|
||||
|
||||
\vspace{2cm}
|
||||
\texttt{\color{gray}updated on \todayISO}
|
||||
\end{SideBar}
|
||||
|
||||
%
|
||||
% Picture
|
||||
%
|
||||
\DefineProfile{\ColorOther}{\ColorTextSide}{./img/portrait_sortion_pj-crop.jpeg}
|
||||
|
||||
%
|
||||
% Main
|
||||
%
|
||||
\begin{MainPart}
|
||||
|
||||
%%% Education
|
||||
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Education}{\faGraduationCap}
|
||||
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
{Master Genomics, Informatics and Mathematics for Health and Environment}
|
||||
{Université d'Évry val d'Essonne -- Université Paris-Saclay}
|
||||
{2023-present}
|
||||
{
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] Participation to the Digital for Genomics Hackathon 2024 (Genopole): \href{https://github.com/sebgra/intelligent_antibodies/}{\textit{intelligent antibodies}} team.
|
||||
\end{ItemList}
|
||||
}
|
||||
|
||||
%\vspace{0.5cm}
|
||||
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
{\href{https://www.universite-paris-saclay.fr/formation/licence-double-diplome/informatique-sciences-de-la-vie/}
|
||||
{Bachelor's Degree in Computer Science and Biology}
|
||||
}
|
||||
{Université d'Évry val d'Essonne -- Université Paris-Saclay}
|
||||
{ \hfill 2020-2023}
|
||||
{
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] Participation to the Digital for Genomics Hackathon 2023 at Évry Genopole with the \textit{DeepContact} team (Institut Pasteur).
|
||||
\item [] Member of the iGEM 2023 Évry -- Paris-Saclay team.
|
||||
\end{ItemList}
|
||||
}
|
||||
|
||||
\vspace{0.25cm}
|
||||
|
||||
%%% Experiences
|
||||
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Experience}{\faSuitcase}
|
||||
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
{Bioinformatics Internship}
|
||||
{Laboratoire de mathématiques et modélisation d'Évry -- statistique et génome}
|
||||
{April-July 2024}
|
||||
{
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] Contribution to FTAG-Finder, a pipeline to detect gene families and tandemly arrayed genes from a single species' proteome
|
||||
\end{ItemList}
|
||||
}
|
||||
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
{Bioinformatics Internship}
|
||||
{Institut Pasteur - Spatial Regulation of Genomes}
|
||||
{July-August 2023}
|
||||
{
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] An attempt to avoid too heavy
|
||||
Hi-C reads mapping on genomes with numerous repeated sequences with an heuristics\iffalse, with an approximation based on previously annotated repeats positions\fi.
|
||||
\end{ItemList}
|
||||
}
|
||||
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
{Neuroscience Internship}
|
||||
{Lyon Neuroscience Research Center -- Olfaction: from Coding to Memory}
|
||||
{May-July 2023}
|
||||
{
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] Electrophysiological signal analysis in rats (LFP and respiration)\iffalse (signal processing with Python libraries)\fi.
|
||||
\end{ItemList}
|
||||
}
|
||||
|
||||
\iffalse
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
{Computer Science Internship ()}
|
||||
{\href{https://www.natural-solutions.eu/}{Natural-Solutions}}
|
||||
{January 2022}
|
||||
{
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] Contribution to a deep learning project aiming at automatic detection and identification of nocturnal bird flight calls: \href{https://nocturnal-bird-migration.com/}{NBM Challenge}.
|
||||
\end{ItemList}
|
||||
}
|
||||
\fi
|
||||
|
||||
\vspace{0.25cm}
|
||||
|
||||
%%% Activities
|
||||
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Activities}{\faUsers}
|
||||
\vspace{0.5cm}
|
||||
|
||||
\begin{DoubleColumns}
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] Bird watching \& Bat recording (Vigie-Chiro)
|
||||
\item [] \href{https://jebif.fr/}{JeBiF} (member of the administration committee)
|
||||
\end{ItemList}
|
||||
\nextcolumn
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] Software development
|
||||
\item [] \href{https://liness.org/}{Liness Linux User Group}
|
||||
\item [] \href{https://bioinfo-fr.net/author/samuel-ortion}{bioinfo-fr.net} blog
|
||||
\end{ItemList}
|
||||
\end{DoubleColumns}
|
||||
\end{MainPart}
|
||||
|
||||
\end{document}
|
@ -1,12 +1,12 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% MyOwnCV - French version
|
||||
%
|
||||
% @author Samuel ORTION
|
||||
% Author: Samuel ORTION
|
||||
%
|
||||
% 🄯 2022-2023
|
||||
% Some right reserved
|
||||
%
|
||||
% @version v0.0.6 (2023-07-29)
|
||||
% @version v0.0.8 (2024-03-18)
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\documentclass[11pt]{mycv}
|
||||
@ -85,34 +85,34 @@
|
||||
%%% Goal
|
||||
\begin{center}
|
||||
\Large
|
||||
\textbf{\textit{Stage à l'Institut Pasteur}} \\
|
||||
\textbf{\textit{Candidature PhD-Track}} \\
|
||||
\end{center}
|
||||
\vspace{1cm}
|
||||
|
||||
\TextSeparatorBis{\ColorHighlight} {\faLink}{Liens}
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [\Large\faGlobe] \:\href{https://samuel.ortion.fr/}{samuel.ortion.fr}
|
||||
\item [\Large\faGit] \href{https://framagit.org/sortion}{sortion} (\href{https://forge.chapril.org/sortion/}{\includegraphics[height=7pt]{../img/icons/Gitea_Logo.png}}, \href{https://framagit.org/sortion}{\faGitlab}, \href{https://github.com/UncleSamulus}{\faGithub})
|
||||
\item [\Large\faGit] \href{https://framagit.org/sortion}{sortion} (\href{https://forge.chapril.org/sortion/}{\includegraphics[height=7pt]{./img/icons/Gitea_Logo.png}}, \href{https://framagit.org/sortion}{\faGitlab}, \href{https://github.com/UncleSamulus}{\faGithub})
|
||||
\end{ItemList}
|
||||
\vspace{1cm}
|
||||
|
||||
%%% Hard skills
|
||||
\TextSeparatorBis{\ColorHighlight}{\faGears}{Compétences}
|
||||
\TextSeparatorBis{\ColorHighlight}{}{Compétences}
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [\faCode] C/C++, Rust, Python, R, JS, Java, SHELL, PHP, OCaml\ldots
|
||||
\item [\faFileCodeO] HTML, CSS, \LuaLaTeX
|
||||
\item [\faFileCode] HTML, CSS, \LuaLaTeX
|
||||
\item [\faDatabase] SQL
|
||||
\item [\faLinux] GNU/Linux, Docker
|
||||
\item [\faGit] Git
|
||||
\item [{$\includegraphics[height=10pt]{../img/icons/UML-green.png}$}] UML2
|
||||
\item [{$\includegraphics[height=10pt]{./img/icons/UML-green.png}$}] UML2
|
||||
% \item [\faCubes]
|
||||
\item [\faFlask] \fboxrule=0pt
|
||||
\begin{itemize}
|
||||
\item [{$\includegraphics[height=12pt]{../img/icons/dna-green.png}$}] PCR, RT-PCR, Clonage
|
||||
\item [{$\includegraphics[height=10pt]{../img/icons/spectro-green.png}$}] Spectrophotométrie
|
||||
\item [{$\includegraphics[height=10pt]{../img/icons/bacille-green.png}$}] Culture microbienne
|
||||
\item [{$\includegraphics[height=10pt]{../img/icons/microscope-green.png}$}] Microscopie optique
|
||||
\item [{$\includegraphics[height=10pt]{../img/icons/electrophorese-green}$}] Électrophorèse
|
||||
\item [{$\includegraphics[height=12pt]{./img/icons/dna-green.png}$}] PCR, RT-PCR, Clonage
|
||||
\item [{$\includegraphics[height=10pt]{./img/icons/spectro-green.png}$}] Spectrophotométrie
|
||||
\item [{$\includegraphics[height=10pt]{./img/icons/bacille-green.png}$}] Culture microbienne
|
||||
\item [{$\includegraphics[height=10pt]{./img/icons/microscope-green.png}$}] Microscopie optique
|
||||
\item [{$\includegraphics[height=10pt]{./img/icons/electrophorese-green}$}] Électrophorèse
|
||||
\end{itemize}
|
||||
\end{ItemList}
|
||||
\vspace{1cm}
|
||||
@ -131,7 +131,7 @@
|
||||
%----------------------------------------------------------------------------------------
|
||||
% Picture
|
||||
%----------------------------------------------------------------------------------------
|
||||
\DefineProfile{\ColorOther}{\ColorTextSide}{../img/portrait.jpg}
|
||||
\DefineProfile{\ColorOther}{\ColorTextSide}{./img/portrait_sortion_pj-crop.jpeg}
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% Main
|
||||
@ -141,16 +141,16 @@
|
||||
%%% Education
|
||||
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Études}{\faGraduationCap}
|
||||
|
||||
% \Experience
|
||||
% {\ColorHighlight}
|
||||
% {Master \textit{Genomics, Informatics and Mathematics for Health and Environment}}
|
||||
% {Université Paris-Saclay}
|
||||
% {2023-\faUndo}
|
||||
% {
|
||||
% % \begin{itemize}
|
||||
% % \item Master de bioinformatique de l'Université Paris-Saclay.
|
||||
% % \end{itemize}
|
||||
% }
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
{Master \textit{Genomics, Informatics and Mathematics for Health and Environment}}
|
||||
{Université Paris-Saclay}
|
||||
{2023-present}
|
||||
{
|
||||
\begin{itemize}
|
||||
\item Mention du Master de bioinformatique de l'Université Paris-Saclay.
|
||||
\end{itemize}
|
||||
}
|
||||
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
@ -163,22 +163,20 @@
|
||||
\item Participation au hackathon Digital for Genomics (édition 2023).
|
||||
\end{itemize}
|
||||
}
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
{Baccalauréat Scientifique, option Sciences de la Vie et de la Terre, mention européenne}
|
||||
{Lycée Notre-Dame, Le Mans}
|
||||
{2017-2020}
|
||||
{
|
||||
\begin{itemize}
|
||||
\item Baccalauréat série S - SVT, obtenu avec mention très bien;
|
||||
\item Mention européenne anglais - SVT, et Participation au \textquote{\href{https://passeportrecherche.univ-nantes.fr/}{Passeport Recherche}};
|
||||
\item Participation aux \href{https://www.olympiades-chimie.fr/}{Olympiades de la Chimie} (1\textsuperscript{er} aux épreuves départementales sarthoises).
|
||||
\end{itemize}
|
||||
}
|
||||
|
||||
%%% Experiences
|
||||
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Expériences}{\faSuitcase}
|
||||
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
{Stage de bioinformatique}
|
||||
{Institut Pasteur - Régulation Spatiale des Génomes}
|
||||
{Juillet-Août 2023}
|
||||
{
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] Développement d'un script Python visant à éviter un mapping trop lourd des reads de Hi-C sur les génomes contenant des éléments répétés, en se basant sur des annotations des positions d'éléments répétés (\texttt{RepeatMasker}).
|
||||
\end{ItemList}
|
||||
}
|
||||
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
{Stage de recherche en Neurosciences}
|
||||
@ -210,10 +208,10 @@
|
||||
\item [] Observation des oiseaux et partage des données sur Faune-France;
|
||||
\item [] Enregistrement des chauve-souris;
|
||||
\item [] \href{https://gallery.samuel.ortion.fr/}{Photographie Naturaliste~\faLink};
|
||||
\item [] Développement logiciel et adminsys GNU/Linux;
|
||||
\item [] Développement logiciel et administration systèmes GNU/Linux;
|
||||
\item [] Groupe d'Utilisateurs des Logiciels Libres \href{https://liness.org/}{Linux Essonnes~\faLink};
|
||||
\item [] Écriture d'articles sur \href{https://bioinfo-fr.net/author/samuel-ortion/}{Bioinfo-fr.net~\faLink};
|
||||
\item [] Résolutions de problèmes bioinformatiques via \href{https://rosalind.info/users/Samulus.i.n/}{Rosalind.info~{\includegraphics[height=14pt]{../img/icons/rosalind-green.png}}}.
|
||||
\item [] Résolutions de problèmes bioinformatiques sur \href{https://rosalind.info/users/Samulus.i.n/}{Rosalind.info~{\includegraphics[height=14pt]{./img/icons/rosalind-green.png}}}.
|
||||
\end{ItemList}
|
||||
\end{MainPart}
|
||||
|
BIN
doc/cv-en.pdf
BIN
doc/cv-en.pdf
Binary file not shown.
BIN
doc/cv-fr.pdf
BIN
doc/cv-fr.pdf
Binary file not shown.
BIN
img/icons/rosalind_logo_green.png
Executable file
BIN
img/icons/rosalind_logo_green.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
img/icons/rosalind_logo_red.png
Executable file
BIN
img/icons/rosalind_logo_red.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
img/icons/rosalind_logo_white.png
Executable file
BIN
img/icons/rosalind_logo_white.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
BIN
img/portrait_sortion_pj-crop-redim.jpeg
Executable file
BIN
img/portrait_sortion_pj-crop-redim.jpeg
Executable file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
img/portrait_sortion_pj-crop.jpeg
Executable file
BIN
img/portrait_sortion_pj-crop.jpeg
Executable file
Binary file not shown.
After Width: | Height: | Size: 196 KiB |
BIN
img/portrait_sortion_pj.jpeg
Executable file
BIN
img/portrait_sortion_pj.jpeg
Executable file
Binary file not shown.
After Width: | Height: | Size: 267 KiB |
BIN
modern-cv-en.pdf
Normal file
BIN
modern-cv-en.pdf
Normal file
Binary file not shown.
72
modern-cv-en.tex
Normal file
72
modern-cv-en.tex
Normal file
@ -0,0 +1,72 @@
|
||||
% 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}
|
@ -28,7 +28,7 @@
|
||||
\usepackage{lipsum}
|
||||
\pagestyle{empty} % No headers or footers
|
||||
\usepackage{moresize} % Provides more font size commands (\HUGE and \ssmall)
|
||||
\usepackage{fontawesome} % fontawesome
|
||||
\usepackage[fixed]{fontawesome5}
|
||||
\usepackage{ifthen}
|
||||
|
||||
|
||||
@ -42,6 +42,7 @@
|
||||
\definecolor{GreenArmy}{HTML}{252e25}
|
||||
\definecolor{GreenIT}{HTML}{4caf50}
|
||||
|
||||
|
||||
%%%%% color macros, use it at the beginning of your cv to quickly use the enterprise colors (Pro HRD tips)
|
||||
\newcommand{\DefineColorMacros}[5]{% COLORS : TextSide / TextMain / HighLight / Background /Other
|
||||
\def\ColorTextSide{#1}
|
||||
@ -70,8 +71,10 @@
|
||||
% \usepackage[T1]{fontenc} % Output font encoding for international characters
|
||||
|
||||
% \usepackage{roboto}
|
||||
\usepackage[scaled]{helvet}
|
||||
\renewcommand*\familydefault{\sfdefault} % Force the sans-serif version of any font used
|
||||
% \usepackage[scaled]{helvet}
|
||||
\usepackage{fontspec}
|
||||
\setmainfont{Latin Modern Mono}
|
||||
% \renewcommand*\familydefault{\sfdefault} % Force the sans-serif version of any font used
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% GEOMETRIE
|
||||
@ -197,7 +200,7 @@
|
||||
%%% Name
|
||||
\newcommand{\Name}[4]% Highlight color, Name, Profession, Age
|
||||
{
|
||||
{\HUGE{\textbf{\color{#1}#2}}\\[0.5cm]
|
||||
{\Huge{\textbf{\color{#1}#2}}\\[0.5cm]
|
||||
\Large{#3}
|
||||
\hfill
|
||||
\Large{#4}}
|
13
tex/.gitignore
vendored
13
tex/.gitignore
vendored
@ -1,13 +0,0 @@
|
||||
*.log
|
||||
*.aux
|
||||
*.bbl
|
||||
*.blg
|
||||
*.out
|
||||
*.toc
|
||||
*.fls
|
||||
*.fdb_latexmk
|
||||
*~
|
||||
_minted-main
|
||||
_minted-preamble
|
||||
*.synctex.gz
|
||||
*.old
|
@ -1,24 +0,0 @@
|
||||
# Minted
|
||||
&set_tex_cmds( '-shell-escape %O '
|
||||
. '\'\PassOptionsToPackage{outputdir={%Y}}{minted}\input{%S}\''
|
||||
);
|
||||
|
||||
$pdflatex = 'lualatex -shell-escape -file-line-error -interaction=nonstopmode -synctex=1 -output-directory=build %O %S | texlogsieve';
|
||||
$aux_dir = 'build';
|
||||
$bibtex_use = 2;
|
||||
# Amend cleaned extensions
|
||||
$clean_ext .= " fdb_latexmk run.xml synctex.gz";
|
||||
# Make latexmk quiet
|
||||
$latexmk_silent = 1;
|
||||
|
||||
# Makeglossaries
|
||||
add_cus_dep('acn', 'acr', 0, 'makeglossaries');
|
||||
add_cus_dep('glo', 'gls', 0, 'makeglossaries');
|
||||
$clean_ext .= " acr acn alg glo gls glg";
|
||||
|
||||
sub makeglossaries {
|
||||
my ($base_name, $path) = fileparse( $_[0] );
|
||||
my @args = ( "-q", "-d", $path, $base_name );
|
||||
if ($silent) { unshift @args, "-q"; }
|
||||
return system "makeglossaries", "-d", $path, $base_name;
|
||||
}
|
BIN
tex/cv-en.pdf
BIN
tex/cv-en.pdf
Binary file not shown.
222
tex/cv-en.tex
222
tex/cv-en.tex
@ -1,222 +0,0 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% MyOwnCV - English version
|
||||
%
|
||||
% Author Samuel ORTION
|
||||
%
|
||||
% 🄯 2022-2023
|
||||
% Some right reserved
|
||||
%
|
||||
% Version v0.0.6 (2023-07-29)
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\documentclass[11pt]{mycv}
|
||||
\usepackage[french]{babel}
|
||||
|
||||
|
||||
\usepackage{datenumber}
|
||||
\usepackage{fp}
|
||||
\usepackage{luatextra}
|
||||
\usepackage{csquotes}
|
||||
|
||||
\hypersetup{
|
||||
pdfauthor={Samuel ORTION},
|
||||
pdftitle={Samuel ORTION's CV},
|
||||
pdfsubject={CV},
|
||||
pdfkeywords={Computer Science, Biology}
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\PrintableMode % Make the CV printable
|
||||
|
||||
% How old am I at compilation time ?
|
||||
\newcounter{dateone}%
|
||||
\newcounter{datetwo}%
|
||||
\setmydatenumber{dateone}{2003}{01}{21}%
|
||||
\setmydatenumber{datetwo}{\the\year}{\the\month}{\the\day}%
|
||||
\FPsub\result{\thedatetwo}{\thedateone}
|
||||
\FPdiv\myage{\result}{365.2425}
|
||||
\FPtrunc\myage{\myage}{0}
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% TOP BAR
|
||||
%----------------------------------------------------------------------------------------
|
||||
\begin{TopBar}{\ColorTextSide}
|
||||
\Name{\ColorHighlight}{Samuel \textsc{Ortion}}{Bioinformatics student}{\myage\ years old}
|
||||
|
||||
%%% Contact
|
||||
\TextSeparator{\ColorHighlight}{Contact}
|
||||
\begin{DoubleColumns}
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [\faAt]\href{mailto:samuel@ortion.fr}{samuel@ortion.fr}
|
||||
\item [\Large\faMobile]\:06 21 58 03 48
|
||||
\end{ItemList}
|
||||
\nextcolumn
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [\Large\faMapMarker]
|
||||
Appt. B020 Estudines le Parc \\
|
||||
61 Bd. de L'Yerres \\
|
||||
91000 Évry - Courcouronnes
|
||||
\end{ItemList}
|
||||
\end{DoubleColumns}
|
||||
|
||||
%%% Interests
|
||||
\TextSeparator{\ColorHighlight}{Interests}
|
||||
\begin{TripleColumns}
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] Ornithology
|
||||
\item [] Bioacoustics
|
||||
\end{ItemList}
|
||||
\nextcolumn
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] Biology
|
||||
\item [] Evolution
|
||||
\end{ItemList}
|
||||
\nextcolumn
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] Computer Science
|
||||
\item [] Machine learning
|
||||
\end{ItemList}
|
||||
\end{TripleColumns}
|
||||
\end{TopBar}
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% SIDE BAR
|
||||
%----------------------------------------------------------------------------------------
|
||||
\begin{SideBar}{\ColorBackground}{\ColorTextSide}
|
||||
|
||||
%%% Goal
|
||||
\begin{center}
|
||||
\Large
|
||||
\textbf{\textit{Internship at Pasteur Institute}} \\
|
||||
\end{center}
|
||||
|
||||
\TextSeparatorBis{\ColorHighlight} {\faLink}{Links}
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [\Large\faGlobe] \:\href{https://samuel.ortion.fr/}{samuel.ortion.fr}
|
||||
\item [\Large\faGit] \href{https://framagit.org/sortion}{sortion} (\href{https://forge.chapril.org/sortion/}{\includegraphics[height=7pt]{../img/icons/Logo_Gitea.png}}, \href{https://framagit.org/sortion}{\faGitlab}, \href{https://github.com/UncleSamulus}{\faGithub})
|
||||
\end{ItemList}
|
||||
\vspace{1cm}
|
||||
|
||||
%%% Hard skills
|
||||
\TextSeparatorBis{\ColorHighlight}{\faGears}{Skills}
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [\faCode] C/C++, Rust, Python, R, JS, Java, SHELL, PHP, OCaml\ldots
|
||||
\item [\faFileCodeO] HTML, CSS, \LuaLaTeX
|
||||
\item [\faDatabase] SQL
|
||||
\item [\faLinux] GNU/Linux, Docker
|
||||
\item [\faGit] Git
|
||||
\item [{$\includegraphics[height=10pt]{../img/icons/UML-green.png}$}] UML2
|
||||
% \item [\faCubes]
|
||||
\item [\faFlask]
|
||||
\begin{itemize}
|
||||
\item [{$\includegraphics[height=12pt]{../img/icons/dna-green.png}$}] PCR, RT-PCR, Clone
|
||||
\item [{$\includegraphics[height=10pt]{../img/icons/spectro-green.png}$}] Spectrophotometry
|
||||
\item [{$\includegraphics[height=10pt]{../img/icons/bacille-green.png}$}] Microrganism culture
|
||||
\item [{$\includegraphics[height=10pt]{../img/icons/microscope-green.png}$}] Microscopy
|
||||
\item [{$\includegraphics[height=10pt]{../img/icons/electrophorese-green}$}] Electrophoresis
|
||||
\end{itemize}
|
||||
\end{ItemList}
|
||||
\vspace{1cm}
|
||||
|
||||
%%% Languages
|
||||
\TextSeparatorBis{\ColorHighlight}{\faLanguage}{Languages}
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] French (native)
|
||||
\item [] English (B2, TOEIC Score 870)
|
||||
\item [] German (A2)
|
||||
\end{ItemList}
|
||||
\end{SideBar}
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% Picture
|
||||
%----------------------------------------------------------------------------------------
|
||||
\DefineProfile{\ColorOther}{\ColorTextSide}{../img/portrait.jpg}
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% Main
|
||||
%----------------------------------------------------------------------------------------
|
||||
\begin{MainPart}
|
||||
|
||||
%%% Education
|
||||
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Education}{\faGraduationCap}
|
||||
|
||||
% \Experience
|
||||
% {\ColorHighlight}
|
||||
% {Master of Bioinformatics}
|
||||
% {Université d'Évry val d'Essonne -- Paris-Saclay}
|
||||
% {2023}
|
||||
% {
|
||||
% Write here your description.\\
|
||||
%
|
||||
%
|
||||
% }
|
||||
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
{\href{https://www.universite-paris-saclay.fr/formation/licence-double-diplome/informatique-sciences-de-la-vie/}{Double bachelor degree in Biology and Computer Science}}
|
||||
{Évry -- Paris-Saclay University, France}
|
||||
{2020-\faUndo}
|
||||
{
|
||||
\begin{itemize}
|
||||
\item Introduction to computational biology through little projects along the cursus;
|
||||
\item Participation to the Digital for Genomics Hackathon 2023 edition.
|
||||
\end{itemize}
|
||||
}
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
{High School Diploma in Science (Bac S) - Biology and Earth Sciences major - English European Mention}
|
||||
{Lycée Notre-Dame, Le Mans, France}
|
||||
{2017-2020}
|
||||
{
|
||||
\begin{itemize}
|
||||
\item Baccalaureate with highest honours, with a DNL SVT European
|
||||
mention (biology and earth sciences in English);
|
||||
\item \textquote{\href{https://passeportrecherche.univ-nantes.fr/}{Research Passport}}.
|
||||
\item \href{https://www.olympiades-chimie.fr/}{Olympiades de la Chimie} (qualified 1\textsuperscript{st} in departmental contest, Sarthe, 2020).
|
||||
\end{itemize}
|
||||
}
|
||||
|
||||
%%% Experiences
|
||||
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Work Experiences}{\faSuitcase}
|
||||
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
{Neurosciences Internship}
|
||||
{Centre de Recherche en Neurosciences de Lyon}
|
||||
{May-June 2023}
|
||||
{
|
||||
\begin{itemize}
|
||||
\item Electrophysiological (LFP, respiration and whisking) signals analysis in rats;
|
||||
\item Python scripting for data analysis and visualization.
|
||||
\end{itemize}
|
||||
}
|
||||
|
||||
|
||||
\Experience
|
||||
{\ColorHighlight}
|
||||
{Computer Science Intership}
|
||||
{\href{https://www.natural-solutions.eu/}{Natural-Solutions}}
|
||||
{January 2022}
|
||||
{
|
||||
\begin{itemize}
|
||||
\item One-week internship in the \href{https://www.natural-solutions.eu/}{Natural-Solutions} web development agence, based in Marseille~\faLink.
|
||||
\item Contributed to the development of an artificial intelligence involved in automatic nocturnal bird flight call detection and identification for the \href{https://nocturnal-bird-migration.com/}{NBM Challenge~\faLink}.
|
||||
\end{itemize}
|
||||
}
|
||||
|
||||
%%% Activities
|
||||
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Activities}{\faUsers}
|
||||
\vspace*{0.5cm}
|
||||
\begin{ItemList}{\ColorHighlight}
|
||||
\item [] Bird watching, sighting data sharing on crowd sourced database;
|
||||
\item [] Bat ultrasound recording and analyzis (Vigie-Chiro);
|
||||
\item [] \href{https://gallery.samuel.ortion.fr/}{Wildlife Photography~\faLink};
|
||||
\item [] Software development \& GNU/Linux system administration;
|
||||
\item [] \href{https://liness.org/}{Liness Linux User Group~\faLink};
|
||||
\item [] Contributor to \url{https://bioinfo-fr.net} blog~\faLink;
|
||||
\item [] Bioinformatics learning through problem solving at \href{https://rosalind.info/users/Samulus.i.n/}{Rosalind.info~{\includegraphics[height=14pt]{../img/icons/rosalind-green.png}}}.
|
||||
\end{ItemList}
|
||||
\end{MainPart}
|
||||
|
||||
\end{document}
|
BIN
tex/cv-fr.pdf
BIN
tex/cv-fr.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user