Translate CV to French
This commit is contained in:
parent
0ffe071372
commit
cd4a3851a1
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,117 @@
|
|||
---
|
||||
name: Amin
|
||||
lastname: Kasrou Aouam
|
||||
phone: "+32456369230"
|
||||
address: "Gand, Belgique"
|
||||
email: akasroua@disroot.org
|
||||
gitlab: akasroua
|
||||
linkedin: akasroua
|
||||
lang: fr
|
||||
#publications: '\*'
|
||||
|
||||
about: |
|
||||
Ingénieur informatique interessé en bioinformatique, Intelligence artificielle e Infrastructure as Code (IaC)
|
||||
|
||||
education:
|
||||
- years:
|
||||
start: 2021
|
||||
end: présent
|
||||
degree: Master
|
||||
focus: Bioinformatique (Ingénierie)
|
||||
institution: "Universiteit Gent"
|
||||
|
||||
- years:
|
||||
start: 2017
|
||||
end: 2021
|
||||
degree: Licence
|
||||
focus: Ingénieur Informatique
|
||||
institution: "Universidad de Granada"
|
||||
|
||||
thesis:
|
||||
- name: "Machine Learning pour la correction des erreurs dans les données de séquençage de l'ADN"
|
||||
studies: Mémoire de licence
|
||||
|
||||
technologies:
|
||||
- category: Langages de programmation
|
||||
items:
|
||||
- Python
|
||||
- R
|
||||
- C++
|
||||
- Java
|
||||
- PHP
|
||||
- Shell scripting
|
||||
- category: Outils
|
||||
items:
|
||||
- \LaTeX
|
||||
- Git
|
||||
- SQL
|
||||
- ZFS
|
||||
- Nginx
|
||||
- Nix
|
||||
- MQTT
|
||||
- Prometheus
|
||||
- Grafana
|
||||
- category: Plateformes
|
||||
items:
|
||||
- Linux
|
||||
- FreeBSD
|
||||
- DragonFlyBSD
|
||||
- Android
|
||||
- NixOS
|
||||
|
||||
projects:
|
||||
- "Bot Telegram pour avertir les étudiants des cas de COVID-19 (Python)"
|
||||
- "Configuration déclarative d'un serveur domestique et d'un ordinateur (Nix)"
|
||||
- "Contributions open source à NixOS (Nix)"
|
||||
- "Monitorage de la température et de l'humidité avec MQTT (Arduino)"
|
||||
|
||||
languages:
|
||||
- language: Anglais
|
||||
proficiency: TOEFL (106/120)
|
||||
|
||||
- language: Français
|
||||
proficiency: Maternelle
|
||||
|
||||
- language: Espagnol
|
||||
proficiency: Maternelle
|
||||
|
||||
- language: Arabe (Dialecte marocain)
|
||||
proficiency: Maternelle
|
||||
|
||||
courses:
|
||||
- name: Principes fondamentaux de la robotique
|
||||
institution: Adams Formación
|
||||
|
||||
- name: Programmation en Python
|
||||
institution: Universidad de Granada
|
||||
|
||||
- name: Programmation d'applications mobiles pour Android et iOS
|
||||
institution: Universidad de Granada
|
||||
|
||||
- name: Arduino
|
||||
institution: Universidad de Granada
|
||||
|
||||
experience:
|
||||
- company: COACE
|
||||
years:
|
||||
start: "Janvier 2021"
|
||||
end: "Juillet 2021"
|
||||
position: Indépendant
|
||||
city: Ceuta
|
||||
country: Espagne
|
||||
description:
|
||||
- "Administrateur système de l'ordre des architectes"
|
||||
- "Migration d'un serveur Ubuntu/Windows non documenté vers NixOS"
|
||||
- "Déploiement d'un VPN, d'un cloud, d'un serveur DNS et d'un système de backup automatisée"
|
||||
- company: Odyfo
|
||||
years:
|
||||
start: "March 2020"
|
||||
end: "September 2021"
|
||||
position: Indépendant
|
||||
city: À distance
|
||||
country: Espagne
|
||||
description:
|
||||
- "Réécriture partielle d'une API CRUD qui proportionne les données aux applications mobiles en utilisant Python (FastAPI)"
|
||||
- "Gestion et conseil en matière de gestion des ressources informatiques"
|
||||
- "Déploiement et refactorisation de l'application Android"
|
||||
---
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\section{Work Experience}}
|
||||
{\section{Experiencia laboral}}
|
||||
{\section{Expérience professionelle}}
|
||||
$for(experience)$
|
||||
\cventry{$experience.years.start$ \textendash{} $experience.years.end$}{$experience.position$}{$experience.company$}{$experience.city$}{$experience.country$}{
|
||||
\begin{tightitems}
|
||||
|
@ -62,14 +62,14 @@ $endfor$
|
|||
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\section{Education}}
|
||||
{\section{Educación}}
|
||||
{\section{Formation}}
|
||||
$for(education)$
|
||||
\cventry{$education.years.start$ \textendash{} $education.years.end$}{$education.degree$}{$education.focus$}{$education.institution$}{}{}
|
||||
$endfor$
|
||||
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\subsection{Thesis}}
|
||||
{\subsection{Trabajos de investigación}}
|
||||
{\subsection{Mémoires de fin d'études}}
|
||||
$for(thesis)$
|
||||
\cvitem{$thesis.studies$}{
|
||||
$thesis.name$
|
||||
|
@ -78,7 +78,7 @@ $endfor$
|
|||
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\subsection{Courses}}
|
||||
{\subsection{Cursos}}
|
||||
{\subsection{Cours de formation}}
|
||||
$for(courses)$
|
||||
\cvitem{$courses.name$}{
|
||||
$courses.institution$
|
||||
|
@ -88,7 +88,7 @@ $endfor$
|
|||
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\section{Technologies}}
|
||||
{\section{Tecnologías}}
|
||||
{\section{Technologies}}
|
||||
$for(technologies)$
|
||||
\cvline{$technologies.category$}{
|
||||
\begin{itemize*}[label=, itemjoin={{,}}]
|
||||
|
@ -101,7 +101,7 @@ $endfor$
|
|||
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\section{Personal Projects}}
|
||||
{\section{Proyectos personales}}
|
||||
{\section{Projets personnels}}
|
||||
\cvitem{}{
|
||||
\begin{tightitems}
|
||||
$for(projects)$
|
||||
|
@ -112,7 +112,7 @@ $endfor$
|
|||
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\section{Languages}}
|
||||
{\section{Idiomas}}
|
||||
{\section{Langues}}
|
||||
$for(languages)$
|
||||
\cvlanguage{$languages.language$}{
|
||||
$languages.proficiency$
|
||||
|
|
Loading…
Reference in New Issue