104 lines
5.5 KiB
TeX
104 lines
5.5 KiB
TeX
\documentclass{resume} % Use the custom resume.cls style
|
|
\usepackage{enumitem}
|
|
\setlist{nosep}
|
|
|
|
\usepackage[left=0.4 in,top=0.3in,right=0.4 in,bottom=0.4in]{geometry} % Document margins
|
|
\newcommand{\tab}[1]{\hspace{.2667\textwidth}\rlap{#1}}
|
|
\newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
|
|
\name{Aidan Sharpe} % Your name
|
|
% You can merge both of these into a single line, if you do not have a website.
|
|
\address{(609) 738-5237 \\ Hightstown, NJ \\ amsharpe102@pm.me \\ www.sharpe6.com}
|
|
% \address{\href{mailto:amsharpe102@pm.me}{amsharpe102@pm.me} \\ \href{https://www.linkedin.com/in/aidan-sharpe-b86955224/}{Linked In} \\ \href{https://www.sharpe6.com}{Website}}
|
|
|
|
|
|
\begin{document}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% OBJECTIVE
|
|
%----------------------------------------------------------------------------------------
|
|
\begin{rSection}{Overview}
|
|
Growth-driven engineer with years of diverse programming \& electronics experience. Led my robotics team to implement an award-winning competitive robotic system. As the Workshop chair for the Rowan University IEEE Student Branch, developed and presented lessons to successfully teach critical engineering skills to underclassmen.
|
|
\end{rSection}
|
|
%----------------------------------------------------------------------------------------
|
|
% EDUCATION SECTION
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\begin{rSection}{Education - Rowan University}
|
|
{\bf B.S. in Electrical and Computer Engineering} \hfill {Expected May 2025}\\
|
|
{\bf Certificate in Cybersecurity Engineering}\\
|
|
{\bf Certificate in Cybersecurity}\\
|
|
GPA: 3.76\\
|
|
Martinson Honors College \hfill Fall 2021 -- Present\\
|
|
Dean's List \hfill Fall 2021 -- Present\\
|
|
Relevant Coursework: Circuit Design \& Analysis, Computer Architecture, Embedded Systems, FPGA Programming
|
|
Long-Term Engineering Project: Spaceport America Cup (formerly IREC) focusing on Avionics \& Power Management
|
|
\end{rSection}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% WORK EXPERIENCE
|
|
%----------------------------------------------------------------------------------------
|
|
\begin{rSection}{WORK EXPERIENCE}
|
|
\textbf{Technology Development Engineering Intern} \hfill May 2023 -- August 2023\\
|
|
Inductotherm Corp. \hfill \textit{Rancocas, NJ}
|
|
\begin{itemize}[topsep=-8pt]
|
|
\item Extended the functionality of an industrial test fixture by designing and testing a controllable frequency square wave oscillator circuit and implementing it in a PCB assembly
|
|
\item Improved reliability of customer systems by designing and automating remote configuration \& diagnostic tools
|
|
\item Enabled efficient deployments of remote systems by converting data publishing computers to a custom OS
|
|
\end{itemize}
|
|
\medskip
|
|
\textbf{Laser Fleet Sailing Coach} \hfill Jun 2020 -- August 2022\\
|
|
Toms River Yacht Club \hfill \textit{Toms River, NJ}
|
|
\begin{itemize}[topsep=-8pt]
|
|
\item Greatly advanced the abilities and confidence of beginner Laser sailors
|
|
\item Orchestrated and presented lessons to boost the skills of students
|
|
\end{itemize}
|
|
\end{rSection}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% TECHINICAL STRENGTHS
|
|
%----------------------------------------------------------------------------------------
|
|
\begin{rSection}{SKILLS}
|
|
\begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
|
|
Programming & C, Python, C++, Verilog HDL, C\#, Java, Bash, MatLab
|
|
\\
|
|
Electronics & Circuit \& PCB Design, Through-hole \& Surface Mount Soldering
|
|
\\
|
|
Server \& IoT & Microsoft Azure IoTHub, Docker, Podman, Secure shell remote server management
|
|
\\
|
|
Embedded Systems & Experience programming MSP430 and Arduino devices
|
|
\\
|
|
Hardware Testing & Examines circuits with Waveform Generators, Multimeters, \& Oscilloscopes
|
|
\\
|
|
Robotics & Autonomous and Manual Control Programming, Data \& Power Cabling
|
|
\\
|
|
General Software & Desktop \& Server-based Linux, Windows, LaTeX, Microsoft \& Google Office
|
|
\\
|
|
Special Software & Wireshark, SPICE, Git source control, Vim, VirtualBox, NixOS
|
|
\\
|
|
CAD Packages & Altium Designer, OnShape, KiCAD, FreeCAD
|
|
\\
|
|
Soft Skills & Professional Written \& Verbal Communication, Leadership, Initiative
|
|
\\
|
|
\end{tabular}
|
|
\end{rSection}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
\begin{rSection}{Awards \& Distinctions}
|
|
\begin{itemize}[topsep=-8pt]
|
|
\item Eagle Scout with Bronze \& Gold Palms \hfill 2020
|
|
\item Smart City Innovation Track Winner at 24-hour rapid engineering competition \hfill 2022
|
|
\item Professional Engineering Society of Mercer County --- Engineering Student Scholarship \hfill 2021
|
|
\item FIRST Robotics Competition Team Mercury: 1089 Gracious Professionalism Scholarship \hfill 2021
|
|
\end{itemize}
|
|
\end{rSection}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
\begin{rSection}{Extra-Curricular Activities}
|
|
\begin{itemize}[topsep=-8pt]
|
|
\item Rowan IEEE Student Branch Engineering Workshop Leader \hfill 2021 -- Present
|
|
\item Rowan Habitat for Humanity \hfill 2023 -- Present
|
|
\item Rowan University Intramural Flag Football \hfill 2022 -- 2023
|
|
\end{itemize}
|
|
\end{rSection}
|
|
\end{document}
|