Skip to content

Instantly share code, notes, and snippets.

@kevinburke
Created March 16, 2011 04:29
Show Gist options
  • Save kevinburke/872018 to your computer and use it in GitHub Desktop.
Save kevinburke/872018 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{enumitem}
\pagestyle{empty}
\setlength{\topmargin}{0in}
\setlength{\headsep}{0in}
\setlength{\headheight}{0in}
\setlength{\textheight}{9in}
\setlength{\oddsidemargin}{0.0in}
\setlength{\textwidth}{6.5in}
\setlength{\parindent}{0pt}
\begin{document}
\begin{figure}[ htb ]
\begin{minipage}[l]{ 0.25\textwidth }
\vspace{10pt}
{\bf Present Address} \newline
742 Amherst Ave. \#265 \newline
Claremont, CA 91711
\end{minipage}
\begin{minipage}[c]{ 0.45\textwidth }
\centering
{\bf \LARGE{Kevin Burke} } \\
http://kburke.org/projects \\
http://bitbucket.org/kevinburke
\end{minipage}
\begin{minipage}[c]{0.1\textwidth }
\hfill
\end{minipage}
\begin{minipage}[l]{ 0.15\textwidth }
\vspace{10pt}
{\bf Contact } \\
kev@inburke.com \\
(925) 271-7005
\end{minipage}
\end{figure}
{\bf EDUCATION }
\vspace{3pt}
\hrule
\vspace{10pt}
\begin{tabular*}{ 1\textwidth }{@{\extracolsep{\fill}} l r}
{\bf Claremont McKenna College,} Claremont, CA & May 2011 \\
\multicolumn{2}{l}{Coursework in Algorithms, Compiler Design, Programming Languages, Operations Research} \\
\multicolumn{2}{l}{3.81 grade point average \hspace{0.5in} \emph{ACM}: 27th Southern California Region}
\end{tabular*}
\vspace{20pt}
\begin{tabular*}{ 1\textwidth }{@{\extracolsep{\fill}} l r}
{\bf University of Pennsylvania,} Philadelphia, PA & August 2006 - December 2007 \\
\multicolumn{2}{l}{Coursework in Finance, Accounting, Calculus III, Java } \\
\multicolumn{2}{l}{3.5 grade point average }
\end{tabular*}
\vspace{20pt}
{\bf EXPERIENCE }
\vspace{3pt}
\hrule
\vspace{10pt}
\begin{tabular*}{ 1\textwidth }{ @{\extracolsep{\fill}} l r}
{\bf Atlassian (JIRA, Confluence, Bitbucket)}, San Francisco, CA, \emph{Intern}
& Summer 2010
\end{tabular*}
\begin{itemize}[noitemsep]
\item Used Analytics, SEO, improved IA design to reduce support load
\item Wrote Virgil, a real-time suggestion engine for support customers
\item Brought problems with new-user experience to attention of management
\end{itemize}
\begin{tabular*}{ 1\textwidth }{ @{\extracolsep{\fill}} l r}
{\bf Good Morning CMC} (http://goodmorningcmc.com), \emph{Designer/Developer}
& August 2010 - Current
\end{tabular*}
\begin{itemize}[noitemsep]
\item Daily email service with news, events, sports. 850 people subscribed
\item Use Flask \& Jinja for templates, Python scripts to automate content generation
\end{itemize}
\begin{tabular*}{ 1\textwidth }{ @{\extracolsep{\fill}} l r}
{\bf Seva Mandir (charity organization),} Udaipur, India, \emph{Intern}
& January - May 2010
\end{tabular*}
\begin{itemize}[noitemsep]
\item Designed custom homepage, donation page, e-mail newsletter and blog
\item Conducted full-day Excel, Photoshop training sessions for entire staff
\item Surveyed youth in rural towns to assess effectiveness of training program
\end{itemize}
\begin{tabular*}{ 1\textwidth }{ @{\extracolsep{\fill}} l r}
{\bf Senior Thesis} (http://goodmorningcmc.com) & August 2010 - December
\end{tabular*}
\begin{itemize}[noitemsep]
\item User tested several proposed changes to financial statement design
\item Built Javascript mousetracking interface and generated user mouse movement heatmaps
\end{itemize}
\begin{tabular*}{ 1\textwidth }{ @{\extracolsep{\fill}} l r}
{\bf Excel in Basketball Camp,} De La Salle HS, Concord, CA, \emph{Coach}
& Fall 2009 - Current
\end{tabular*}
\begin{itemize}[noitemsep]
\item Coached 8-12 year olds at one of the top youth camps in California
\item Developed leadership, teaching, motivation, storytelling skills
\end{itemize}
\begin{tabular*}{ 1\textwidth }{ @{\extracolsep{\fill}} l r}
{\bf CMCForum.com,} \emph{Editor/Writer}
& Fall 2009 - Current
\end{tabular*}
\begin{itemize}[noitemsep]
\item Manage 4 writers on the News team
\item Write weekly opinion and news columns for school-wide audience
\end{itemize}
\begin{tabular*}{ 1\textwidth }{ @{\extracolsep{\fill}} l r}
{\bf Penn Men's Basketball,} Philadelphia, PA, \emph{Student Manager}
& Fall 2009 - Current
\end{tabular*}
\begin{itemize}[noitemsep]
\item Handled game, practice, travel logistics for Ivy League winning team
\item Learned NCAA-level coaching techniques
\end{itemize}
\begin{tabular*}{ 1\textwidth }{ @{\extracolsep{\fill}} l r}
{\bf West Philadelphia Basketball League,} Philadelphia, PA, \emph{Coach}
& August 2006 - December 2007
\end{tabular*}
\begin{itemize}[noitemsep]
\item Taught basketball fundamentals to underprivileged 10-13 year olds
\item Talked to players on the phone weekly, developed pre-practice academic lesson plans
\end{itemize}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment