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.

89 lines
1.3 KiB

6 years ago
---
title: Curriculum Vitae
menu: CV
class: post
---
# CURRICULUM VITÆ
<p style="text-align: center;">jovanovic at history dot ucla dot edu</p>
<p style="text-align: center;"><a href=cv.pdf>download CV as pdf</a>
</p>
6 years ago
$if(interests)$
## Research interests
6 years ago
$for(interests)$
*$interests$*
$endfor$
$endif$
$if(education)$
## Education
6 years ago
$for(education)$
**$education.year$** **$education.subject$**
_$education.institute$_
$education.city$
6 years ago
$endfor$
$endif$
## Professional Experience
6 years ago
$for(experience)$
**$experience.years$** **$experience.job$**
_$experience.employer$_
$experience.city$
6 years ago
$endfor$
$if(publications)$
## Publications
6 years ago
$for(publications)$
**$publications.year$**
"$publications.title$"
_$publications.publication$_
6 years ago
$publications.details$
$endfor$
$endif$
$if(awards)$
## Awards, Grants and Fellowships
6 years ago
$for(awards)$
**$awards.year$**
$awards.title$
$awards.details$
6 years ago
$endfor$
$endif$
$if(talks)$
## Presentations and Lectures
6 years ago
$for(talks)$
**$talks.year$**
$talks.title$
$talks.details$
6 years ago
$endfor$
$endif$
$if(community)$
## Community Activities
$for(community)$
6 years ago
**$community.year$**
$community.activity$
$community.details$
6 years ago
$endfor$
$endif$
$if(languages)$
## Languages
6 years ago
$for(languages)$
$languages.language$
_$languages.proficiency$_
$endfor$
$endif$