92 lines
5.3 KiB
TeX
92 lines
5.3 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}{Electrical and Computer Engineer}
|
|
Growth-driven engineer with years of diverse programming \& electronics experience. Led the avionics subteam of Rowan Rocketry to create student researched and developed avionics and recovery equipment, resulting in a successful launch and recovery at Spaceport America Cup 2024. As the Workshop Chair of the Rowan University IEEE Student Branch, I created and presented workshops to develop critical engineering skills of underclassmen in my major.
|
|
\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 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
|
|
\item Created Windows Forms application to manage an Altium Designer parts libary in a PostgreSQL database
|
|
\end{itemize}
|
|
\medskip
|
|
\textbf{Industrial Internet of Things (IIoT) Intern} \hfill Summer 2023 \\
|
|
Inductotherm Corp. \hfill \emph{Rancocas, NJ}
|
|
\begin{itemize}[topsep=-8pt]
|
|
\item Removed human error by extending an internal configuration tool to directly generate and export IIoT gateway configuration files
|
|
\item Suggested and installed a new IIoT gateway operating system to enable remote system deployments, updates, and diagnostics
|
|
\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 Conceived a custom STM32-based flight computer with KiCAD
|
|
\item Developed a switching power supply board to power flight computers from a 9V battery
|
|
\item Designed and tested a custom valve controller for a pneumatic parachute deployment system
|
|
\end{itemize}
|
|
\end{rSection}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% EDUCATION SECTION
|
|
%----------------------------------------------------------------------------------------
|
|
\begin{rSection}{Education - Rowan University}
|
|
\textbf{B.S. in Electrical and Computer Engineering} \hfill Expected May 2025 \\
|
|
\textbf{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}
|