Created
March 1, 2016 15:14
-
-
Save jeremywrnr/3963a5840f5f787f9673 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% begin 'cv.tex' | |
%------------------------------------------------------------------ Doc settings | |
\documentclass[letterpaper,11pt]{article} | |
\newlength{\outerbordwidth} | |
\pagestyle{empty} | |
\raggedright | |
\raggedbottom | |
\usepackage{ulem} | |
\usepackage{framed} | |
\usepackage{sectsty} | |
\usepackage{tocloft} | |
\usepackage{bookmark} | |
\usepackage{hyperref} | |
\usepackage{etoolbox} | |
\usepackage[svgnames]{xcolor} | |
\robustify\cftdotfill | |
%----------------------------------------------------------------- config values | |
\sectionfont{\sectionrule{3ex}{0pt}{-1ex}{1pt}} % spacing in between sections | |
\newcommand{\conf}[1]{\textit{#1}} % underline conf in bibliography | |
\setlength{\outerbordwidth}{1pt} % Width of border of title bars | |
\newcommand{\me}[1]{\textbf{#1}} % bold my name in bibliography | |
\def \snspace {-2.5mm} % small neg space between sub items | |
\def \nspace {-7mm} % negative space between sections | |
%------------------------------------------------------------------ margin setup | |
\setlength{\evensidemargin}{-0.25in} | |
\setlength{\oddsidemargin}{-0.25in} | |
\setlength{\paperheight}{11in} | |
\setlength{\paperwidth}{8.5in} | |
\setlength{\headheight}{0in} | |
\setlength{\headsep}{0in} | |
\setlength{\tabcolsep}{0in} | |
\setlength{\textheight}{9.5in} | |
\setlength{\textwidth}{7in} | |
\setlength{\topmargin}{-0.3in} | |
\setlength{\topskip}{0in} | |
\setlength{\voffset}{0.1in} | |
%----------------------------------------------------------------- personal info | |
\begin{document} | |
%------------------------------------------------------------------------------- | |
\begin{tabular*}{7in}{l@{\extracolsep{\fill}}r} | |
\textbf{\Large first last} & | |
\textbf{\today} \\ | |
\href{mailto:[email protected]}{[email protected]} & | |
\url{http://website.com} \\ | |
\end{tabular*} | |
%---------------------------------------------------------------- resume content | |
%------------------------------------------------------------------------------- | |
\section*{Education} | |
\begin{description} | |
\item[May 2016] | |
MS in Computer Science, \textit{University of Rochester}, NY | |
\item[May 2015] | |
BS in Electrical and Computer Engineering, \textit{University of Rochester}, NY | |
\end{description} | |
\vspace{\nspace} | |
\section*{Experience} | |
\begin{description} | |
\item[2016] | |
ROCHCI Graduate Researcher, \textit{University of Rochester} | |
\\ Human Computer Interaction Group, advised by Professor Philip Guo | |
\\ \textit{MS Thesis}: Code Pilot: A Synchronous Collaborative Web Editor | |
\end{description} | |
\vspace{\nspace} | |
\section*{Teaching} | |
\begin{description} | |
\item[2014 - 2015] | |
CSUG Volunteer Tutor in \textit{The Science of Programming} and \textit{Computer Organization} | |
\vspace{\snspace} | |
\item[Spring 2013, 14, 15] | |
Teaching Assistant for ECE 112, \textit{Introduction to Logic Design} | |
\vspace{\snspace} | |
\item[Fall 2014] | |
Teaching Assistant for ECE 230, \textit{Electromagnetic Waves} | |
\end{description} | |
\vspace{\nspace} | |
\section*{Skills} | |
\begin{description} | |
\item[Programming Languages]| | |
Ruby, C++, Javascript, Python, R, Bash, C, SQL, Perl, Java | |
\vspace{\snspace} | |
\item[Hardware Skills]| | |
Oculus Rift, Arduino, Rasberry Pi, Particle, PCB design, SMD soldering | |
\end{description} | |
\vspace{\nspace} | |
\section*{Honors} | |
\begin{description} | |
\item[2015] | |
Dean's Award for Engineering and Applied Sciences Research | |
\vspace{\snspace} | |
\item[2013] | |
Inducted into the Tau Beta Pi Engineering Honor Society | |
\end{description} | |
\vspace{\nspace} | |
\end{document} | |
%% eof 'cv.tex' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment