summaryrefslogtreecommitdiff
path: root/cv.tex
blob: 66ed54613aaa9476ffd76a9c0e2e21dd1fd7884a (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
\documentclass[11pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{amsfonts, amsmath, amssymb, amsthm}
\usepackage{bm}

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

\usepackage[
    style=numeric,
    sorting=ydmdnt,
    natbib=true,
    defernumbers=true,
    maxbibnames=99,
    refsection=section,
]{biblatex}
\addbibresource{content/papers.bib}
\addbibresource{content/presentations.bib}
% \renewcommand*{\mkbibnamegiven}[1]{
% \ifitemannotation{highlight}
% {\textbf{#1}}
% {#1}}
\renewcommand*{\mkbibnamefamily}[1]{%
    {#1}%
    \ifitemannotation{undergrad}
        {{\color{red}$^{\bm{\star}}$}}
        {}%
    \ifitemannotation{earlygrad}
        {{\color{red}$^{\bm{\dagger}}$}}
        {}%
}%%



% 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*{\at}[1]{\\[2pt]\hspace*{-5pt}\begin{minipage}{\textwidth}\begin{itemize}\item[@]#1\end{itemize}\end{minipage}}
\newcommand*{\at}[1]{\vspace{-5pt}\begin{itemize}[leftmargin=0.75cm]\item[@]#1\end{itemize}}
\newcommand*{\with}[1]{\begin{itemize}[leftmargin=1.25cm]\item[with]#1\end{itemize}}

\newcommand*{\arXiv}[1]{\href{https://arxiv.org/abs/#1}{arXiv:#1}}
\newcommand*{\doi}[1]{\href{https://doi.org/#1}{DOI:#1}}
% \published{title}{coauthors}{journal}{vol}{no}{pp}{date}{url}
\newcommand*{\published}[8]{%
    {\nopagebreak
        #1. \textit{#3}, \ifthere{vol}{#4}\ifthere{no}{#5}\ifthere{pp}{#6}#7.
        \with{#2.}
    }
}
% \accepted{title}{coauthors}{journal}{arXiv}
\newcommand*{\accepted}[4]{#1. \textit{#3}. \arXiv{#4}.\with{#2.}}
% \submitted{title}{coauthors}{arXiv}
\newcommand*{\submitted}[3]{#1. \arXiv{#3}.\with{#2.}}

\def\ifthere#1#2{%
    \if\relax\detokenize{#2}\relax%
    \else%
        {#1 #2,}
    \fi}

\def\doc{Curriculum Vit\ae{}}


\begin{document}
\pagestyle{empty}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% title+contact %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\input{content/header.tex}

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


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

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

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

% \section*{Publications \hrulefill}
% \input{content/publications.tex}
\section*{Publications \hrulefill}
{\footnotesize
    \begin{itemize}
        \item[{\color{red}$\bm{\star}$}] indicates an undergraduate co-author
        \item[{\color{red}$\bm{\dagger}$}] indicates an early graduate co-author
    \end{itemize}
}
\nocite{*}

\printbibliography[title=Published, heading=subbibliography, keyword=published]
\printbibliography[title=Accepted, heading=subbibliography, keyword=accepted]
\printbibliography[title=Submitted, heading=subbibliography, keyword=submitted]

\section*{Teaching \hrulefill}
\input{content/teaching.tex}

\section*{Professional service \hrulefill}
\input{content/service.tex}

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

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

\section*{Presentations \hrulefill}

\nocite{*}
\printbibliography[title=Invited, heading=subbibliography, keyword=invited]
\printbibliography[title=Contributed, heading=subbibliography, keyword=contributed]
\printbibliography[title={Internal \normalfont{(at my home institution)}}, heading=subbibliography, keyword=internal]

\end{document}