Bitbucket
Pricing & Signup
owner/repository
Help
Clone Icon
Clone
Fork Icon
Fork
Compare Icon
Compare
Pull Request Icon
Pull Request
HTTPS
Need help cloning? Visit
.
Clone in SourceTree
is a free Mac client by Atlassian for Git, Mercurial and Subversion.
Downloads
1
ParticipantsParentBranches
/ 1961861
committed
2012-09-17 misc
Comments (0)
Files Changed (3)
+265
-0
+42
-42
+61
-19
resume-burdo.tex
LaTeX Template: Designer's CV
Source: http://www.howtotex.com/
Feel free to distribute this template, but please keep the referal to HowToTeX.com.
Date: March 2012
+
+\documentclass[a4paper,12pt,final]{memoir}
+
+% misc
+\renewcommand{\familydefault}{bch} % font
+\pagestyle{empty} % no pagenumbering
+\setlength{\parindent}{0pt} % no paragraph indentation
+
+% required packages (add your own)
+\usepackage{flowfram} % column layout
+\usepackage[top=1cm,left=1cm,right=1cm,bottom=1cm]{geometry} % margins
+\usepackage{graphicx} % figures
+\usepackage{url} % URLs
+\usepackage[usenames,dvipsnames]{xcolor} % color
+\usepackage{multicol} % columns env.
+\setlength{\multicolsep}{0pt}
+\usepackage{paralist} % compact lists
+\usepackage{tikz}
+
+% Create column layout
+
+% define length commands
+\setlength{\vcolumnsep}{\baselineskip}
+\setlength{\columnsep}{\vcolumnsep}
+
+% frame setup (flowfram package)
+% left frame
+% \newflowframe{0.1\textwidth}{\textheight}{0pt}{0pt}[left]
+\newlength{\LeftMainSep}
+\setlength{\LeftMainSep}{2em}
+% \addtolength{\LeftMainSep}{2\columnsep}
+% % right frame
+\newflowframe{0.9\textwidth}{\textheight}{\LeftMainSep}{0pt}[main01]
+
+% horizontal rule between frames (using TikZ)
+\renewcommand{\ffvrule}[3]{%
+ \hfill
+ \tikz{%
+ \draw[loosely dotted,color=RoyalBlue,line width=1.5pt,yshift=-#1]
+ (0,0) -- (0pt,#3
+ \hfill\mbox{}}
+%\insertvrule{flow}{1}{flow}{2}
+
+% define macros (for convience)
+\newcommand{\Sep}{\vspace{1.5em}}
+\newcommand{\SmallSep}{\vspace{0.5em}}
+
+\newcommand{\CVSection}[1]
+{\Large\textbf{#1}\par
+ \SmallSep\normalsize\normalfont}
+
+\newcommand{\CVItem}[1]
+{\textbf{\color{RoyalBlue} #1}}
+
+\newcommand{\CPP}{C+\hspace{-4pt}+}
+% Begin document
+\begin{document}
+
+
+% Right frame
+
+\Huge\bfseries {\color{RoyalBlue} Sean McLaughlin}
+\normalsize\normalfont
+
+\begin{flushright}\small
+ \vspace{-3em}
+ \begin{tabular}{l}
+ \url{*******@*****.***}\\
+ \url{https://bitbucket.org/seanmcl}\\
+ \end{tabular}
+\end{flushright}\normalsize
+
+\normalsize\normalfont
+
+\vspace{-1em}
+
+% Experience
+\CVSection{Work Experience}
+\CVItem{August 2010 - present, Jane Street Capital}\\
+Quantitative research and technology group.
+Jane Street is a proprietary trading firm specializing in market making
+and arbitrage. We use OCaml as our primary programming language, which
+is what drew me to the company. My primary responsibility was the
+design and development of a distributed server for intra-day positions and order
+marking. I also built a new tool for doing code review in a code repository with
+non-linear history (a surprisingly hard problem) and an IDE for the OCaml compiler.
+(The code was written primarily in OCaml, with some amount of
+Emacs-Lisp for the IDE, and small bits in in Bash and C.)
+\SmallSep
+
+\CVItem{Summer 2009, National Science Foundation} \\
+I taught month-long courses on functional programming in OCaml
+and theorem proving using the HOL Light proof assistant at an NSF
+workshop in Hanoi, Vietnam.
+\SmallSep
+
+\CVItem{Summer 2007, Microsoft/INRIA} \\
+I worked with Georges Gonthier in the formal methods group. My
+project was to formalize the fundamental theorem of Galois theory in the
+Coq proof assistant. This is a difficult problem because it was not
+initially clear how to implement hierarchies of algebraic structures in type
+theory. (The code was written in Coq, with a very small OCaml component.)
+\SmallSep
+
+\CVItem{Summer 2004, Intel} \\
+I worked in the hardware verification group. They have a functional