PPaste!

CV-FR Val

Home - All the pastes - Authored by Thooms

Raw version

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
%----------------------------------------------------------------------------------------
%	PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------

\documentclass[11pt,a4paper,sans]{moderncv} % Font sizes: 10, 11, or 12; paper sizes: a4paper, letterpaper, a5paper, legalpaper, executivepaper or landscape; font families: sans or roman

\moderncvstyle{classic} % CV theme - options include: 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{green} % CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'

\usepackage[francais]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{graphicx}

\usepackage[scale=0.9]{geometry} % Reduce document margins
\setlength{\hintscolumnwidth}{4cm} % Uncomment to change the width of the dates column
%\setlength{\makecvtitlenamewidth}{10cm} % For the 'classic' style, uncomment to adjust the width of the space allocated to your name

%----------------------------------------------------------------------------------------
%	NAME AND CONTACT INFORMATION SECTION
%----------------------------------------------------------------------------------------

\firstname{Valentin} % Your first name
\familyname{Famelart} % Your last name

% All information in this block is optional, comment out any lines you don't need
\title{Recherche de stage du 23/05 au 14/10}
\address{47, rue Laurent Bassat}{Courcouronnes, Essonne, France}
\mobile{+336 62 53 19 28}
\phone{+331 60 86 97 94}
\email{famelartv@gmail.com}
%\homepage{staff.org.edu/~jsmith}{staff.org.edu/$\sim$jsmith} % The first argument is the url for the clickable link, the second argument is the url displayed in the template - this allows special characters to be displayed such as the tilde in this example
%\extrainfo{additional information}
%\photo[70pt][0.4pt]{picture} % The first bracket is the picture height, the second is the thickness of the frame around the picture (0pt for no frame)
%\quote{"A witty and playful quotation" - John Smith}

%----------------------------------------------------------------------------------------

\begin{document}

\makecvtitle % Print the CV title

%----------------------------------------------------------------------------------------
%	EDUCATION SECTION
%----------------------------------------------------------------------------------------

\section{Education}
\cventry{2011 -- 2017 (espéré)}{Ingénieur, Génie Informatique}{EISTI}{Cergy}{\textit{Ecole Internationale des Sciences du Traitement de l'Information}}{}
\cventry{2011 -- 2015}{Licence Maths-Info}{UCP}{Cergy}{\textit{Université de Cergy-Pontoise}}{}
\cventry{2007 -- 2010}{Baccalauréat STI Génie Électrotechnique}{Lycée R. Doisneau}{Corbeil-Essonnes}{}{}

%----------------------------------------------------------------------------------------
%	WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------

\section{Expérience}
\subsection{Professionnelle}
\cventry{Juin 2015 - Février 2016}{Stagiaire développeur}{Val'EISTI}{Cergy}{}{Travail sur le projet de recherche Culture 3D Cloud. Création de modèles 3D et applications de réalité virtuelle}

\cventry{Juin 2012 -- Aout 2012}{Assistant informaticien }{NetLogon}{Creteil}{Département R\&D}{Création de guides d'aide à la conception et la production d’images pour clients légers (Windows Embedded Studio XP et 7)}

\cventry{Février 2011}{Stagiaire}{Institut Gustave Roussy}{Villejuif}{Département Informatique}{Découverte du département informatique d’un grand hôpital spécialisé dans la recherche contre le cancer}


\subsection{Personnelle}	
\cventry{Septembre 2012 - aujourd'hui}{Association Atilla}{(http://atilla.org)}{Membre \& Vice-Président}{}{Hackerspace étudiant organisant des conférences, talks, formations et voyages à  but éducatif. Travail sur plusieurs projets internes et sur l'administration des systèmes}

\cventry{November 2013}{Membre testeur}{Paris}{Tom's Guide}{}{Membre d'une équipe réalisant le test sur terrain de l'EOS 100D pendant une soirée en partenariat avec Canon}

%----------------------------------------------------------------------------------------

\section{Compétences}
\cvitem{Langages}{C, C++, C\#, Java, oCaml, Python, PHP, SQL, jQuery, JavaScript}
\cvitem{Paradigmes}{Orienté Objet, Impératif, Fonctionnel}
\cvitem{Systemes d'Exploitation}{Linux (Debian), Mac, Windows}
\cvitem{Outils}{\LaTeX, Markdown, Git, Vim, Flask, Django, Redmine, Microsoft Office, Unity, Photoscan}
%---------------------------------------------------------------------------------------

%----------------------------------------------------------------------------------------
%	LANGUAGES SECTION
%----------------------------------------------------------------------------------------

\section{Langues}

\cvitemwithcomment{Fluide}{Anglais}{7 voyages (USA, Canada, Angleterre), total : 29 semaines }
\cvitemwithcomment{Notions}{Japonais, Espagnol}{}

%----------------------------------------------------------------------------------------
%	INTERESTS SECTION
%----------------------------------------------------------------------------------------

\section{Centres d'intérêt}

\renewcommand{\listitemsymbol}{-~} % Changes the symbol used for lists

\cvitem{Culture}{Photographe ayant couvert RobAFIS 2014 ainsi que divers évènements étudiants, Musique, Tennis, Golf, Jeux, Pixel art, Voyage}
\cvitem{Science}{MOOC (Coursera), Apprentissage personnel, Concours de programmation, Management de réseau}
\end{document}