95 lines
5.4 KiB
TeX
95 lines
5.4 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}
|
|
Initiative-taking engineer with years of diverse electronics and programming experience including designing and maintaining professional high-speed PCBs, developing internal software tooling, leading the avionics subteam of Rowan Rocketry, and running technical workshops for the Rowan University IEEE Student Branch.
|
|
\end{rSection}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% WORK EXPERIENCE
|
|
%----------------------------------------------------------------------------------------
|
|
\begin{rSection}{WORK EXPERIENCE}
|
|
\textbf{Industrial Hardware Development Intern} \hfill Summer 2024 \\
|
|
Inductotherm Corp. \hfill \emph{Rancocas, NJ}
|
|
\begin{itemize}[topsep=-8pt]
|
|
\item Proposed and created an internal Windows Forms tool to resolve disorganized PCB design libraries
|
|
\item Modernized a proprietary 5V industrial embedded system with a 3.3V microcontroller, ethernet interface, and USB C programming interface while maintaining full backward compatibility
|
|
\item Enabled high-speed design reuse by creating Altium Designer schematic and PCB snippets for USB C and Ethernet interfaces
|
|
\item Created manufacturing releases for high-speed, controlled impedance designs using Altium Designer
|
|
\end{itemize}
|
|
\medskip
|
|
\textbf{Industrial Internet of Things (IIoT) Intern} \hfill Summer 2023 \\
|
|
Inductotherm Corp. \hfill \emph{Rancocas, NJ}
|
|
\begin{itemize}[topsep=-8pt]
|
|
\item Proposed and installed a new IIoT gateway operating system to enable remote system deployments, updates, and diagnostics
|
|
\item Removed human error by extending an internal configuration tool to directly generate and export IIoT gateway configuration files
|
|
\item Wrote custom software to enable automatic gateway reconfiguration and telemetry with Azure IoT Hub
|
|
\end{itemize}
|
|
\end{rSection}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% TECHINICAL STRENGTHS
|
|
%----------------------------------------------------------------------------------------
|
|
\begin{rSection}{SKILLS}
|
|
\begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
|
|
Electronics Design & High-speed, impedance-controlled routing; 2, 4 \& 6-layer boards; hierarchical schematics
|
|
\\
|
|
Programming & C\#, Python, C, C++, Verilog HDL, Java, Bash, MatLab
|
|
\\
|
|
Server \& IoT & Debian and Fedora Linux, Azure IoT Hub, Docker, Podman, Secure Shell (ssh)
|
|
\\
|
|
CAD Packages & Altium Designer, KiCAD, FreeCAD, OnShape
|
|
\\
|
|
Development Tools & Vim, Git/GitHub, Azure DevOps, Visual Studio, VSCode, Eclipse
|
|
\\
|
|
Soft Skills & Technical documentation and writing, professional written and verbal communication
|
|
\end{tabular}
|
|
\end{rSection}
|
|
|
|
\begin{rSection}{PROJECTS}
|
|
\textbf{Rowan Spaceport America Cup Team} \hfill September 2023 -- Present
|
|
\begin{itemize}[topsep=-8pt]
|
|
\item Led the avionics subteam to design and test a valve controller for a pneumatic parachute deployment system
|
|
\item Implemented an avionics system using commercial-off-the-shelf components
|
|
\item Successfully launched and recovered the rocket at Spaceport America Cup 2024
|
|
\item Actively developing a modular STM32-based flight computer with KiCAD
|
|
\item Developed a switching power supply board to power flight computers from a 9V battery
|
|
\end{itemize}
|
|
\end{rSection}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% EDUCATION SECTION
|
|
%----------------------------------------------------------------------------------------
|
|
\begin{rSection}{Education}
|
|
\textbf{Rowan University} \hfill \emph{Glassboro, NJ} \\
|
|
B.S. in Electrical and Computer Engineering \hfill Expected May 2025 \\
|
|
Certificate of Undergraduate Study in Cybersecurity Engineering \\
|
|
GPA: 3.76\\
|
|
Martinson Honors College \hfill Fall 2021 -- Present
|
|
\end{rSection}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% AWARDS AND SCHOLARSHIPS
|
|
%----------------------------------------------------------------------------------------
|
|
\begin{rSection}{Awards \& Scholarships}
|
|
Eagle Scout \hfill March 2020 \\
|
|
Delta Ducon Engineering Scholarship \hfill May 2024 \\
|
|
Professional Engineering Society of Mercer County --- Engineering Student Scholarship \hfill 2021
|
|
\end{rSection}
|
|
\end{document}
|