65 lines
3.3 KiB
TeX
65 lines
3.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}{Overview}
|
|
\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} \\
|
|
\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 Upgraded 5V industrial embedded system to 3.3V microcontroller while maintaining backward compatibility
|
|
\item Enabled design reuse of high-speed circuits by creating snippets for USB-C and Ethernet interfaces
|
|
\item Envisioned and implemented a client and database for building and managing Altium Designer parts libraries
|
|
\item Created manufacturing releases for impedance controlled designs
|
|
\end{itemize}
|
|
\medskip
|
|
\textbf{Industrial Internet of Things Intern} \hfill Summer 2023 \\
|
|
Inductotherm Corp. \hfill \emph{Rancocas, NJ}
|
|
\begin{itemize}[topsep=-8pt]
|
|
\item Extended internal software tools to eliminate sources of human error
|
|
\item Leveraged Microsoft Azure IoT Hub to enable error-free remote gateway configurations
|
|
\item Enabled self-configuring gateways by building custom tools to interface with a specialized Linux system
|
|
\end{itemize}
|
|
\end{rSection}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% TECHINICAL STRENGTHS
|
|
%----------------------------------------------------------------------------------------
|
|
\begin{rSection}{Technical Strengths}
|
|
\textbf{Electronics and PCB Design}
|
|
\begin{itemize}[topsep=-8pt]
|
|
\item Flat and hierarchical schematic design
|
|
\item PCB design for 2, 4, \& 6 layer boards
|
|
\item High speed, differential pair, and impedance controlled routing
|
|
\end{itemize}
|
|
\textbf{
|
|
\end{rSection}
|
|
|
|
\end{document}
|