Compare commits
No commits in common. "18e70542964072bd17ce87b42200c4d270b4ff87" and "353212df4d7716394a87e157382ca0022cfbf4b0" have entirely different histories.
18e7054296
...
353212df4d
Binary file not shown.
|
@ -25,9 +25,19 @@ education:
|
|||
focus: Computer Engineering
|
||||
institution: "Universidad de Granada"
|
||||
|
||||
thesis:
|
||||
- name: "Machine Learning for error correction in DNA sequencing data"
|
||||
studies: Bachelor thesis
|
||||
- years:
|
||||
start: 2015
|
||||
end: 2016
|
||||
degree: Bachelor
|
||||
focus: Medicine
|
||||
institution: "Universidad de Sevilla"
|
||||
|
||||
- years:
|
||||
start: 2013
|
||||
end: 2015
|
||||
degree: Bachelor
|
||||
focus: Medicine
|
||||
institution: "Université Paris-Sud"
|
||||
|
||||
technologies:
|
||||
- category: Programming languages
|
||||
|
|
Binary file not shown.
|
@ -25,9 +25,20 @@ education:
|
|||
focus: Ingeniería Informática
|
||||
institution: "Universidad de Granada"
|
||||
|
||||
thesis:
|
||||
- name: "Machine Learning para corrección de errores en datos de secuenciación de ADN"
|
||||
studies: Trabajo de fin de grado
|
||||
- years:
|
||||
start: 2015
|
||||
end: 2016
|
||||
degree: Grado
|
||||
focus: Medicina
|
||||
institution: "Universidad de Sevilla"
|
||||
|
||||
|
||||
- years:
|
||||
start: 2013
|
||||
end: 2015
|
||||
degree: Grado
|
||||
focus: Medicina
|
||||
institution: "Université Paris-Sud"
|
||||
|
||||
technologies:
|
||||
- category: Lenguajes de programación
|
||||
|
|
|
@ -54,15 +54,6 @@ $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}}
|
||||
$for(thesis)$
|
||||
\cvitem{$thesis.studies$}{
|
||||
$thesis.name$
|
||||
}{}
|
||||
$endfor$
|
||||
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\subsection{Courses}}
|
||||
{\subsection{Cursos}}
|
||||
|
|
Loading…
Reference in New Issue