203 lines
7.6 KiB
TeX
Executable File
203 lines
7.6 KiB
TeX
Executable File
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% MyOwnCV - French version
|
|
%
|
|
% @author Samuel ORTION
|
|
%
|
|
% 🄯 2022
|
|
% Some right reserved
|
|
%
|
|
% @version v0.0.2 (2023-0)
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\documentclass[11pt]{mycv}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[french]{babel}
|
|
|
|
\usepackage{datenumber}
|
|
\usepackage{fp}
|
|
|
|
\begin{document}
|
|
|
|
% \PrintableMode % Make the CV printable
|
|
|
|
\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}}{Étudiant en L3}{\myage\ ans}
|
|
%%% Contact
|
|
\TextSeparator{\ColorHighlight}{Contact}
|
|
\begin{DoubleColumns}
|
|
\begin{ItemList}{\ColorHighlight}
|
|
\item [\large\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}{Centres d'intérêts}
|
|
\begin{TripleColumns}
|
|
\begin{ItemList}{\ColorHighlight}
|
|
\item [] Ornithologie
|
|
\item [] Bioacoustique
|
|
\end{ItemList}
|
|
\nextcolumn
|
|
\begin{ItemList}{\ColorHighlight}
|
|
\item [] Biologie
|
|
\item [] Évolution
|
|
\end{ItemList}
|
|
\nextcolumn
|
|
\begin{ItemList}{\ColorHighlight}
|
|
\item [] Informatique \\
|
|
\item [] \textit{Computer\:Vision}
|
|
\end{ItemList}
|
|
\end{TripleColumns}
|
|
\end{TopBar}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% SIDE BAR
|
|
%----------------------------------------------------------------------------------------
|
|
\begin{SideBar}{\ColorBackground}{\ColorTextSide}
|
|
|
|
%%% Goal
|
|
\begin{center}
|
|
\Large
|
|
\textbf{\em{Candidature master de bioinformatique}} \\
|
|
\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/UncleSamulus}{UncleSamulus} (\href{https://forge.chapril.org/UncleSamulus/}{\includegraphics[height=7pt]{../img/icons/Gitea_Logo.png}}, \href{https://framagit.org/UncleSamulus}{\faGitlab}, \href{https://github.com/UncleSamulus}{\faGithub})
|
|
\item [{$\includegraphics[height=14pt]{../img/icons/rosalind-green.png}$}] \href{https://rosalind.info/users/Samulus.i.n/}{Rosalind.info}
|
|
\end{ItemList}
|
|
\vspace{1cm}
|
|
|
|
%%% Hard skills
|
|
\TextSeparatorBis{\ColorHighlight}{\faGears}{Compétences}
|
|
\begin{ItemList}{\ColorHighlight}
|
|
\item [\faCode] C/C++, Python, R, JS, Java, \\SHELL, PHP, OCaml
|
|
\item [\faFileCodeO] HTML, CSS, \LaTeX
|
|
\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] \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
|
|
\end{itemize}
|
|
\end{ItemList}
|
|
\vspace{1cm}
|
|
|
|
%%% Languages
|
|
\TextSeparatorBis{\ColorHighlight}{\faLanguage}{Langues}
|
|
|
|
\begin{ItemList}{\ColorHighlight}
|
|
\item [] Anglais (B2)
|
|
\end{ItemList}
|
|
\vspace{1cm}
|
|
|
|
\end{SideBar}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% Picture
|
|
%----------------------------------------------------------------------------------------
|
|
\DefineProfile{\ColorOther}{\ColorTextSide}{../img/portrait.jpg}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% Main
|
|
%----------------------------------------------------------------------------------------
|
|
\begin{MainPart}
|
|
|
|
%%% Education
|
|
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Études}{\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/}{Licence Double Sciences de la Vie - Informatique}}
|
|
{Université d'Évry val d'Essonne -- Paris-Saclay}
|
|
{2020-\faUndo}
|
|
{
|
|
Double cursus en biologie et informatique à l'Université d'Évry val d'Essonne (formation de l'Université Paris-Saclay).\\
|
|
}
|
|
\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}
|
|
{
|
|
Baccalauréat série S - SVT, obtenu avec mention très bien.
|
|
|
|
Mention européenne anglais - SVT, et Participation au Passeport Recherche.
|
|
|
|
Participation aux \href{https://www.olympiades-chimie.fr/}{Olympiades de la Chimie} (1\textsuperscript{er} aux épreuves départementales sarthoises).
|
|
}
|
|
|
|
%%% Experiences
|
|
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Expériences}{\faSuitcase}
|
|
\Experience
|
|
{\ColorHighlight}
|
|
{Stage d'informatique}
|
|
{\href{https://www.natural-solutions.eu/}{Natural-Solutions}}
|
|
{Janvier 2022}
|
|
{
|
|
Stage d'une semaine chez \href{https://www.natural-solutions.eu/}{Natural-Solutions~\faLink}, une agence de développement web basée à Marseille.
|
|
|
|
Contribution à la mise en place d'une IA pour la reconnaissance des cris nocturnes d'oiseaux, dans le cadre du challenge \href{https://nocturnal-bird-migration.com/}{NBM~\faLink}.
|
|
}
|
|
% \Experience
|
|
% {\ColorHighlight}
|
|
% {Happiness manager}
|
|
% {Nowhere}
|
|
% {1968}
|
|
% {
|
|
% Write here your description.\\
|
|
% }
|
|
|
|
%%% Activities
|
|
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Activités}{\faUsers}
|
|
\vspace*{0.5cm}
|
|
\begin{ItemList}{\ColorHighlight}
|
|
\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
|
|
\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}
|
|
\end{ItemList}
|
|
\end{MainPart}
|
|
|
|
\end{document} |