%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Deedy - One Page Two Column Resume
% LaTeX Template
% Version 1.1 (30/4/2014)
%
% Original author:
% Debarghya Das (http://debarghyadas.com)
%
% Original repository:
% https://github.com/deedydas/Deedy-Resume
%
% IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX
%
% This template uses several fonts not included with Windows/Linux by
% default. If you get compilation errors saying a font is missing, find the line
% on which the font is used and either change it to a font included with your
% operating system or comment the line out to use the default font.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TODO:
% 1. Integrate biber/bibtex for article citation under publications.
% 2. Figure out a smoother way for the document to flow onto the next page.
% 3. Add styling information for a "Projects/Hacks" section.
% 4. Add location/address information
% 5. Merge OpenFont and MacFonts as a single sty with options.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% CHANGELOG:
% v1.1:
% 1. Fixed several compilation bugs with \renewcommand
% 2. Got Open-source fonts (Windows/Linux support)
% 3. Added Last Updated
% 4. Move Title styling into .sty
% 5. Commented .sty file.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Known Issues:
% 1. Overflows onto second page if any column's contents are more than the
% vertical limit
% 2. Hacky space on the first bullet point on the second column.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[]{deedy-resume-openfont}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% LAST UPDATED DATE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\lastupdated
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TITLE NAME
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\namesection{Laura}{McRae}{ \urlstyle{same}\url{https://www.linkedin.com/in/mcraeklaura} \\
\href{mailto:mcraeklaura@gmail.com}{mcraeklaura@gmail.com} | 805.428.8854
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COLUMN ONE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{minipage}[t]{0.33\textwidth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EDUCATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Education}
\subsection{CSU Monterey Bay}
\descript{Computer Science}
\location{Expected June 2018}
Conc. in Software Engineering \\
Conc. in Information Systems \\
\location{ Cum. GPA: 3.6 / 4.0 \\
Major GPA: 4.0 / 4.0}
Dean's List (Spring 2015) \\
\sectionsep
\subsection{Simi Valley High School}
\location{Grad. May 2014| Simi Valley, CA}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% COURSEWORK
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Undergraduate}
Teaching Assistant \\
{\footnotesize \textit{\textbf{(Introductory course) }}} \\
Multimedia Programing \\
Python \\
C++ \\
Data Base \\
Computer Graphics \\
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SKILLS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Skills}
\subsection{Programming}
Python \textbullet{} C++
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LINKS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Links}
LinkedIn:// \href{https://www.linkedin.com/in/mcraeklaura}{\custombold{mcraeklaura}} \\
Github:// \href{https://github.com/mcraeklaura}{\custombold{mcraeklaura}} \\
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COLUMN TWO
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{minipage}
\hfill
\begin{minipage}[t]{0.66\textwidth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EXPERIENCE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Experience}
\runsubsection{Computer Science Teacher Assistant}
\descript{| TA for an Introductory CS course at CSUMB }
\location{August 2015 – Current | Seaside, CA}
\vspace{\topsep} % Hacky fix for awkward extra vertical space
\begin{tightemize}
\item Work office hours and training for review sessions.
\item Trouble-shoot and help students understand their exercizes, attend all classes.
\item Grade homework/input student scores into a grade-book given to professor.
\item Available by email for any student help.
\end{tightemize}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Course and other work
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Coursework and Other}
\runsubsection{Salesforce Development}
\descript{| Voluntary Course}
\location{August 2015 – Present | Seaside, CA}
Currently Working on: \\
Training Application for Sports teams/Classes/Other that helps individuals/teams track progress and keep records of their goals, work-outs, competitions, ect.
\sectionsep
\runsubsection{Multimedia and Design Programming}
\descript{| Using Python}
\location{Spring 2015 | CSUMB}
\begin{tightemize}
\item 3D shape and sound animation.
\item Creating a picture from a book; each letter is assigned to a color, and each book, when imported, makes its own picture.
\item Graphic User Interface and implementation for video game.
\end{tightemize}
\sectionsep
\runsubsection{Other Coursework}
\descript{| Using C++}
\location{| CSUMB}
\begin{tightemize}
\item Chess Game
{\footnotesize \textit{\textbf{(In Progress) }}} \\
\end{tightemize}
\sectionsep
\runsubsection{Responsibilities}
\descript{| Other Experience }
\location{June 2013 – Present | California}
\begin{tightemize}
\item Management of CSUMB's Student Union's Instagram account and Website.
{\footnotesize \textit{\textbf{(Otter Student Union) }}} \\
\item Member of the Board of Directors and extensive leadership training
{\footnotesize \textit{\textbf{(~2 weeks full time)(Otter Student Union) }}} \\
\item Entrusted with lock-out key and on call phone and was responsible for checking-in people in up to 2 buildings
{\footnotesize \textit{\textbf{(Responsible for 288 keys)(Summer Conference Assistant CSUMB) }}} \\
\end{tightemize}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% AWARDS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Awards}
\begin{tabular}{rll}
2014 & Regional & Customer Service Assiciate of the Year\\
\end{tabular}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SOCIETIES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Societies}
\begin{tabular}{rll}
2014 & National & Alpha Kappa Psi Professional Fraternity\\
\end{tabular}
\sectionsep
\end{minipage}
\end{document} \documentclass[]{article}