summaryrefslogtreecommitdiff
path: root/cv.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cv.tex')
-rw-r--r--cv.tex91
1 files changed, 91 insertions, 0 deletions
diff --git a/cv.tex b/cv.tex
new file mode 100644
index 0000000..fbb03fd
--- /dev/null
+++ b/cv.tex
@@ -0,0 +1,91 @@
+\documentclass[10pt]{article}
+\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}}{}{}
+
+\oddsidemargin 0pt
+\evensidemargin 0pt
+\marginparwidth 40pt
+\marginparsep 10pt
+\topmargin -20pt
+\headsep 10pt
+\textheight 8.7in
+\textwidth 6.65in
+\renewcommand{\baselinestretch}{1.1}
+% stop latex from adding "references" headline
+\renewcommand\refname{}
+
+\setlength\parindent{0pt}
+\setlength\parskip{5pt}
+
+
+
+
+
+\title{Christopher Cox}
+\author{Curriculum Vit\ae{}}
+
+
+\begin{document}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%% title+contact %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\begin{minipage}[ht]{0.5\textwidth}
+ \flushleft
+ \Huge{Christopher Cox}
+ \vspace{5pt}
+
+ \hspace{2pt}\Large{Curriculum Vit\ae{}}
+\end{minipage}
+\begin{minipage}{0.49\textwidth}
+ \flushright
+ \input{content/contact.tex}
+\end{minipage}
+
+\vspace{10pt}
+\hrule\hrule
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%% body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\setlist{nolistsep}
+
+
+\section*{Research interests}
+
+Extremal combinatorics, probablilistic methods, algebraic methods, graph theory, partially-ordered sets.
+
+\section*{Education}
+\input{content/education.tex}
+
+\section*{Academic positions}
+\input{content/positions.tex}
+
+\section*{Publications}
+\subsection*{Submitted}
+\input{content/submitted.tex}
+
+\subsection*{Published}
+\input{content/publications.tex}
+
+\section*{Presentations}
+\subsection*{Invited}
+\input{content/invited.tex}
+\subsection*{Contributed}
+\input{content/contributed.tex}
+
+\section*{Awards/Grants}
+\input{content/awards-grants.tex}
+
+\end{document}