From dda85e6d6e0d1d6b8ed853c44e31945e22c4bc56 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 23 Apr 2019 17:36:25 -0400 Subject: looks like this is in an okay place now --- extended.tex | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 extended.tex (limited to 'extended.tex') diff --git a/extended.tex b/extended.tex new file mode 100644 index 0000000..4c4c467 --- /dev/null +++ b/extended.tex @@ -0,0 +1,96 @@ +\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} +\subsection*{Other} +\input{content/othertalks.tex} + +\section*{Awards/Grants} +\input{content/awards-grants.tex} + +\section*{Workshops} +\input{content/workshops.tex} + +\end{document} -- cgit v1.2.3