From c42ab1ac24282d54dd6d8c24f6954cc336c26d55 Mon Sep 17 00:00:00 2001 From: Paul Lesur Date: Thu, 20 Oct 2022 13:51:38 +0200 Subject: [PATCH] add nice skill section --- common/preamble.tex | 1 + common/résumé.tex | 119 ++++++++++++++++++++++++++++++------ template/friggeri-cv-a4.cls | 5 +- 3 files changed, 106 insertions(+), 19 deletions(-) diff --git a/common/preamble.tex b/common/preamble.tex index f8def6c..533d0e1 100644 --- a/common/preamble.tex +++ b/common/preamble.tex @@ -1,3 +1,4 @@ +\usepackage{tabularx} \usepackage[backend=biber, sorting=ydnt]{biblatex} \addbibresource{common/bibliography.bib} % Specify the bibliography file to include publications diff --git a/common/résumé.tex b/common/résumé.tex index 9d4f7bf..834c943 100644 --- a/common/résumé.tex +++ b/common/résumé.tex @@ -11,10 +11,11 @@ \begin{aside} ~\vspace{1.4cm} \section{address} - Kaiserslautern + Albrecht str. 21, + 67655, Kaiserslautern Germany ~ - \section{phone number} + \section{phone} +33 (0)6 33 80 57 13 ~ \section{email} @@ -46,7 +47,7 @@ \begin{entrylist} \entry {2022-02 (current)} - {PhD student in control} + {PhD student in Control and Planning} {Kaiserslautern, Germany} {\emph{TU Kaiserslautern} \\ Research on planning and control for multi-agent systems, applied to @@ -117,21 +118,103 @@ using {\bf PyTorch}, planning in {\bf Rust})\\} % \\} \end{entrylist} -\newcommand{\skill}[1]{\entry{}{#1}{}{}} -\section{Skills} -\begin{itemize} - \item{Computer vision} - \item{SLAM} - \item{Linux} - %\item{Visual odometry} - %ROS - %Julia - %Rust - %Linux - %~ - %\section{other skills} - %Embedded systems -\end{itemize} + +\newcommand{\flushSomewhere}{\flushright} +\begin{minipage}[t]{0.333\entryListSize} + \centering + + {\Large\headingfont\color{headercolor} Soft skills}\\ + {\flushSomewhere + ~\\ + Desire to learn\\ + Team building\\ + Independence\\ + } +\end{minipage}\hfill{\color{headercolor} \vline}\hfill +\begin{minipage}[t]{0.667\entryListSize} + \centering + {\Large\headingfont\color{headercolor} Hard skills}\\ + \begin{minipage}[t]{0.32\entryListSize} + \centering + {\flushSomewhere + ~\\ + Control~Engineering\\ + Software~Engineering\\ + Algorithm~Development\\ + Machine~Learning\\ + ~\\ + } + \end{minipage}~~~\hfill{\color{headercolor} \vline}\hfill + \begin{minipage}[t]{0.32\entryListSize} + \centering + {\flushSomewhere + ~\\ + ~~Linux\\ + ~~ROS / ROS2\\ + ~~CMake\\ + ~~PyTorch\\ + ~\\ + } + \end{minipage}\hfill + +\end{minipage}\hfill +%\begin{minipage}[t]{0.3\textwidth} +% some more text in the second column and an equation +% some more text in the second column and an equation +%\end{minipage} + +%\begin{table} +%\begin{tabularx}{1.1\textwidth}{|X|X|X|} +% \hline +% foo & bar & fubar \\ +% fubar & toobar & foo \\ +% \hline +%\end{tabularx} +% \begin{tabularx}{1.1\textwidth}{X|X|X} +% Soft skills & \multicolumn{2}{l}{Hard Skill}\\ +% %Soft skills & \multicolumn{2}{c}{Hard Skill}\\ +% \end{tabularx} +% +% \begin{tabularx}{\textwidth}{X|X|X} +% a & b & c\\ +% %&\multicolumn{2}{|c|}{High information density}& \multicolumn{2}{|c|}{Low information density} &\\ \hline +% %Cookie type & Noticeable& Non-noticeable& Noticeable& Non-noticeable& Total \\ \hline +% %1\textsuperscript{st} - party cookies&29&17&27&20&93\\ \hline +% %1\textsuperscript{st}/3\textsuperscript{rd} party cookies&19&22&23&20&84\\ \hline +% %Total& 48&39&50&40&177\\ \hline +% +% \end{tabularx} + %\end{table} + +%\newcommand{\skill}[1]{\entry{}{#1}{}{}} +%\setlength{\columnseprule}{0.4pt} +%\begin{tabular}{c|c|c} +% Soft Skills && Hard skills && \ +% asd && asd && asd\\ +% asd && qwe && bb\\ +%\end{tabular} +%\begin{columns} +% \begin{column}{0.2\textwidth} +% qwe +% \end{column} +% \begin{column}{0.2\textwidth} +% asd +% \end{column} +%\end{columns} +%\section{Skills} +%\begin{itemize} +% \item{Computer vision} +% \item{SLAM} +% \item{Linux} +% %\item{Visual odometry} +% %ROS +% %Julia +% %Rust +% %Linux +% %~ +% %\section{other skills} +% %Embedded systems +%\end{itemize} %\section{Other activities} %\begin{entrylist} diff --git a/template/friggeri-cv-a4.cls b/template/friggeri-cv-a4.cls index e3d9d08..2de5509 100644 --- a/template/friggeri-cv-a4.cls +++ b/template/friggeri-cv-a4.cls @@ -169,6 +169,9 @@ BoldItalicFont=texgyreheros-bolditalic.otf % List environment % %%%%%%%%%%%%%%%%%%%% +\newlength{\entryListSize} +\setlength{\entryListSize}{11.3cm} + \setlength{\tabcolsep}{0pt} \newenvironment{entrylist}{% \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}ll} @@ -177,7 +180,7 @@ BoldItalicFont=texgyreheros-bolditalic.otf } \renewcommand{\bfseries}{\headingfont\color{entrylistcolor}} \newcommand{\entry}[4]{% - \parbox[t]{2cm}{#1}&\parbox[t]{11.3cm}{% + \parbox[t]{2cm}{#1}&\parbox[t]{\entryListSize}{% \textbf{#2}% \hfill% {\footnotesize\addfontfeature{Color=lightgray} #3}\\%