Updating cv-en
This commit is contained in:
parent
bb41621afd
commit
0d203fe704
@ -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.
@ -6,17 +6,16 @@
|
|||||||
% 🄯 2022-2023
|
% 🄯 2022-2023
|
||||||
% Some right reserved
|
% Some right reserved
|
||||||
%
|
%
|
||||||
% Version v0.0.6 (2023-07-29)
|
% Version v0.0.6 (2023-09-08)
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
\documentclass[11pt]{mycv}
|
\documentclass[11pt]{mycv}
|
||||||
\usepackage[french]{babel}
|
\usepackage[french]{babel}
|
||||||
|
|
||||||
|
|
||||||
\usepackage{datenumber}
|
\usepackage{datenumber}
|
||||||
\usepackage{fp}
|
\usepackage{fp}
|
||||||
\usepackage{luatextra}
|
|
||||||
\usepackage{csquotes}
|
\usepackage{csquotes}
|
||||||
|
\usepackage{luatextra}
|
||||||
|
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
pdfauthor={Samuel ORTION},
|
pdfauthor={Samuel ORTION},
|
||||||
@ -88,21 +87,22 @@
|
|||||||
%%% Goal
|
%%% Goal
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\Large
|
\Large
|
||||||
\textbf{\textit{Internship at Pasteur Institute}} \\
|
\textbf{\textit{Looking for a Computational Biology Internship}} \\
|
||||||
\end{center}
|
\end{center}
|
||||||
|
|
||||||
\TextSeparatorBis{\ColorHighlight} {\faLink}{Links}
|
\TextSeparatorBis{\ColorHighlight} {\faLink}{Links}
|
||||||
\begin{ItemList}{\ColorHighlight}
|
\begin{ItemList}{\ColorHighlight}
|
||||||
\item [\Large\faGlobe] \:\href{https://samuel.ortion.fr/}{samuel.ortion.fr}
|
\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})
|
\item [\Large\faGitlab] \href{https://framagit.org/sortion/}{sortion}
|
||||||
\end{ItemList}
|
\end{ItemList}
|
||||||
\vspace{1cm}
|
\vspace{1cm}
|
||||||
|
|
||||||
%%% Hard skills
|
%%% Hard skills
|
||||||
\TextSeparatorBis{\ColorHighlight}{\faGears}{Skills}
|
\TextSeparatorBis{\ColorHighlight}{\faGears}{Skills}
|
||||||
\begin{ItemList}{\ColorHighlight}
|
\begin{ItemList}{\ColorHighlight}
|
||||||
\item [\faCode] C/C++, Rust, Python, R, JS, Java, SHELL, PHP, OCaml\ldots
|
\item [\faCode] C/C++, Rust, Python, R, shell \\
|
||||||
\item [\faFileCodeO] HTML, CSS, \LuaLaTeX
|
JS, Java, PHP, OCaml\ldots
|
||||||
|
\item [\faFileCode] HTML, CSS, \LuaLaTeX
|
||||||
\item [\faDatabase] SQL
|
\item [\faDatabase] SQL
|
||||||
\item [\faLinux] GNU/Linux, Docker
|
\item [\faLinux] GNU/Linux, Docker
|
||||||
\item [\faGit] Git
|
\item [\faGit] Git
|
||||||
@ -131,7 +131,7 @@
|
|||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
% Picture
|
% Picture
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
\DefineProfile{\ColorOther}{\ColorTextSide}{../img/portrait.jpg}
|
\DefineProfile{\ColorOther}{\ColorTextSide}{../img/portrait_sortion_pj-crop.jpeg}
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
% Main
|
% Main
|
||||||
@ -141,21 +141,19 @@
|
|||||||
%%% Education
|
%%% Education
|
||||||
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Education}{\faGraduationCap}
|
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Education}{\faGraduationCap}
|
||||||
|
|
||||||
% \Experience
|
\Experience
|
||||||
% {\ColorHighlight}
|
{\ColorHighlight}
|
||||||
% {Master of Bioinformatics}
|
{Master Genomics, Informatics and Mathematics for Health and Environment}
|
||||||
% {Université d'Évry val d'Essonne -- Paris-Saclay}
|
{Université d'Évry val d'Essonne -- Université Paris-Saclay}
|
||||||
% {2023}
|
{2023-present}
|
||||||
% {
|
{
|
||||||
% Write here your description.\\
|
|
||||||
%
|
}
|
||||||
%
|
|
||||||
% }
|
|
||||||
|
|
||||||
\Experience
|
\Experience
|
||||||
{\ColorHighlight}
|
{\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}}
|
{\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}
|
{Université d'Évry val d'Essonne -- Université Paris-Saclay}
|
||||||
{2020-\faUndo}
|
{2020-\faUndo}
|
||||||
{
|
{
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
@ -163,19 +161,6 @@
|
|||||||
\item Participation to the Digital for Genomics Hackathon 2023 edition.
|
\item Participation to the Digital for Genomics Hackathon 2023 edition.
|
||||||
\end{itemize}
|
\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
|
%%% Experiences
|
||||||
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Work Experiences}{\faSuitcase}
|
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Work Experiences}{\faSuitcase}
|
||||||
@ -200,8 +185,8 @@
|
|||||||
{January 2022}
|
{January 2022}
|
||||||
{
|
{
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item One-week internship in the \href{https://www.natural-solutions.eu/}{Natural-Solutions} web development agence, based in Marseille~\faLink.
|
\item One-week internship in the \href{https://www.natural-solutions.eu/}{Natural-Solutions} web development agence.
|
||||||
\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}.
|
\item Contribution to a deep learning project aiming automatic nocturnal bird flight calls detection and identification: \href{https://nocturnal-bird-migration.com/}{NBM Challenge}.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -209,12 +194,12 @@
|
|||||||
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Activities}{\faUsers}
|
\MainTitleBis{\ColorHighlight}{\ColorTextMain}{Activities}{\faUsers}
|
||||||
\vspace*{0.5cm}
|
\vspace*{0.5cm}
|
||||||
\begin{ItemList}{\ColorHighlight}
|
\begin{ItemList}{\ColorHighlight}
|
||||||
\item [] Bird watching, sighting data sharing on crowd sourced database;
|
\item [] Bird watching, sighting data sharing on crowd-sourced databases;
|
||||||
\item [] Bat ultrasound recording and analyzis (Vigie-Chiro);
|
\item [] Bat ultrasound recording and analysis (Vigie-Chiro);
|
||||||
\item [] \href{https://gallery.samuel.ortion.fr/}{Wildlife Photography~\faLink};
|
\item [] \href{https://gallery.samuel.ortion.fr/}{Wildlife Photography};
|
||||||
\item [] Software development \& GNU/Linux system administration;
|
\item [] Software development \& GNU/Linux system administration;
|
||||||
\item [] \href{https://liness.org/}{Liness Linux User Group~\faLink};
|
\item [] \href{https://liness.org/}{Liness Linux User Group};
|
||||||
\item [] Contributor to \url{https://bioinfo-fr.net} blog~\faLink;
|
\item [] Writer for \url{https://bioinfo-fr.net} blog;
|
||||||
\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}}}.
|
\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{ItemList}
|
||||||
\end{MainPart}
|
\end{MainPart}
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
\usepackage{lipsum}
|
\usepackage{lipsum}
|
||||||
\pagestyle{empty} % No headers or footers
|
\pagestyle{empty} % No headers or footers
|
||||||
\usepackage{moresize} % Provides more font size commands (\HUGE and \ssmall)
|
\usepackage{moresize} % Provides more font size commands (\HUGE and \ssmall)
|
||||||
\usepackage{fontawesome} % fontawesome
|
\usepackage{fontawesome}
|
||||||
\usepackage{ifthen}
|
\usepackage{ifthen}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user