%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % MyOwnCV) % % Authors: % Samuel ORTION % % © 2022 % All right reserved. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[11pt]{mycv} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{datenumber} \usepackage{fp} \begin{document} \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} \myage \FPround\myage{\myage}{0} %---------------------------------------------------------------------------------------- % TOP BAR %---------------------------------------------------------------------------------------- \begin{TopBar}{\ColorTextSide} \Name{\ColorHighlight}{Samuel ORTION}{Student}{\myage\ years old} %%% 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 \item [\Large\faMapMarker] France \end{ItemList} \nextcolumn \begin{ItemList}{\ColorHighlight} \item [\Large\faGit] \href{https://framagit.org/UncleSamulus}{UncleSamulus} % \item [\Large\faLinkedinSquare] \href{https://www.linkedin.com/}{linkedin} \end{ItemList} \end{DoubleColumns} %%% Interests \TextSeparator{\ColorHighlight}{Interests} \begin{TripleColumns} \begin{ItemList}{\ColorHighlight} \item [] Ornithology \end{ItemList} \nextcolumn \begin{ItemList}{\ColorHighlight} \item [] Biology \end{ItemList} \nextcolumn \begin{ItemList}{\ColorHighlight} \item [] Computer Science \end{ItemList} \end{TripleColumns} \end{TopBar} %---------------------------------------------------------------------------------------- % SIDE BAR %---------------------------------------------------------------------------------------- \begin{SideBar}{\ColorBackground}{\ColorTextSide} %%% Soft skills \TextSeparatorBis{\ColorHighlight}{\faUser}{Soft skills} \Label{\ColorHighlight}{Skill 1} \Label{\ColorHighlight}{Skill 2} \Label{\ColorHighlight}{Skill 3} \Label{\ColorHighlight}{Skill 4} \Label{\ColorHighlight}{Skill 5} \vspace*{1cm} %%% Hard skills \TextSeparatorBis{\ColorHighlight}{\faGears}{Hard skills} \begin{ItemList}{\ColorHighlight} \item [\faCode] C/C++, Python, JS, Java, OCaml \item [\faFileCodeO] HTML, CSS, \LaTeX % \item [\faCubes] % \item [\faPencilSquareO] skill, skill, skill, skill \item [\faVideoCamera] Photography, Video editing % \item [\faGear] \end{ItemList} \vspace*{1cm} %%% Languages \TextSeparatorBis{\ColorHighlight}{\faLanguage}{Languages} \begin{SkillGauges}{\ColorHighlight} \addGauge{French}{5} \addGauge{English}{4} \addGauge{Deutsch}{2} \end{SkillGauges} \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} {Licence Double Sciences de la Vie - Informatique} {Université d'Évry val d'Essonne -- Paris-Saclay} {2020-\faUndo} { I will have my bachelor degree of both computer science and biology in 2023. I am currently in third year of this double cursus. } \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} { I have got my scientific baccalaureate with "Very Good" mention, in 2020. I had the DNL euro option (I had some courses of biology in english). } %%% Activities \MainTitleBis{\ColorHighlight}{\ColorTextMain}{Activities}{\faUsers} \vspace*{0.5cm} \begin{DoubleColumns} \begin{ItemList}{\ColorHighlight} \item [] Bird Watching \item [] Bat Recording \end{ItemList} \nextcolumn \begin{ItemList}{\ColorHighlight} \item [] Taking Photographs \item [] Development \& SysAdmin \end{ItemList} \end{DoubleColumns} %%% Experiences \MainTitleBis{\ColorHighlight}{\ColorTextMain}{Experiences}{\faSuitcase} \Experience {\ColorHighlight} {Computer Science Intern} {\href{https://natural-solutions.eu/}{Natural-Solutions}} {2022} { I did an internship during my second year of bachelor degree in the web agency Natural Solutions, during witch I documented and tested an IA that classify nocturnal bird sounds (flight call especially). } % \Experience % {\ColorHighlight} % {Teacher} % {Nice School} % {2004-2015} % { % Write here your description.\\ % % } % \Experience % {\ColorHighlight} % {Happiness manager} % {Nowhere} % {1968} % { % Write here your description.\\ % % } \begin{figure}[hbpt!] \includegraphics[scale=0.4]{../img/programming_languages.png} \end{figure} \end{MainPart} \end{document}