Initial Resume Commit
- Adding LICENSE and resume files
This commit is contained in:
5
LICENSE
5
LICENSE
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2019 Sravan Balaji
|
||||
Copyright (c) 2018 Sravan Balaji
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
@@ -19,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
|
BIN
sravan_balaji_resume.pdf
Normal file
BIN
sravan_balaji_resume.pdf
Normal file
Binary file not shown.
216
sravan_balaji_resume.tex
Normal file
216
sravan_balaji_resume.tex
Normal file
@@ -0,0 +1,216 @@
|
||||
%-------------------------
|
||||
% Resume in Latex
|
||||
% Author : Sravan Balaji
|
||||
% Updated: July 31st, 2019
|
||||
% License : MIT
|
||||
%------------------------
|
||||
|
||||
\documentclass[letterpaper,11pt]{article}
|
||||
|
||||
\usepackage{latexsym}
|
||||
\usepackage[empty]{fullpage}
|
||||
\usepackage{titlesec}
|
||||
\usepackage{marvosym}
|
||||
\usepackage[usenames,dvipsnames]{color}
|
||||
\usepackage{verbatim}
|
||||
\usepackage{enumitem}
|
||||
\usepackage[hidelinks]{hyperref}
|
||||
\usepackage{fancyhdr}
|
||||
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{} % clear all header and footer fields
|
||||
\fancyfoot{}
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
\renewcommand{\footrulewidth}{0pt}
|
||||
|
||||
% Adjust margins
|
||||
\addtolength{\oddsidemargin}{-0.5in}
|
||||
\addtolength{\evensidemargin}{-0.5in}
|
||||
\addtolength{\textwidth}{1in}
|
||||
\addtolength{\topmargin}{-0.5in}
|
||||
\addtolength{\textheight}{1.0in}
|
||||
|
||||
\urlstyle{same}
|
||||
|
||||
\raggedbottom
|
||||
\raggedright
|
||||
\setlength{\tabcolsep}{0in}
|
||||
|
||||
% Sections formatting
|
||||
\titleformat{\section}{
|
||||
\vspace{-12pt}\scshape\raggedright\large
|
||||
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
|
||||
|
||||
%-------------------------
|
||||
% Custom commands
|
||||
|
||||
\newcommand{\resumeSkillItemHeading}[2]{
|
||||
\item\small{
|
||||
\textbf{#1}{: #2 \vspace{-2pt}}
|
||||
}
|
||||
}
|
||||
|
||||
\newcommand{\resumeItem}[1]{
|
||||
\item\small{
|
||||
\textbf{#1}
|
||||
}
|
||||
}
|
||||
|
||||
\newcommand{\resumeSubheading}[4]{
|
||||
\vspace{-1pt}\item
|
||||
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
|
||||
\textbf{#1} & #2 \\
|
||||
\textit{\small#3} & \textit{\small #4} \\
|
||||
\end{tabular*}\vspace{-5pt}
|
||||
}
|
||||
|
||||
\newcommand{\resumeSubheadingTwo}[2]{
|
||||
\vspace{-1pt}
|
||||
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
|
||||
\textit{\small#1} & \textit{\small #2} \\
|
||||
\end{tabular*}\vspace{-5pt}
|
||||
}
|
||||
|
||||
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
|
||||
|
||||
\renewcommand{\labelitemii}{$\circ$}
|
||||
|
||||
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]}
|
||||
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
|
||||
\newcommand{\resumeItemListStart}{\begin{itemize}}
|
||||
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
|
||||
|
||||
%-------------------------------------------
|
||||
%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
%----------HEADING-----------------
|
||||
\centering
|
||||
{\textbf{\Huge Sravan Balaji}}
|
||||
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}lcr}
|
||||
Email: \href{mailto:balajsra@umich.edu}{balajsra@umich.edu}
|
||||
& Phone: (248) 417 - 0955
|
||||
& LinkedIn: \href{www.linkedin.com/in/sravan-balaji}{www.linkedin.com/in/sravan-balaji}
|
||||
\end{tabular*}
|
||||
|
||||
%-----------EDUCATION-----------------
|
||||
\section{Education}
|
||||
\resumeSubHeadingListStart
|
||||
|
||||
\resumeSubheading
|
||||
{University of Michigan}{Ann Arbor, MI}
|
||||
{BSE in Mechanical Engineering and Computer Science in Progress; GPA: 3.72}{Sep. 2016 -- Dec. 2020}
|
||||
|
||||
\resumeSubHeadingListEnd
|
||||
|
||||
%-----------WORK EXPERIENCE-----------------
|
||||
\section{Work Experience}
|
||||
\resumeSubHeadingListStart
|
||||
|
||||
% Hughes Network Systems
|
||||
\resumeSubheading
|
||||
{Hughes Network Systems}{San Diego, CA}
|
||||
{Software Development Intern}{May 2019 -- Aug. 2019}
|
||||
|
||||
\resumeItemListStart
|
||||
|
||||
\item{Designed and developed Windows GUI app in C\# using .NET framework; automated mobile terminal configuration process to reduce user involvement, prevent errors, and decrease configuration time}
|
||||
|
||||
\item{Implemented location based services on terminal software written in C; used MQTT-SN protocol to provide low-cost method of sending GPS data to server}
|
||||
|
||||
\resumeItemListEnd
|
||||
|
||||
% Rivian
|
||||
\resumeSubheading
|
||||
{Rivian}{Plymouth, MI}
|
||||
{Business Technology Intern}{May 2018 -- Dec. 2018}
|
||||
|
||||
\resumeItemListStart
|
||||
|
||||
\item{Championed effort to remove Bill of Materials data inconsistencies; developed Excel macro to summarize mass and cost data, find incorrect data, and alert project managers; resulted in faster detection and resolution of issues}
|
||||
|
||||
\item{Introduced and implemented an internal website that collected and displayed data from business systems using Python and Django Web Framework; worked with APIs to present reports of issues by severity}
|
||||
|
||||
\item{Led effort to create a new service desk for IT team; worked with Jira Service Desk to create custom automation rules and workflows based on collected requirements; resulted in 70\% to 95\% increase in ticket resolution within SLA targets}
|
||||
|
||||
\resumeItemListEnd
|
||||
|
||||
\resumeSubheadingTwo
|
||||
{Vehicle Integration Intern}{Jun. 2017 -- Aug. 2017}
|
||||
|
||||
\resumeItemListStart
|
||||
|
||||
\item{Developed a program in Java to summarize results of simulation; allowed users to modify inputs to see projected results of simulation to avoid additional testing and reduce costs}
|
||||
|
||||
\resumeItemListEnd
|
||||
|
||||
\resumeSubHeadingListEnd
|
||||
|
||||
%-----------RESEARCH-----------------
|
||||
\section{Research}
|
||||
\resumeSubHeadingListStart
|
||||
|
||||
% Compliant Systems Design Lab
|
||||
\resumeSubheading
|
||||
{Compliant Systems Design Lab}{Ann Arbor, MI}
|
||||
{Research Assistant}{Jan. 2019 -- Apr. 2019}
|
||||
|
||||
\resumeItemListStart
|
||||
|
||||
\item {Designed and conducted an experiment to investigate the applicability of digital image correlation (DIC) for analyzing strain in fiber reinforced elastomeric enclosures (FREEs)}
|
||||
|
||||
\item {Assisted in development of a C++ program to analyze creep behavior of a FREE and generate plots}
|
||||
|
||||
\resumeItemListEnd
|
||||
|
||||
\resumeSubHeadingListEnd
|
||||
|
||||
%--------PROJECTS------------
|
||||
\section{Projects}
|
||||
\resumeSubHeadingListStart
|
||||
|
||||
% SPARK Electric Racing
|
||||
\resumeSubheading
|
||||
{SPARK Electric Racing at the University of Michigan}{Ann Arbor, MI}
|
||||
{Mechanical Engineer}{Oct. 2016 -- Apr. 2019}
|
||||
|
||||
\resumeItemListStart
|
||||
|
||||
\item{Manufactured parts for Spark electric motorcycle on mill based on engineering drawings; assembled parts and made adjustments when needed to ensure proper functionality without requiring additional machining}
|
||||
|
||||
\item{Designed and manufactured welding jigs, fairing mounting tabs, and frame components in CATIA; made engineering drawings of parts in SolidWorks for manufacturing}
|
||||
|
||||
\resumeItemListEnd
|
||||
|
||||
\resumeSubHeadingListEnd
|
||||
|
||||
%--------SKILLS------------
|
||||
\section{Skills}
|
||||
\resumeItemListStart
|
||||
|
||||
\resumeSkillItemHeading
|
||||
{Programming}
|
||||
{C++, C\#, C, Java, Python, Arduino, Excel VBA, \LaTeX, HTML}
|
||||
|
||||
\resumeSkillItemHeading
|
||||
{Computer Aided Design}
|
||||
{SolidWorks, CATIA}
|
||||
|
||||
\resumeSkillItemHeading
|
||||
{Simulation}
|
||||
{MATLAB, Simulink}
|
||||
|
||||
\resumeSkillItemHeading
|
||||
{Manufacturing}
|
||||
{University of Michigan Wilson Center Basic I $\&$ II, Mill Training}
|
||||
|
||||
\resumeSkillItemHeading
|
||||
{Languages}
|
||||
{English (first language), French (conversational), Tamil (conversational)}
|
||||
|
||||
\resumeItemListEnd
|
||||
|
||||
%-------------------------------------------
|
||||
\end{document}
|
Reference in New Issue
Block a user