cv.tex 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. % FortySecondsCV LaTeX template
  2. % Copyright © 2019-2022 René Wirnata <rene.wirnata@pandascience.net>
  3. % Licensed under the 3-Clause BSD License. See LICENSE file for details.
  4. %
  5. % Please visit https://github.com/PandaScience/FortySecondsCV for the most
  6. % recent version! For bugs or feature requests, please open a new issue on
  7. % github.
  8. %
  9. % Contributors:
  10. % https://github.com/PandaScience/FortySecondsCV/graphs/contributors
  11. %
  12. % Attributions
  13. % ------------
  14. % * fortysecondscv is based on the twentysecondcv class by Carmine Spagnuolo
  15. % (cspagnuolo@unisa.it), released under the MIT license and available under
  16. % https://github.com/spagnuolocarmine/TwentySecondsCurriculumVitae-LaTex
  17. % * further attributions are indicated immediately before corresponding code
  18. %-------------------------------------------------------------------------------
  19. % ADDITIONAL PACKAGES
  20. %-------------------------------------------------------------------------------
  21. \documentclass[
  22. a4paper,
  23. % 9pt,
  24. % sidesectionsize=Large,
  25. % showframes,
  26. % vline=2.2em,
  27. % maincolor=cvgreen,
  28. % sidecolor=gray!50,
  29. % sidetextcolor=green,
  30. % sectioncolor=red,
  31. % subsectioncolor=orange,
  32. % itemtextcolor=black!80,
  33. % sidebarwidth=0.4\paperwidth,
  34. % topbottommargin=0.03\paperheight,
  35. % leftrightmargin=20pt,
  36. % profilepicsize=4.5cm,
  37. % profilepicborderwidth=3.5pt,
  38. % profilepicstyle=profilecircle,
  39. % profilepiczoom=1.0,
  40. % profilepicxshift=0mm,
  41. % profilepicyshift=0mm,
  42. % profilepicrounding=1.0cm,
  43. % logowidth=4.5cm,
  44. % logospace=5mm,
  45. % logoposition=before,
  46. % sidebarplacement=right,
  47. % datecolwidth=0.22\textwidth,
  48. ]{fortysecondscv}
  49. % fine tune line spacing
  50. % \usepackage{setspace}
  51. % \setstretch{1.1}
  52. % improve word spacing and hyphenation
  53. \usepackage{microtype}
  54. \usepackage{ragged2e}
  55. % uncomment in case you don't want any hyphenation
  56. % \usepackage[none]{hyphenat}
  57. % take care of proper font encoding
  58. \ifxetexorluatex
  59. \usepackage{fontspec}
  60. \defaultfontfeatures{Ligatures=TeX}
  61. % \newfontfamily\headingfont[Path=fonts/]{segoeuib.ttf} % use local font
  62. \else
  63. \usepackage[utf8]{inputenc}
  64. \usepackage[T1]{fontenc}
  65. \fi
  66. % use a sans serif font as default
  67. \usepackage[sfdefault]{ClearSans}
  68. % \usepackage[sfdefault]{noto}
  69. % multi-language CV XeLaTeX and polyglossia (should also work with LuaLaTeX)
  70. % NOTE: breaks \pointskill, \membership and some spacings
  71. % \ifxetexorluatex
  72. % \usepackage{polyglossia}
  73. % \newfontfamily\arabicfontsf[Script=Arabic,Scale=1.5]{Amiri}
  74. % \newfontfamily\englishfontsf{Clear Sans}
  75. % \setmainfont{Amiri}
  76. % \setdefaultlanguage{arabic}
  77. % \setotherlanguage{english}
  78. % \fi
  79. % enable mathematical syntax for some symbols like \varnothing
  80. \usepackage{amssymb}
  81. % bubble diagram configuration
  82. \usepackage{smartdiagram}
  83. \smartdiagramset{
  84. % default font size is \large, so adjust to harmonize with sidebar layout
  85. bubble center node font = \footnotesize,
  86. bubble node font = \footnotesize,
  87. % default: 4cm/2.5cm; make minimum diameter relative to sidebar size
  88. bubble center node size = 0.4\sidebartextwidth,
  89. bubble node size = 0.25\sidebartextwidth,
  90. distance center/other bubbles = 1.5em,
  91. % set center bubble color
  92. bubble center node color = maincolor!70,
  93. % define the list of colors usable in the diagram
  94. set color list = {maincolor!10, maincolor!40,
  95. maincolor!20, maincolor!60, maincolor!35},
  96. % sets the opacity at which the bubbles are shown
  97. bubble fill opacity = 0.8,
  98. }
  99. %-------------------------------------------------------------------------------
  100. % PERSONAL INFORMATION
  101. %-------------------------------------------------------------------------------
  102. %% mandatory information
  103. % your name
  104. \cvname{Adrien Carteron}
  105. % job title/career
  106. \cvjobtitle{Développeur backend}%,\\[0.2em] Panda }
  107. %% optional information
  108. % profile picture
  109. %\cvprofilepic{pics/profile.png}
  110. % logo picture
  111. %\cvlogopic{pics/logo_txt.png}
  112. % NOTE: ordering in sidebar will mimic the following order
  113. % date of birth
  114. \cvbirthday{35 ans}
  115. % short address/location, use \newline if more than 1 line is required
  116. \cvaddress{59 rue Lucie Aubrac, appt 6142 33300 Bordeaux}
  117. % phone number
  118. \cvphone{06 24 66 00 91}
  119. % personal website
  120. \cvsite{https://wiki.cha-sam.re}
  121. % email address
  122. \cvmail{acarteron@cha-sam.re}
  123. % pgp key
  124. %\cvkey{4096R/FF00FF00}{0xAABBCCDDFF00FF00}
  125. % any other custom entry
  126. %\cvcustomdata{\faFlag}{Chinese}
  127. %-------------------------------------------------------------------------------
  128. % SIDEBAR 1st PAGE
  129. %-------------------------------------------------------------------------------
  130. % add more profile sections to sidebar on first page
  131. \addtofrontsidebar{
  132. % include gosquare national flags from https://github.com/gosquared/flags;
  133. % naming according to ISO 3166-1 alpha-2 country codes
  134. \graphicspath{{pics/flags/shiny/}}
  135. % social network accounts incl. proper hyperlinks
  136. \sidesection{Web}
  137. \begin{icontable}{2.5em}{1em}
  138. \social{\faGit}
  139. {https://git.cha-sam.re}
  140. {Self hosted git}
  141. \social{\faGithub}
  142. {https://github.com/acarteron}
  143. {Github Project Page Link}
  144. \end{icontable}
  145. \sidesection{Languages}
  146. \pointskill{\flag{FR.png}}{Français}{5}
  147. \pointskill{\flag{GB.png}}{Anglais}{3}
  148. \sidesection{Hard Skills}
  149. \pointskill{\diErlangPlain}{Erlang}{4}
  150. \pointskill{\diCplusplusPlain}{C++}{4}
  151. \pointskill{\diPythonPlain}{Django}{3}
  152. \pointskill{}{Prolog}{3}
  153. \pointskill{\diPostgresqlPlain}{PostgreSQL}{3}
  154. \pointskill{\diJavaPlain}{Java}{3}
  155. \pointskill{\diLinuxPlain}{Linux}{3}
  156. \pointskill{\diDockerPlain}{Docker}{3}
  157. \pointskill{\diKubernetesPlain}{Kubernetes}{1}
  158. %% \sidesection{Soft Skills}
  159. %% \pointskill{\faHome}{Looking Cute}{4}[4]
  160. %% \skill[1.8em]{\faCompress}{No need to specify further}
  161. %% \pointskill{\faChild}{Chillin' hard}{3}[4]
  162. %% \skill[1.8em]{\faCompress}{On a tree}
  163. %% \skill[1.8em]{\faCompress}{In the grass}
  164. }
  165. %-------------------------------------------------------------------------------
  166. % TABLE ENTRIES RIGHT COLUMN
  167. %-------------------------------------------------------------------------------
  168. \begin{document}
  169. \makefrontsidebar
  170. \cvsection{Expériences professionnelles}
  171. \begin{cvtable}[3]
  172. \cvitem{2020 -}{Ingénieur R\&D production}{Fieldbox.ai, Bordeaux}{Diagnostiquer et résoudre les incidents en production. Créer des patch et bugfix, superviser les étapes de build et déploiement. Créer des outils de diagnostic d'incidents.}
  173. \cvitem{2018 - 2020}{Ingénieur R\&D}
  174. {Fieldbox.ai, Bordeaux}
  175. {Maintenance et création de services et fonctionnalités en erlang. Supervision de la migration de base de données.}
  176. \cvitem
  177. {2014 - 2017}
  178. {Doctorant Informatique}
  179. {Inria, Bordeaux}
  180. {\href{https://hal.inria.fr/tel-01663150v2}{Une approche événementielle pour le développement de services multi-métiers dédiés à l’assistance domiciliaire.}\\ Création d'un langage dédié d'orchestration de capteurs à destination d'intervenants non informaticiens. Règles de traitement d'évènements complexes pour l'analyse de données utilisateur. Infrastructure sous-jacente.}
  181. \cvitem
  182. {2013 - 2014}
  183. {Ingénieur de recherche}{Inria, Bordeaux}
  184. {Développement et administration d'une plateforme d'assistance à domicile}
  185. \end{cvtable}
  186. \cvsection{Cursus}
  187. \cvsubsection{Formation}
  188. \begin{cvtable}[1.5]
  189. \cvitem{2012 - 2013}
  190. {Master 2 Informatique}
  191. {Université d'Orléans}
  192. {Visualisation Imagerie et Performances}
  193. \cvitem {2011}{Licence 3 Informatique}{Université d'Orléans}{Sciences et Technologies de l'Information et des Communications}
  194. \end{cvtable}
  195. \cvsubsection{Stages}
  196. \begin{cvtable}[1.5]
  197. \cvitem{2013}{Stage de fin de Master 2}{Bureau de Recherches Géologiques et Minières}{Parallélisme d'une application métier Windows.\\ Application "boite à outils" du géologue. Définir des méthodes de parallélisme selon les langages (Fortran, C, C++, C\#) et les composants. Établir une étude de faisabilité sur l'application globale et définition de patterns de parallélisme.}
  198. \cvitem
  199. {2012}{Stage de fin de Master 1}{Laboratoire d'Informatique Fondamentale d'Orléans}{Équilibrage / affinité des thread}
  200. \end{cvtable}
  201. %% \cvsection{Publications}
  202. %% \begin{cvtable}
  203. %% \cvpubitem{Cooking: 100 recipes for lazy Pandas}{Me and My Panda Friends}
  204. %% {Panda's Culinary World}{2010}
  205. %% \cvpubitem{Pandastasia}{Still Me}{Bamboo Books Assoc.}{2005}
  206. %% \end{cvtable}
  207. \cvsection{Awards}
  208. \begin{cvtable}
  209. \cvitem{2015}{Prix du meilleur design}{HackaNiort}{}
  210. \cvitem{2009}{Vainqueur du trophé Syntec des IUT de France}{}{}
  211. \end{cvtable}
  212. \cvsection{Projets personnels}
  213. \begin{cvtable}
  214. \cvitemshort{Travail du bois}{Fabrication de guitares électriques}
  215. \cvitemshort{Handehelds}{Anbernic RG350; changement d'écran avec création du driver, compilation du système avec buildroot, développement SDL2}
  216. \cvitemshort{Linux}{Smartphone sous sailfishos comme daily}
  217. \end{cvtable}
  218. %% \cvsignature
  219. \end{document}