---
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$