%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Friggeri Resume/CV for A4 paper format % XeLaTeX Template % Version 1.1 % % A4 version author: % Marvin Frommhold (depressiverobot.com) % https://github.com/depressiveRobot/friggeri-cv-a4 % % Original author: % Adrien Friggeri (adrien@friggeri.net) % https://github.com/afriggeri/CV % % License: % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) % % Important notes: % This template needs to be compiled with XeLaTeX and the bibliography, if used, % needs to be compiled with biber rather than bibtex. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Options % 'print': remove colors from this template for printing % 'nocolors' to disable colors in section headers \documentclass[hidelinks]{friggeri-cv-a4} \addbibresource{bibliography.bib} % Specify the bibliography file to include publications \definecolor{darkgreen}{HTML}{036E03} \definecolor{lightgreen}{HTML}{50D050} \colorlet{fillheader}{darkgreen} \begin{document} \header{Paul\hspace{0.25cm}}{Lesur} {\hspace{2.4cm}Software engineer} % Fake text to add separator %\fcolorbox{white}{gray}{\parbox{\dimexpr\textwidth-2\fboxsep-2\fboxrule}{% %~ %}} % In the aside, each new line forces a line break \begin{aside} \section{address} Eisenbahnstrasse, 70 Wohnung 38 67655, Kaiserlautern, Germany ~ \section{phone number} +49 (0)1 76 20 31 15 72 (Germany) +33 (0)6 33 80 57 13 (France) ~ \section{email} \href{mailto:cv@lesurpaul.fr}{cv@lesurpaul.fr} ~ \section{web \& Github} \href{http://lesurpaul.fr}{lesurpaul.fr} \href{https://github.com/pLesur}{github.com/pLesur} ~ \section{programming} \textbf{C++} \textbf{Python} \textbf{Qt} Rust C GNU tools Java ~ \section{other skills} \textbf{Visual odometry} \textbf{Computer vision} Embedded systems Project management ~ \section{languages} French - C2 English - C2 Spanish - B1 German - A1 ~ \section{other} Full driver license \end{aside} \section{Experience} \begin{entrylist} \entry {01 2018} {(current) Researcher at DFKI} {DFKI, Kaiserlautern, Germany} {Researcher position in the Augmented Vision department at DFKI, under the supervision of Prof. Didier Stricker. Development of state-of-the-art SLAM systems for Augmented Reality.} \entry {09-12 2017} {Consultant for Alten} {Toulouse, France} {Consultant at Orange SAS. Developing software for TV boxes using Qt in an Agile team.} \entry {05-07 2016} {Embedded software dev.} {INRIA Lille, Villeneuve D'Ascq, France} {3 months internship. Control of an indoor Blimp, using Arduino (and various sensors), with remote controlling using C++ (OpenCV, Qt, Boost), Python, and Matlab.\\} \end{entrylist} \section{Education} \begin{entrylist} \entry {2016 - 2017} {Exchange student in a CS degree program} {Juniata College, PA, USA} {Security engineering, software engineering, software designs, project management, business \\} \entry {2012-16} {Engineering school in CS/electronics} {ISEN Lille, Lille, France} {Mathematics, physics, computer science some electronics classes (microcontroller). Technologies used were mainly C, C++, UNIX, Python, Java, Android, SQL, PHP.} \end{entrylist} \section{Activities} \begin{entrylist} \entry {2014-15} {Vice-chairman of Crysteo ISEN (robotics club)} {ISEN Lille} {Successfully managed the people working in the club as well while working on different technical projects, sometimes taking the role of project manager.\\} \entry {11 2015} {“Best IOT idea” 2014} {Euratechnologie, Lille, France} {Our project, “Pluggi the connected robot” won the MOC (“Meilleur Object Connecté”) 2014 competition.\\} \entry {05 2016} {Morpheus Cup 2015} {Luxembourg city, Luxembourg} {Our project Pluggi also won the price of the ‘Best European students project’ at the Morpheus Cup 2015.\\} \end{entrylist} \section{Projects} \begin{entrylist} \entry {2015-16} {Pluggi project} {ISEN Lille, France} {Worked on a robot's Raspberry Pi (C/Python/BASH), CAN bus communication. Also did the native Android application.} % \entry % {2015} % {Path planning implementation} % {} % {Successfully implemented in C++ the A* star algorithm, with a small Python wrapping for % demonstration.} \end{entrylist} \section{Publications} \printbibsection{article}{article in peer-reviewed journal} % Print all articles from the bibliography \printbibsection{book}{books} % Print all books from the bibliography \begin{refsection} \nocite{*} \printbibliography[type=inproceedings, title={Peer-reviewed conferences/proceedings}, heading=bibheading] \end{refsection} \printbibsection{misc}{other publications} % Print all miscellaneous entries from the bibliography \printbibsection{report}{research reports} % Print all research reports from the bibliography \end{document}