My LaTeX resume template
% Original template by Abhinay Korukonda | |
% Heavily modified by Matthew Tran | |
%%% PACKAGES | |
% Used for scaling | |
\usepackage{relsize} | |
% Font | |
\usepackage{tgpagella} | |
% Microtyping, apparently makes things look better | |
\usepackage[expansion,protrusion]{microtype} | |
%%% DOCUMENT WIDE STYLING | |
\pagestyle{empty} | |
%%% CUSTOM COMMANDS | |
% Name and contact info | |
\newcommand\namestuff[2]{ | |
\begin{center} | |
\item[]\textbf{\huge #1}\\ | |
\vspace{0.7ex} | |
#2 | |
\end{center} | |
\vspace{-3.2ex} | |
} | |
% Title for major sections | |
\newcommand\rootstart[1]{ | |
\vspace{-2ex} | |
\subsection*{\Large \textit{#1}} | |
\vspace{-1ex} | |
} | |
% Horizontal line to split major sections | |
\newcommand\rootend{ | |
\vspace{0.4ex} | |
\hrule | |
\vspace{0.4ex} | |
} | |
% Make new indent bc \parindent doesn't work for some reason | |
\newlength{\newparindent} | |
\addtolength{\newparindent}{\parindent} | |
% Indentation style for stuff that isn't already in a list | |
\newenvironment{indentsection} { | |
\begin{list}{} { | |
\setlength{\leftmargin}{0pt} | |
\setlength{\parsep}{0pt} | |
\setlength{\parskip}{0pt} | |
\setlength{\itemsep}{0pt} | |
\setlength{\topsep}{0pt}} | |
} | |
{\end{list}} | |
% Provides indentation style for lists as well as makes a bullet | |
\newenvironment{circlist} { | |
\begin{list}{$\bullet$} { | |
\setlength{\leftmargin}{\newparindent} | |
\setlength{\parsep}{0pt} | |
\setlength{\parskip}{0pt} | |
\setlength{\itemsep}{0pt} | |
\setlength{\topsep}{0pt}} | |
} | |
{\end{list}} | |
% Shortcut for making time periods | |
\newcommand{\period}[4]{#1\ #2 -- #3\ #4} | |
% Shortcut for making time periods that haven't ended yet | |
\newcommand{\periodnow}[2]{#1\ #2 -- Present} | |
% Good for education, includes part for GPA, make sure to always use circlist with this | |
\newcommand{\sectiongpa}[6] { | |
\begin{indentsection} | |
\item[]\textscale{1.063}{\textbf{#1}} \textsl{#2}\\ | |
\textsl{#3}\ $|$\ {#4}\hfill\textsl{#5}\\ | |
\vspace{-2.4ex} | |
{#6} | |
\end{indentsection} | |
} | |
% Good for experiences, activities, just stuff with a location | |
\newcommand{\sectionloc}[5] { | |
\begin{indentsection} | |
\item[]\textscale{1.063}{\textbf{#1}} \textsl{#2}\\ | |
\textsl{#3}\hfill\textsl{#4}\\ | |
\vspace{-2.4ex} | |
{#5} | |
\end{indentsection} | |
} | |
% Good for projects, doesn't have a location | |
\newcommand{\sectionproj}[3] { | |
\begin{indentsection} | |
\item[]\textscale{1.063}{\textbf{#1}}\hfill\textsl{#2}\\ | |
\vspace{-2.4ex} | |
{#3} | |
\end{indentsection} | |
} | |
% Good for skills | |
\newcommand{\skill}[2] { | |
\item[]\textbf{#1}{:} #2 | |
} |
\documentclass[11pt]{article} | |
\usepackage[letterpaper, left=0.56in, right=0.56in, top=0.45in, bottom=0.45in]{geometry} | |
\usepackage[utf8]{inputenc} | |
\usepackage[english]{babel} | |
\babelhyphenation[english]{every-where} | |
\usepackage{resume} | |
\begin{document} | |
\relscale{0.95} | |
\namestuff | |
{Matthew Tran} | |
{matthewlamtran@berkeley.edu $|$ 626-297-7932 $|$ linkedin.com/in/matthewlamtran $|$ matthewtran.dev} | |
\rootstart{Education} | |
\sectiongpa | |
{University of California, Berkeley} {Berkeley, CA} | |
{B.S. in Electrical Engineering and Computer Science} {Cumulative GPA: 3.9, Major GPA: 4.0} {May 2022} | |
{\begin{circlist} | |
\item Current Coursework: CS162 (Operating Systems), EE106A (Intro to Robotics), EE149 (Intro to Embedded Systems) | |
\item Coursework: CS188 (Intro to AI), EE105 (Circuits), EE123 (Digital Signal Processing), CS170 (Algorithms), \\EE120 (Signals \& Systems) | |
\item Regents' and Chancellor's Scholarship (awarded to the top 2\% of undergraduate students) | |
\item Eta Kappa Nu (HKN) Honor Society Member (recognizes the top 25\% of EECS undergraduate students) | |
\end{circlist}} | |
\rootend | |
\rootstart{Experiences} | |
\sectionloc | |
{SpaceX} {Hawthorne, CA} | |
{Build Reliability Intern} {\period{May}{2020}{August}{2020}} | |
{\begin{circlist} | |
\item Successfully drove root cause investigations on multiple products ranging from flight computers to cameras and based on findings provided recommendations for corrective actions to the relevant team | |
\item Developed miscellaneous software and hardware tools to aid in root cause investigations | |
\end{circlist}} | |
\sectionloc | |
{UC Berkeley IEEE Student Branch} {Berkeley, CA} | |
{Micromouse Co-Director} {\periodnow{January}{2020}} | |
{ | |
\begin{circlist} | |
\item Developing major update to the robot kit used to teach the class, focusing on improved computational power, sensor flexibility, and maneuverability | |
\end{circlist} | |
\vspace{0.4ex} | |
\textsl{Micromouse Officer}\hfill\textsl{\period{August}{2019}{December}{2019}}\\ | |
\vspace{-2.4ex} | |
\begin{circlist} | |
\item Updating, making, and presenting labs ranging in topics from I$^2$C to PID to guide students through building a maze-solving robot for the Micromouse competition | |
\item Wrote a simulation in Python to aid in understanding algorithm implementation and hardware limitations | |
\end{circlist}} | |
\rootend | |
\rootstart{Activities} | |
\sectionloc | |
{Autonomous Underwater Vehicles at Berkeley} {Berkeley, CA} | |
{Electrical Lead} {\periodnow{August}{2019}} | |
{\begin{circlist} | |
\item Designing electrical system for new vehicle with an emphasis on improved reliability, manufacturability, and repairability | |
\end{circlist} | |
\vspace{0.4ex} | |
\textsl{Electrical Team Member}\hfill\textsl{\period{August}{2018}{August}{2019}}\\ | |
\vspace{-2.4ex} | |
\begin{circlist} | |
\item Used KiCad to design power distribution board to safely power various devices used on vehicle | |
\item Planned main pressure tube electronics assembly and wiring scheme in Fusion 360 | |
\end{circlist}} | |
\sectionloc | |
{CalSol} {Berkeley, CA} | |
{Electrical Team Member} {\periodnow{August}{2018}} | |
{\begin{circlist} | |
\item Developed test bench to simulate and debug electrical system of the car | |
\item Updated high voltage power distribution board with reduced footprint and increased integration | |
\end{circlist}} | |
\rootend | |
\rootstart{Projects} | |
\sectionproj | |
{STM32 APRS Transceiver} {\period{July}{2020}{August}{2020}} | |
{\begin{circlist} | |
\item Designed a low-cost compact device implementing AFSK encoding/decoding algorithms, text UI graphics driver, and keyboard to provide APRS messaging capabilities to off-the-shelf low-cost radios | |
\end{circlist}} | |
\sectionproj | |
{Self-Hosted Web Server} {\period{August}{2019}{December}{2019}} | |
{\begin{circlist} | |
\item Setup a LEMP stack on Ubuntu Server with a focus on security to run a WordPress blog that documents my projects | |
\end{circlist}} | |
\sectionproj | |
{PCB Laminator} {\period{January}{2019}{June}{2019}} | |
{\begin{circlist} | |
\item Modified an off-the-shelf laminator to easily and reliably make 0.008” trace/space PCBs, vastly speeding up the prototyping process; learned MATLAB Simulink to do system identification and PID tuning | |
\end{circlist}} | |
\rootend | |
\rootstart{Skills and Interests} | |
\begin{indentsection} | |
\skill{Programming}{Python, Java, C++, C, JavaScript, HTML, CSS} | |
\skill{Electronics Design/Manufacture}{KiCad, Altium, EAGLE, FlatCAM, SMD hand/reflow soldering} | |
\skill{IDEs}{Arduino, Atmel Studio 7, Mbed Studio, STM32CubeIDE} | |
\skill{CAD}{Fusion 360, SolidWorks} | |
\skill{Certifications}{CSWA (Certified SolidWorks Associate)} | |
\skill{Interests}{Hiking, Archery, Photography, HAM radio} | |
\end{indentsection} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment