You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Robin_THONI_resume.tex 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. % Exemple de CV utilisant la classe moderncv
  2. % Style classic en bleu
  3. % Article complet : http://blog.madrzejewski.com/creer-cv-elegant-latex-moderncv/
  4. \documentclass[11pt,a4paper]{moderncv}
  5. \moderncvtheme[blue]{classic}
  6. \newcommand*{\cvent}[7][.25em]{%
  7. \cvitem[#1]{#2}{%
  8. {\bfseries#3}%
  9. % \ifthenelse{\equal{#4}{}}{}{, {\slshape#4}}% I changed this line (with comma) ...
  10. \ifthenelse{\equal{#4}{}}{}{ {\slshape#4}}% ... into this one (without comma).
  11. \ifthenelse{\equal{#5}{}}{}{ #5}%
  12. \ifthenelse{\equal{#6}{}}{}{, #6}%
  13. .\strut%
  14. \ifx&#7&%
  15. \else{\newline{}\begin{minipage}[t]{\linewidth}\small#7\end{minipage}}\fi}}
  16. \usepackage[utf8]{inputenc}
  17. \usepackage[top=1.1cm, bottom=1.1cm, left=2cm, right=2cm]{geometry}
  18. % Largeur de la colonne pour les dates
  19. \setlength{\hintscolumnwidth}{2.5cm}
  20. \firstname{Robin}
  21. \familyname{Thoni}
  22. \title{Student at EPITA}
  23. \address{639 Rue Émile Girardin}{G7H 6R1, Chicoutimi, Canada}
  24. \email{robin@rthoni.com}
  25. \mobile{+1 581 490 8942}
  26. \begin{document}
  27. \maketitle
  28. \section{Cursus}
  29. \cventry{2012 -- 2016}{Computer Science Student}{EPITA}{}{French Engineering School}{}
  30. \cventry{2014 -- 2016}{School's Laboratory}{3ie}{}{EPITA's Innovation Laboratory}{}
  31. \cventry{2016 -- today}{International IT Master}{UQAC}{}{Canadian University}{}
  32. \section{Projects}
  33. \cventry{2012 -- 2016}{Prologin Contest Organizer}{French national programming contest}{https://prologin.org}{}{}
  34. \cventry{2013 -- today}{Camotion}{An API, a web frontend, a backend and an Android application for remote CCTV}{https://git.rthoni.com/camotion/}{}{}
  35. \cventry{2015 -- today}{Luticate}{An API and a web frontend for users, groups and permissions management}{https://git.rthoni.com/luticate/ https://demo.camotion.rthoni.com}{}{}
  36. \cventry{2015 -- today}{Arduino}{Multiple projects arround Arduino: USB devices (mouse, keyboard, raw HID, raw device), contact smartcard reader/emulation}{https://git.rthoni.com/robin.thoni/arduino-*}{}{}
  37. \cventry{2016 -- today}{Docker}{Docker containers using docker-compose: complete mail server stack (Postfix, Dovecot, PostfixAdmin PostgreSQL), Roundcube webmail, DNS server (PowerDNS, PowerAdmin, PostgreSQL)}{https://git.rthoni.com/robin.thoni/docker-*}{}{}
  38. \cventry{2016 -- today}{BladeRF}{Multiple 'hacks' using BladeRF: GSM network emulation, aircraft tracker, GPS fake signal}{}{}{}
  39. \cventry{2016 -- today}{Intellij}{Intellij plugin to generate models from database}{https://git.rthoni.com/robin.thoni/intellij-code-from-ds}{}{}
  40. \section{Skills}
  41. \subsection{Languages}
  42. \cvent{}{}{}{C, C++, Java, Shell, Javascript, C\#, PostgreSQL, PHP, HTML, CSS, Less}{}{}
  43. \subsection{Frameworks}
  44. \cvent{}{}{}{Qt, Node JS, C\# WebApi, AngularJS, Bootstrap, Android SDK}{}{}
  45. \section{Miscellaneous}
  46. \subsection{Languages}
  47. \cvent{French}{}{}{Native}{}{}
  48. \cvent{English}{}{}{TOEIC 910}{}{}
  49. \subsection{Driving}
  50. \cvent{2012}{}{}{French Driving Licence: Car and Trailer}{}{}
  51. \end{document}