%%%%%%%%%%%%%%%%%
% This is an example CV created using altacv.cls (v1.1, 21 November 2016) written by
% LianTze Lim (liantze@gmail.com), based on the
% Cv created by BusinessInsider at http://www.businessinsider.my/a-sample-resume-for-marissa-mayer-2016-7/?r=US&IR=T
%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2003/12/01 or later.
%%%%%%%%%%%%%%%%
%% If you want to use \orcid or the
%% academicons icons, add "academicons"
%% to the \documentclass options.
%% Then compile with XeLaTeX or LuaLaTeX.
% \documentclass[10pt,a4paper,academicons]{altacv}
\documentclass[10pt,a4paper]{altacv}
%% AltaCV uses the fontawesome and academicon fonts
%% and packages.
%% See texdoc.net/pkg/fontawecome and http://texdoc.net/pkg/academicons for full list of symbols.
%% When using the "academicons" option,
%% Compile with LuaLaTeX for best results. If you
%% want to use XeLaTeX, you may need to install
%% Academicons.ttf in your operating system's font %% folder.
% Change the page layout if you need to
\geometry{left=1cm,right=9cm,marginparwidth=6.8cm,marginparsep=1.2cm,top=1cm,bottom=1cm}
% Change the font if you want to.
% If using pdflatex:
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[default]{lato}
% If using xelatex or lualatex:
% \setmainfont{Lato}
% Change the colours if you want to
\definecolor{VividPurple}{HTML}{2E64FE}
\definecolor{SlateGrey}{HTML}{2E2E2E}
\definecolor{LightGrey}{HTML}{666666}
\colorlet{heading}{VividPurple}
\colorlet{accent}{VividPurple}
\colorlet{emphasis}{SlateGrey}
\colorlet{body}{LightGrey}
% Change the bullets for itemize and rating marker
% for \cvskill if you want to
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}
%% sample.bib contains your publications
\addbibresource{sample.bib}
\begin{document}
\name{JEMAI HASSEN}
\tagline{ }
% Cropped to square from https://en.wikipedia.org/wiki/Marissa_Mayer#/media/File:Marissa_Mayer_May_2014_(cropped).jpg, CC-BY 2.0
\photo{3cm}{HASSEN1}
\personalinfo{%
% Not all of these are required!
% You can add your own with \printinfo{symbol}{detail}
\email{hassennjemai@gmail.com}
\mailaddress{19 Alleé du commerce 94000 Créteil}
% \phone{+33666312478}
\phone{+33769996466} \location{Créteil, France} \quad{Age: 25 ans, Célibataire}
% \github{} % I'm just making this up though.
% \orcid{orcid.org/0000-0000-0000-0000} % Obviously making this up too. If you want to use this field (and also other academicons symbols), add "academicons" option to \documentclass{altacv}
}
%% Make the header extend all the way to the right, if you want. Extend the right margin by 8cm (=6.8cm marginparwidth + 1.2cm marginparsep)
\begin{adjustwidth}{}{-8cm}
\makecvheader
\end{adjustwidth}
%% Provide the file name containing the sidebar contents as an optional parameter to \cvsection.
%% You can always just use \marginpar{...} if you do
%% not need to align the top of the contents to any
%% \cvsection title in the "main" bar.
\cvsection[page1sidebar]{EXPÉRIENCES PROFESSIONNELLES}
\cvevent{}{Tuteur à la faculté d'économie de Créteil}{Octobre 2017 -- Janvier 2018} {Créteil}
\begin{itemize}
\item En matière de méthodes quantitatives appliquées aux sciences sociales.L'objectif étant de renforcer les compétences des étudiants de la formation administration économique et sociale dans la matière mentionnée ci-dessus.
\end{itemize}
\divider
\cvevent{}{Stage effectué à l'Institut Nationale de la Statistique de Tunisie(INS)}{Juin2017 -- Aout 2017}{Tunis, Tunisie}
\begin{itemize}
\item Etude de l’évolution du salaire minimum par habitant en Tunisie
\item Prévision de l’évolution du salaire minimum par habitant sur une certaine
période, à partir d’un modèle ajusté.
\item Technologies : SAS, Excel
\end{itemize}
\cvsection{projets universitaires}
\cvevent{}{Projet - Université de Créteil}{Mars 2018 -- Avril 2018} {Créteil}
\begin{itemize}
\item calcul des provisions Best Estimate, sur une branche, en utilisant les méthodes classiques de provisionnement par exemple : la méthode de Chain Ladder et la méthode de Bornhuetter Ferguson. \\
Technologies : Excel
\end{itemize}
\divider
\cvsection{Compétences proffissionnelles}
\cvevent{ }{Exemples de Modules suivis dans le cusrsus master probabilité et statistiques} {Septembre 2016 - Mai 2018}
{Université de Créteil}
\begin{itemize}
\item Processus stochastiques appliqués à la finance.
\item Séries temporelles.
\item Machine learning with R: Regression linéaire et Regression logistique.
\item Equations aux dérivées partielles.
\item Simulations en temps continues.
\end{itemize}
\divider
\cvsection{QUALITÉS}
% Adapted from @Jake's answer from http://tex.stackexchange.com/a/82729/226
% \wheelchart{outer radius}{inner radius}{
% comma-separated list of value/text width/color/detail}
\wheelchart{1.5cm}{0.5cm}{%
10/13em/accent!30/Organisé,
25/9em/accent!60/Ponctuel,
5/12em/accent!10/Sociable,
20/12em/accent!40/Courageux,
5/8em/accent!20/Capacité d'adaptation,
30/9em/accent/Dynamique,
5/8em/accent!20/Curieux}
\end{document}