summaryrefslogtreecommitdiff
path: root/extended.tex
blob: 9021798c6ac0538511e6ab54694d20c8da6b1d93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
\documentclass[11pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{amsfonts, amsmath, amssymb, amsthm}

\PassOptionsToPackage{obeyspaces}{url}
\usepackage[colorlinks=true,citecolor=blue,urlcolor=blue,linkcolor=blue,bookmarksopen=true]{hyperref}
%\usepackage{breakurl}
\usepackage{tikz}
\usepackage{enumitem}

% The following hack from http://tex.stackexchange.com/a/103349 reduces spacing in the bibliography slightly.
% The effect is that the paper is not so long
\usepackage{etoolbox} 
\patchcmd{\thebibliography}{\leftmargin\labelwidth}{\leftmargin\labelwidth\addtolength\itemsep{-0.1\baselineskip}}{}{}

\setlength\parindent{0pt}
\setlength\parskip{5pt}


\newcommand*{\arXiv}[1]{\href{http://arxiv.org/pdf/#1}{arXiv:#1}}


\def\doc{Curriculum Vit\ae{} (Extended)}

\begin{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% title+contact %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\input{content/header.tex}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setlist{nolistsep}


\section*{Research interests}
\input{content/interests.tex}

\section*{Education}
\input{content/education.tex}

\section*{Academic positions}
\input{content/positions.tex}

\section*{Publications}
\input{content/publications.tex}

\section*{Presentations}
\input{content/presentations.tex}

\section*{Awards/Grants}
\input{content/awards-grants.tex}

\section*{Workshops}
\input{content/workshops.tex}

\end{document}