Refactor technical skills into a YAML map
This commit is contained in:
parent
4bd4489c82
commit
57bb6faa70
Binary file not shown.
Binary file not shown.
|
@ -2,6 +2,7 @@
|
|||
|
||||
\usepackage{fontspec}
|
||||
\usepackage{fontawesome5}
|
||||
\usepackage[inline]{enumitem}
|
||||
|
||||
%% ModernCV themes
|
||||
\moderncvstyle{fancy}
|
||||
|
@ -44,49 +45,59 @@
|
|||
]{Cormorant Garamond}
|
||||
\makecvtitle{}
|
||||
|
||||
\section{Education}
|
||||
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\section{Education}}
|
||||
{\section{Educación}}
|
||||
$for(education)$
|
||||
\cventry{$education.years.start$ \textendash{} $education.years.end$}{$education.degree$}{$education.focus$}{$education.institution$}{}{}
|
||||
$endfor$
|
||||
|
||||
\section{Skill Set}
|
||||
\cvitem{Programming languages}{
|
||||
\begin{itemize*}
|
||||
$for(programming)$
|
||||
\item{$programming$}
|
||||
$endfor$
|
||||
\end{itemize*}}
|
||||
|
||||
\cvitem{Technologies}{
|
||||
\begin{itemize*}
|
||||
$for(technologies)$
|
||||
\item{$technologies$}
|
||||
$endfor$
|
||||
\end{itemize*}}
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\section{Technologies}}
|
||||
{\section{Tecnologías}}
|
||||
\cvline{Programming languages}{
|
||||
$for(technologies.programming)$
|
||||
\begin{itemize*}[label=, itemjoin={{,}}]
|
||||
\item{$technologies.programming$}
|
||||
\end{itemize*}
|
||||
$endfor$}
|
||||
|
||||
\cvitem{Platforms}{
|
||||
\begin{itemize*}
|
||||
$for(platforms)$
|
||||
\item{$platforms$}
|
||||
$endfor$
|
||||
\end{itemize*}}
|
||||
\cvline{Tools}{
|
||||
$for(technologies.tools)$
|
||||
\begin{itemize*}[label=, itemjoin={{,}}]
|
||||
\item{$technologies.tools$}
|
||||
\end{itemize*}
|
||||
$endfor$}
|
||||
|
||||
\section{Work Experience}
|
||||
\cvline{Platforms}{
|
||||
$for(technologies.platforms)$
|
||||
\begin{itemize*}[label=, itemjoin={{,}}]
|
||||
\item{$technologies.platforms$}
|
||||
\end{itemize*}
|
||||
$endfor$}
|
||||
|
||||
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\section{Work Experience}}
|
||||
{\section{Experiencia laboral}}
|
||||
$for(experience)$
|
||||
\cventry{$experience.years.start$ \textendash{} $education.years.end$}{$experience.position$}{$experience.company$}{}{}{
|
||||
\begin{tightitems}
|
||||
\item $description$
|
||||
\end{tightitems}}
|
||||
\cventry{$experience.years.start$ \textendash{} $experience.years.end$}{$experience.position$}{$experience.company$}{$experience.location$}{}{$experience.description$}
|
||||
$endfor$
|
||||
|
||||
|
||||
\section{Personal Projects}
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\section{Personal Projects}}
|
||||
{\section{Proyectos personales}}
|
||||
\cvitem{}{
|
||||
\begin{tightitems}
|
||||
$for(projects)$
|
||||
\item{$projects$}
|
||||
\item $projects$
|
||||
$endfor$
|
||||
\end{tightitems}}
|
||||
\end{tightitems}
|
||||
}
|
||||
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\section{Languages}}
|
||||
{\section{Idiomas}}
|
||||
|
|
|
@ -34,19 +34,18 @@ education:
|
|||
campus: Châtenay-Malabry
|
||||
institution: "Université Paris-Sud"
|
||||
|
||||
technologies:
|
||||
programming:
|
||||
- Python
|
||||
- C++
|
||||
- Nix
|
||||
- Java
|
||||
- PHP
|
||||
|
||||
technologies:
|
||||
tools:
|
||||
- \LaTeX
|
||||
- Git
|
||||
- REST APIs
|
||||
- SQL
|
||||
|
||||
platforms:
|
||||
- Linux
|
||||
- FreeBSD
|
||||
|
@ -54,7 +53,7 @@ platforms:
|
|||
- Android
|
||||
|
||||
projects:
|
||||
- COVID-19 Telegram Bot
|
||||
- "COVID-19 Telegram Bot"
|
||||
|
||||
languages:
|
||||
- language: English
|
||||
|
@ -82,8 +81,9 @@ courses:
|
|||
experience:
|
||||
- company: JITKey
|
||||
years:
|
||||
start: 'February 2020'
|
||||
end: 'March 2020'
|
||||
start: "February 2020"
|
||||
end: "March 2020"
|
||||
position: Internship
|
||||
location: Remote
|
||||
description: "Support Manager at a startup in Spain. Cut short due to the COVID-19 pandemic"
|
||||
---
|
||||
|
|
|
@ -35,20 +35,18 @@ education:
|
|||
campus: Châtenay-Malabry
|
||||
institution: "Université Paris-Sud"
|
||||
|
||||
technologies:
|
||||
programming:
|
||||
- Python
|
||||
- C++
|
||||
- Nix
|
||||
- Java
|
||||
- PHP
|
||||
|
||||
technologies:
|
||||
tools:
|
||||
- \LaTeX
|
||||
- Git
|
||||
- REST APIs
|
||||
- SQL
|
||||
- NixOS
|
||||
|
||||
platforms:
|
||||
- Linux
|
||||
- FreeBSD
|
||||
|
@ -56,7 +54,8 @@ platforms:
|
|||
- Android
|
||||
|
||||
projects:
|
||||
- Bot de Telegram COVID-19
|
||||
- "Bot de Telegram COVID-19"
|
||||
|
||||
|
||||
|
||||
languages:
|
||||
|
@ -67,6 +66,8 @@ languages:
|
|||
proficiency: Nativo
|
||||
|
||||
- language: Francés
|
||||
proficiency: Nativo
|
||||
|
||||
courses:
|
||||
- name: Fundamentos de Robótica
|
||||
institution: Adams Formación
|
||||
|
@ -83,8 +84,9 @@ courses:
|
|||
experience:
|
||||
- company: JITKey
|
||||
years:
|
||||
start: 'Febrero 2020'
|
||||
end: 'Marzo 2020'
|
||||
start: "Febrero 2020"
|
||||
end: "Marzo 2020"
|
||||
position: Prácticas
|
||||
location: Remoto
|
||||
description: "Responsable de Soporte en una startup española. Suspendidas debido al COVID-19"
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue