Rename and change order of institution and department
This commit is contained in:
parent
a9f1409373
commit
29af57613c
|
@ -16,24 +16,24 @@ education:
|
||||||
end: 2015
|
end: 2015
|
||||||
degree: MD
|
degree: MD
|
||||||
focus: Medicine
|
focus: Medicine
|
||||||
institution: Châtenay-Malabry
|
campus: Châtenay-Malabry
|
||||||
department: "Université Paris-Sud"
|
institution: "Université Paris-Sud"
|
||||||
|
|
||||||
- years:
|
- years:
|
||||||
start: 2015
|
start: 2015
|
||||||
end: 2017
|
end: 2017
|
||||||
degree: MD
|
degree: MD
|
||||||
focus: Medicine
|
focus: Medicine
|
||||||
institution: Sevilla
|
campus: Sevilla
|
||||||
department: "Universidad de Sevilla"
|
institution: "Universidad de Sevilla"
|
||||||
|
|
||||||
- years:
|
- years:
|
||||||
start: 2017
|
start: 2017
|
||||||
end: present
|
end: present
|
||||||
degree: BE
|
degree: BE
|
||||||
focus: Computer Engineering
|
focus: Computer Engineering
|
||||||
institution: Ceuta
|
institution: "Universidad de Granada"
|
||||||
department: "Universidad de Granada"
|
campus: Ceuta
|
||||||
|
|
||||||
programming:
|
programming:
|
||||||
- C++
|
- C++
|
||||||
|
|
|
@ -276,10 +276,11 @@
|
||||||
\emphasized{$education.focus$} \\
|
\emphasized{$education.focus$} \\
|
||||||
\smallskip
|
\smallskip
|
||||||
\lightfont{\textbf{$education.institution$} \\
|
\lightfont{\textbf{$education.institution$} \\
|
||||||
\emph{$education.department$}} \\ %
|
\emph{$education.campus$}} \\ %
|
||||||
%
|
%
|
||||||
\bigskip %
|
\bigskip %
|
||||||
$endfor$
|
$endfor$
|
||||||
|
\end{minipage}%
|
||||||
%
|
%
|
||||||
%\section{experience}
|
%\section{experience}
|
||||||
%%
|
%%
|
||||||
|
|
Loading…
Reference in New Issue