%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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}{white} \colorlet{header}{darkgreen} \colorlet{headercolor}{darkgreen} \begin{document} \header{\hspace{3.0cm}Paul\hspace{0.20cm}}{Lesur} {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 {2018-01} {(current) Research engineer} {Kaiserlautern, Germany} {\emph{DFKI} \\ Development of state-of-the-art SLAM systems for Augmented Reality, under the supervision of Prof. Didier Stricker.} \entry {2017 09-12} {Consultant} {Toulouse, France} {\emph{Alten Sud-Ouest} \\ Consultant to Orange SAS, for STB software using Qt in an Agile team.} \entry {2016 05-07} {Embedded software developer} {Villeneuve D'Ascq, France} {\emph{INRIA} \\ 3 months internship. Control of an indoor blimp, using various sensors, with remote control using C++ (OpenCV, Qt, Boost), Python, and Matlab.\\} \end{entrylist} \section{Education} \begin{entrylist} \entry {2016-17} {Exchange student in a CS degree program} {Huntingdon, PA, USA} {\emph{Juniata College,} \\ Software and security engineering, project management, business \\} \entry {2012-16} {Engineer (M.E) in Computer Science/Electronics} {Lille, France} {\emph{ISEN Lille} \\ Mathematics, physics, computer science some electronics classes (microcontroller). Technologies used were mainly C, C++, Linux, Python, Java.} \end{entrylist} \section{Other} \begin{entrylist} \entry {2015-16} {Pluggi project} {Lille, France} {\emph{ISEN Lille} \\ Worked on a robot's Raspberry Pi (C/Python/BASH), CAN bus communication. Also did the native Android application.} \entry {2014-15} {Vice-chairman of Crysteo ISEN (robotics club)} {Lille, France} {\emph{ISEN Lille} \\ Managed the people working in the club while working on different technical projects, sometimes taking the role of project manager.\\} \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 \printbibsectionnoheader{inproceedings}{Peer-reviewed conferences/proceedings} \printbibsection{misc}{other publications} % Print all miscellaneous entries from the bibliography %\printbibsection{report}{research reports} % Print all research reports from the bibliography \end{document}