mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2025-12-13 06:24:43 -05:00
65 lines
3.6 KiB
TeX
65 lines
3.6 KiB
TeX
\documentclass{article}
|
||
|
||
% Include common style
|
||
\input{shared/style/common}
|
||
|
||
% Include personal information
|
||
\input{personal_info}
|
||
|
||
\begin{document}
|
||
|
||
% Header with contact information
|
||
\input{shared/sections/header}
|
||
|
||
% Education section
|
||
\input{shared/sections/education}
|
||
|
||
\resumesection{Experience}
|
||
|
||
\textscbf{Riverhead Raceway} \hfill \textscbf{Riverhead, NY}
|
||
|
||
\textbf{Software Developer} \hfill \textbf{Oct 2020 – Present}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Engineered a digital registration platform that modernized paper-based processes, integrating payment processing and real-time number availability checking, eliminating manual processing delays
|
||
\item Built and deployed a high-performance race statistics platform serving 1500+ concurrent users, providing real-time access to driver positions, rankings, and lineups, replacing physical bulletin boards
|
||
\item Developed an intuitive content management system tailored for non-technical staff, enabling content management through familiar interfaces while maintaining website consistency
|
||
\item Orchestrated migration to containerized architecture using Docker and implemented automated backup systems to improve reliability
|
||
\end{itemize}
|
||
|
||
\textscbf{Bucknell University} \hfill \textscbf{Lewisburg, PA}
|
||
|
||
\textbf{Computer Science Researcher - Human-Robot Interaction} \hfill \textbf{Jan 2023 – Present}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Engineered a modular web-based experimental platform for human-robot interaction studies using the Wizard of Oz experimental paradigm and ROS2 and C++/Python, resulting in a first-author publication
|
||
\item Co-founded and led weekly research discussions in a new lab bridging computer science and psychology perspectives on human-robot interaction
|
||
\end{itemize}
|
||
|
||
\textbf{Computer Science Research Assistant - Chemical Engineering Department} \hfill \textbf{Aug 2023 – Present}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Designed and implemented an automated data collection system using a microcontroller and C++ to collect real-time temperature, pressure, and humidity data in harsh environments
|
||
\item Currently integrating robotic arm into existing coffee research project to automate repeated brewing-related tasks and data collection, freeing up researchers from unskilled repetitive work
|
||
\end{itemize}
|
||
|
||
\textbf{Teaching Assistant \& Engineering Tutor} \hfill \textbf{Aug 2023 - Present}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Led lab sessions in computer science (agile development, Java programming), engineering (Arduino, embedded systems), and physics (discovery experiments and data analysis)
|
||
\item Developed automated testing frameworks to streamline assignment grading and provide detailed personalized feedback
|
||
\item Provided technical mentorship at the Engineering Study Spot, focusing on programming concepts and system design
|
||
\end{itemize}
|
||
|
||
\resumesection{Activities}
|
||
|
||
\textscbf{AIChE Chem-E-Car Competition Team} \hfill \textscbf{Lewisburg, PA}
|
||
|
||
\textbf{President, Electrical and Mechanical Team Lead} \hfill \textbf{Jan 2023 – Present}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Pioneered team's first custom hardware solution: designed and fabricated a microcontroller-based control system with isolated power circuits for hydrogen fuel cell regulation
|
||
\item Implemented finite state machine architecture integrating spectrometer readings, relay control, and LED feedback for real-time reaction monitoring in isolated chamber conditions
|
||
\end{itemize}
|
||
|
||
% Shared sections
|
||
\input{shared/sections/publications}
|
||
\input{shared/sections/coursework}
|
||
\input{shared/sections/skills}
|
||
|
||
\end{document} |