2024-10-17 06:26:47 +00:00
%%%%%%%%%%%%%%%%%
% This is a sample CV template created using altacv.cls
% (v1.3, 10 May 2020) written by LianTze Lim (liantze@gmail.com). Now compiles with pdfLaTeX, XeLaTeX and LuaLaTeX.
% (v1.7.1b, 11 Jan 2024) forked by Nicolás Omar González Passerino (nicolas.passerino@gmail.com)
%
%% 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 need to pass whatever options to xcolor
\PassOptionsToPackage { dvipsnames} { xcolor}
%% If you are using \orcid or academicons
%% icons, make sure you have the academicons
%% option here, and compile with XeLaTeX
%% or LuaLaTeX.
% \documentclass[10pt,a4paper,academicons]{altacv}
%% Use the "normalphoto" option if you want a normal photo instead of cropped to a circle
% \documentclass[10pt,a4paper,normalphoto]{altacv}
%% Fork (before v1.6.5a): CV dark mode toggle enabler to use a inverted color palette.
%% Use the "darkmode" option if you want a color palette used to
% \documentclass[10pt,a4paper,ragged2e,withhyper,darkmode]{altacv}
\documentclass [10pt,a4paper,ragged2e,withhyper] { altacv}
%% AltaCV uses the fontawesome5 and academicons fonts
%% and packages.
%% See http://texdoc.net/pkg/fontawesome5 and http://texdoc.net/pkg/academicons for full list of symbols. You MUST compile with XeLaTeX or LuaLaTeX if you want to use academicons.
%% Fork v1.6.5c: Overwriting sloppy environment to ignore any spaces and be used to solve overlapping cvtags
\newenvironment { sloppypar*} { \sloppy \ignorespaces } { \par }
% Change the page layout if you need to
2024-10-17 07:07:41 +00:00
\geometry { left=1.2cm,right=1.2cm,top=1.2cm,bottom=1cm,columnsep=0.75cm}
2024-10-17 06:26:47 +00:00
% The paracol package lets you typeset columns of text in parallel
\usepackage { paracol}
% Change the font if you want to, depending on whether
% you're using pdflatex or xelatex/lualatex
\ifxetexorluatex
% If using xelatex or lualatex:
\setmainfont { Roboto Slab}
\setsansfont { Lato}
\renewcommand { \familydefault } { \sfdefault }
\else
% If using pdflatex:
\usepackage [rm] { roboto}
\usepackage [defaultsans] { lato}
% \usepackage{sourcesanspro}
\renewcommand { \familydefault } { \sfdefault }
\fi
% Fork (before v1.6.5a): Change the color codes to test your personal variant on any mode
\ifdarkmode %
\definecolor { PrimaryColor} { HTML} { C69749}
\definecolor { SecondaryColor} { HTML} { D49B54}
\definecolor { ThirdColor} { HTML} { 1877E8}
\definecolor { BodyColor} { HTML} { ABABAB}
\definecolor { EmphasisColor} { HTML} { ABABAB}
\definecolor { BackgroundColor} { HTML} { 191919}
\else %
\definecolor { PrimaryColor} { HTML} { 001F5A}
\definecolor { SecondaryColor} { HTML} { 0039AC}
\definecolor { ThirdColor} { HTML} { F3890B}
\definecolor { BodyColor} { HTML} { 666666}
\definecolor { EmphasisColor} { HTML} { 2E2E2E}
\definecolor { BackgroundColor} { HTML} { E2E2E2}
\fi %
\colorlet { name} { PrimaryColor}
\colorlet { tagline} { SecondaryColor}
\colorlet { heading} { PrimaryColor}
\colorlet { headingrule} { ThirdColor}
\colorlet { subheading} { SecondaryColor}
\colorlet { accent} { SecondaryColor}
\colorlet { emphasis} { EmphasisColor}
\colorlet { body} { BodyColor}
\pagecolor { BackgroundColor}
% Change some fonts, if necessary
\renewcommand { \namefont } { \Huge \rmfamily \bfseries }
\renewcommand { \personalinfofont } { \small \bfseries }
\renewcommand { \cvsectionfont } { \LARGE \rmfamily \bfseries }
\renewcommand { \cvsubsectionfont } { \large \bfseries }
% 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{main.bib}
\begin { document}
2024-10-17 07:07:41 +00:00
\name { Charles Fache}
\tagline { Stage de fin d'études}
2024-10-17 06:26:47 +00:00
%% You can add multiple photos on the left or right
2024-10-17 07:07:41 +00:00
\photoL { 2.5cm} { Photo_ CV_ Charles_ Fache}
2024-10-17 06:26:47 +00:00
\personalinfo {
2024-10-17 07:07:41 +00:00
\email { energie.40hwh@simplelogin.com} \smallskip
2024-10-17 06:26:47 +00:00
\phone { +33 6 52 23 78 14}
% \location{Lière, Country}\\
\linkedin { Charles Fache}
% \github{githubUser}
%\homepage{nicolasomar.me}
%\medium{nicolasomar}
%% You MUST add the academicons option to \documentclass, then compile with LuaLaTeX or XeLaTeX, if you want to use \orcid or other academicons commands.
% \orcid{0000-0000-0000-0000}
%% You can add your own arbtrary detail with
%% \printinfo{symbol}{detail}[optional hyperlink prefix]
% \printinfo{\faPaw}{Hey ho!}[https://example.com/]
%% Or you can declare your own field with
%% \NewInfoFiled{fieldname}{symbol}[optional hyperlink prefix] and use it:
% \NewInfoField{gitlab}{\faGitlab}[https://gitlab.com/]
% \gitlab{your_id}
}
\makecvheader
%% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
% \AtBeginEnvironment{itemize}{\small}
%% Set the left/right column width ratio to 6:4.
2024-10-17 07:07:41 +00:00
\columnratio { 0.28}
2024-10-17 06:26:47 +00:00
% Start a 2-column paracol. Both the left and right columns will automatically
% break across pages if things get too long.
\begin { paracol} { 2}
% ----- Soft skills -----
\cvsection { Soft Skills}
%% Fork v1.6.5c: The sloppypar* environment is used to avoid tags overlapping with section width
\begin { sloppypar*}
%% Fork 1.7.1b: Now in case you want to highlight any tag, just add a '/true' property next to its text and it will change tag's text and border colors.
2024-10-17 07:07:41 +00:00
\cvtags { Travail d'équipe/true, Autonomie/true, Communication/true, Esprit critique/true}
2024-10-17 06:26:47 +00:00
% \medskip
% \cvtags{Red, Yellow/true, Blue, Green/true, Violet, Orange/true}
\end { sloppypar*}
% ----- SOFT SKILLS -----
% ----- HARD SKILLS -----
\cvsection { Hard skills}
\begin { sloppypar*}
2024-10-17 07:07:41 +00:00
\cvtags { Electromécanique/true, Modélisation/true, Optimisation/true, Automatique/true, Bilan Carbone\textsuperscript { \textregistered } /true, Microsoft Office/true}
2024-10-17 06:26:47 +00:00
% , Electronique/true, Cybersécurité/true
\end { sloppypar*}
% ----- HARD SKILLS -----
% ----- Connaissances -----
\cvsection { Connaissances}
\begin { sloppypar*}
2024-10-17 07:07:41 +00:00
\cvtags { Changement climatique/true, Frontières planétaires/true, Réseaux électriques/true, Scénarios NZE/true}
2024-10-17 06:26:47 +00:00
\end { sloppypar*}
% ----- Connaissances -----
% ----- LANGUES -----
\cvsection { Langues}
\cvlang { Français } { Natif} \\
% \divider
\cvlang { Anglais } { Bilingue / C1+} \\
\cvlang { Allemand } { B2}
\cvlang { Russe } { A1}
\smallskip
%% Yeah I didn't spend too much time making all the
%% spacing consistent... sorry. Use \smallskip, \medskip,
%% \bigskip, \vpsace etc to make ajustments.
% ----- LANGUES -----
% ----- REFERENCES -----
% \cvsection{References}
% \cvref{Prof.\ Alpha Beta}{Institute}{a.beta@university.edu}
% \divider
% \cvref{Boss\ Gamma Delta}{Business}{g.delta@business.com}
% ----- REFERENCES -----
% ----- MOST PROUD -----
% \cvsection{Most Proud of}
% \cvachievement{\faTrophy}{Fantastic Achievement}{and some details about it}\\
% \divider
% \cvachievement{\faHeartbeat}{Another achievement}{more details about it of course}\\
% \divider
% \cvachievement{\faHeartbeat}{Another achievement}{more details about it of course}
% ----- MOST PROUD -----
% \cvsection{A Day of My Life}
% 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}{%
% 6/8em/accent!30/{Sleep,\\beautiful sleep},
% 3/8em/accent!40/Hopeful novelist by night,
% 8/8em/accent!60/Daytime job,
% 2/10em/accent/Sports and relaxation,
% 5/6em/accent!20/Spending time with family
% }
% use ONLY \newpage if you want to force a page break for
% ONLY the current column
\newpage
%% Switch to the right column. This will now automatically move to the second
%% page if the content is too long.
\switchcolumn
% ----- Profil -----
\cvsection { Profil}
\begin { quote}
2024-10-17 15:47:06 +00:00
J'éprouve un fort intérêt pour la recherche scientifique ainsi que pour les crises écologiques. Je cultive volontier mes connaissances sur ces sujets sur mon temps libre.
2024-10-17 06:26:47 +00:00
\end { quote}
% ----- Profil -----
% ----- EDUCATION -----
\cvsection { Education}
2024-10-17 07:07:41 +00:00
\cvevent { Ingénieur - mention Sustainable Energy Systems} { CentraleSupélec} { 2021 -- 2025} { Gif-sur-Yvette et Rennes, France}
2024-10-17 06:26:47 +00:00
% \begin{itemize}
% \item
2024-10-17 15:47:06 +00:00
Sélection de cours suivis :
\smallskip
\begin { itemize}
\item Réseaux électriques
\item Filière recherche
\item Conversion électrique
\item Décarbonation
\item Optimisation
\end { itemize}
2024-10-17 06:26:47 +00:00
% \end{itemize}
\divider
2024-10-17 07:07:41 +00:00
\cvevent { Classe prépa PTSI-PT} { Lycée La Martinière Monplaisir} { 2019 -- 2021} { Lyon, France}
% \begin{itemize}
% \item Classes préparatoires PTSI (Physique, Technique, Sciences de l'ingénieur) et PT (Physique, Technique), avec un accent sur l'ingénierie électrique, mécanique, automatique et industrielle.
% \end{itemize}
2024-10-17 06:26:47 +00:00
% ----- EDUCATION -----
% ----- EXPERIENCE -----
\cvsection { Experiences}
2024-10-17 07:07:41 +00:00
\cvevent { Stage - Ingénieur Bureau d'étude} { Resa - GRD électricité} { Apr 2024 -- Aug 2024} { Liège, Belgique}
2024-10-17 06:26:47 +00:00
% \begin{itemize}
% \item
\begin { itemize}
2024-10-17 07:07:41 +00:00
\item Calcul de capacité d'accueil de nouvelles productions renouvelables sur un poste source
\item Création d'un outil de calcul automatisé
2024-10-17 15:47:06 +00:00
\item Travail sur les sources de données et leur fiabilité
2024-10-17 07:07:41 +00:00
\item Formation du bureau d'étude à l'utilisation de l'outil créé
2024-10-17 06:26:47 +00:00
\end { itemize}
% \end{itemize}
2024-10-17 07:07:41 +00:00
\divider
2024-10-17 06:26:47 +00:00
2024-10-17 07:07:41 +00:00
% \break
2024-10-17 06:26:47 +00:00
\cvevent { Stage - Consultant climat} { CorpoKarma} { Sep 2023 -- Fev 2024} { Lyon, France}
\begin { itemize}
2024-10-17 07:07:41 +00:00
\item Calcul de Bilan Carbone et création de plans d’ action et de trajectoires de décarbonation pour des entreprises
2024-10-17 06:26:47 +00:00
\end { itemize}
\divider
% \break
2024-10-17 15:47:06 +00:00
% \cvevent{Secrétaire}{C3Pélec}{2022 -- 2024}{Rennes, France}
% \begin{itemize}
% \item Secrétaire de l'atelier associatif de prototypage et d'électronique du campus de Rennes de CentraleSupélec
% \item Développement des activités de l'association
% \end{itemize}
% % \break
% \divider
2024-10-17 06:26:47 +00:00
2024-10-17 15:47:06 +00:00
% \cvevent{Responsable cohésion - Saxophoniste}{La Band'à Joe}{2021 -- 2023}{Gif-sur-Yvette, France}
% \begin{itemize}
% \item Organisation d'événements de cohésion intra et inter générationnels au sein de la fanfare de CentraleSupélec.
% \end{itemize}
% \divider
2024-10-17 06:26:47 +00:00
\cvevent { Stage} { RepriseOrdi.fr} { Jun 2023 -- Jul 2023} { Meyzieu, France}
\begin { itemize}
\item Audit et réparation d'ordinateurs portables
\item Rédaction d'une procédure d'audit
\end { itemize}
% ----- EXPERIENCE -----
% % ----- PROJECTS -----
% \cvsection{Projects}
% \cvevent{Project 1 }{\cvreference{\faGithub}{https://github.com/user/repo}\cvreference{| \faGlobe}{https://project-demo.com/}}{Mm YYYY -- Mm YYYY}{}
% \begin{itemize}
% \item Item 1
% \item Item 2
% \end{itemize}
% \divider
% \cvevent{Project 2 }{\cvreference{\faGitlab}{https://gitlab.com/user/repo}\cvreference{| \faGlobe}{https://project-demo.com/}}{Mm YYYY -- Mm YYYY}{}
% \begin{itemize}
% \item Item 1
% \item Item 2
% \end{itemize}
% % ----- PROJECTS -----
\end { paracol}
\end { document}