You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
1.3 KiB

6 years ago
---
title: Curriculum Vitae
menu: CV
class: post
---
# CURRICULUM VITÆ
## Miloš Jovanović
jovanovic at mmg dot mpg dot de
[download as pdf](cv.pdf)
$if(interests)$
### Research interests
$for(interests)$
*$interests$*
$endfor$
$endif$
$if(education)$
### Education
$for(education)$
**$education.year$** **$education.subject$**
$if(education.degree)$, $education.degree$$endif$
*$education.institute$*$if(education.city)$, $education.city$$endif$
$endfor$
$endif$
### Professional Experience
$for(experience)$
**$experience.years$**
#### $experience.job$
_$experience.employer$_
$experience.city$
$endfor$
$if(publications)$
### Publications
$for(publications)$
**$publications.year$**
"$publications.title$" _$publications.publication$_
$publications.details$
$endfor$
$endif$
$if(awards)$
### Awards, Grants and Fellowships
$for(awards)$
**$awards.year$**
$awards.title$
$awards.details$
$endfor$
$endif$
$if(talks)$
### Presentations and Lectures
$for(talks)$
**$talks.year$**
$talks.title$
$talks.details$
$endfor$
$endif$
$if(community)$
## Community Activities
$for(community)$
**$community.year$**
$community.activity$
$community.details$
$endfor$
$endif$
$if(languages)$
### Languages
$for(languages)$
$languages.language$
_$languages.proficiency$_
$endfor$
$endif$