Anon Resume
Author
arash.out
Last Updated
há 7 anos
License
Creative Commons CC BY 4.0
Abstract
A résumé
A résumé
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Medium Length Professional CV
% LaTeX Template
% Version 2.0 (8/5/13)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Trey Hunner (http://www.treyhunner.com/)
%
% Important note:
% This template requires the resume.cls file to be in the same directory as the
% .tex file. The resume.cls file provides the resume style used for structuring the
% document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass{resume} % Use the custom resume.cls style
\usepackage[left=0.7in,top=0.4in,right=0.7in,bottom=0.5in]{geometry} % Document margins
%----------------------------------------------------------------------------------------
% DOCUMENT START
%----------------------------------------------------------------------------------------
\name{First Last} % Your name
\address{(123)~$\cdot$~456~$\cdot$~7890 \\ first.last@gmail.com \\ github.com/firstlast \\ ca.linkedin.com/in/firstlast} % Your phone number and email
\begin{document}
\title{Anon Resume}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Education}
\begin{rSubsection}{University of Unknown Province}{September 2013 - Present}{B.ASc in Mechanical Engineering }{City One, UP}
%\vspace{-.1cm}
%Overall GPA: 78\%
\vspace{-.65cm}
\item[]
\end{rSubsection}
\end{rSection}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Work Experience}
\begin{rSubsection}{Manufactoring Company}{August 2016 - December 2016}{Engineering Co-op Student}{City Three, UP}
\item Created Excel utilities with VBA that massively stream-lined SAP processes, saving Project Managers 10 hours every week. These include: \\
-Creating a GUI for quickly retrieving any information about SAP materials in Excel all at once\\
-Writing a script to pull 100s of drawings during the year end inventory rush
\item Developed Python GUI database app with SQLite to reduce time searching for SAP materials by 50\%
\end{rSubsection}
\begin{rSubsection}{Logistics Company}{December 2015 - May 2016}{Data Analyst Intern}{City One, UP}
\item Revolutionized the position by using Python \& regular expressions to consolidate all data in one place
\item Created several Python scripts and VBA macros to automate tasks saving at-least 15 minutes each day.
\item Improved hiring practices by analyzing compiled data to demonstrate the low retention rates associated with hiring through labour agencies
\item Utilized Excel pivot tables to summarize, categorize, and present data allowing the owner to make informed decisions about company operations
\end{rSubsection}
\end{rSection}
%----------------------------------------------------------------------------------------
% Technical Experience
%----------------------------------------------------------------------------------------
\begin{rSection}{Projects}
\begin{rSubsection}{Strength Journal Mobile App}{June 2017}{}{}
\item Published Android app that allows users to log workout stats with minimal hassle
\item Applied test-driven development when implementing features to ensure quality of product
\end{rSubsection}
\begin{rSubsection}{School Newspaper Website}{May 2017}{Contributer}{}
\item Constructed unit tests for REST API that increased coverage by 5\%
\item Implemented REST API endpoints for the User model
\end{rSubsection}
\begin{rSubsection}{C++ Blob Combat Simulation}{May 2017}{}{}
\item Developed a simulation where "blobs" evolve to fight using genetic algorithms like proportional and tournament selection
\item Applied linear algebra concepts to efficiently implement a Neural Network and collision detection
\item Built the simulation independent of real elapsed time enabling "fast forward" feature to significantly reduce training time
\end{rSubsection}
\iffalse
\begin{rSubsection}{UUP SIAM - Direct Tap Machine Learning}{April 2017 - Present}{}{City One, UP}
\item Built a model to visualize the correlation between order quantity and seasonality, using Python pandas and matplotlib
\end{rSubsection}
\fi
\begin{rSubsection}{Design Project - Water Jet Propelled Vehicle}{April 2015 - May 2015}{}{City One, UP}
\item Developed MATLAB time marching simulation which optimized water to air ratio and predicted the vehicle speed to within 12\%
\item Programmed Arduino micro-controller to control steering and valve servos using RF transmitter/receiver
\end{rSubsection}
\iffalse
\begin{rSubsection}{JavaScript 8 Puzzle Solver}{December 2016}{}{}
\item Developed a sliding puzzle solver in pure JavaScript to animate a step by step solution
\item Is able to solve 3x3 tile board in less than 1 second using the A* algorithm
\end{rSubsection}
\fi
\end{rSection}
%----------------------------------------------------------------------------------------
% TECHNICAL STRENGTHS SECTION
%----------------------------------------------------------------------------------------
\iffalse
\begin{rSection}{Technical Skills}
\begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
Languages & Python, MATLAB, C++, C\#, VBA, LaTex, SQL \\
Software & SolidWorks (CSWA Certified), Microsoft Excel, Git, SAP \\
Tools & Micro-controllers, Machine Shop Tools (Lathe, Mill) \\
Web skills & HTML5, CSS, JavaScript, JQuery, Flask, Selenium \\
\end{tabular}
\end{rSection}
\fi
%----------------------------------------------------------------------------------------
% INTERESTS
%----------------------------------------------------------------------------------------
\iffalse
\begin{rSection}{Interests}
Cycling\hspace{1cm}Basketball\hspace{1cm}Soccer\hspace{1cm}Automation\hspace{1cm}Electronics Hobbyist
\end{rSection}
\fi
%----------------------------------------------------------------------------------------
\end{document}