mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2025-12-11 05:24:44 -05:00
85 lines
3.4 KiB
TeX
85 lines
3.4 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 Developed real-time statistics platform serving 1500+ concurrent users and 250k monthly website visits
|
||
\item Built payment processing platform handling \$100,000+ in transactions with automated content management
|
||
\item Modernized infrastructure through containerization and automation for reliable operations
|
||
\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 Led research and authored first-author papers at IEEE RO-MAN 2024 and 2025 conferences
|
||
\item Developed web-based HRIStudio platform addressing reproducibility challenges in Wizard-of-Oz studies
|
||
\end{itemize}
|
||
|
||
\textbf{Computer Science Research Assistant - Chemical Engineering Department} \hfill \textbf{Aug 2023 – May 2025}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Built automated data collection tools enabling researchers to focus on analysis over manual gathering
|
||
\end{itemize}
|
||
|
||
\textbf{Teaching Assistant \& Engineering Tutor} \hfill \textbf{Aug 2023 - Present}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Mentored 200+ students across CS, engineering, and physics connecting theory to real-world applications
|
||
\item Created automated testing frameworks with personalized feedback streamlining assessment processes
|
||
\end{itemize}
|
||
|
||
\resumesection{Activities}
|
||
|
||
\textscbf{AIChE Chem-E-Car Competition Team} \hfill \textscbf{Bucknell University}
|
||
|
||
\textbf{Former President, Electrical and Mechanical Team Lead} \hfill \textbf{Jan 2023 – Present}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Designed custom microcontroller control system for hydrogen fuel cell regulation using finite state machine architecture
|
||
\end{itemize}
|
||
|
||
\textscbf{Bucknell Coffee Society} \hfill \textscbf{Bucknell University}
|
||
|
||
\textbf{Co-Founder and Treasurer} \hfill \textbf{Oct 2023 – Present}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Manage financial operations, budgeting, and event coordination for campus coffee organization
|
||
\end{itemize}
|
||
|
||
\resumesection{Selected Projects}
|
||
|
||
\textbf{beenvoice - Professional Invoicing Application} \hfill \textbf{TypeScript/Next.js}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Built full-stack invoicing app with secure authentication, client management, and invoice generation
|
||
\end{itemize}
|
||
|
||
\textbf{Formula One Performance Prediction Using Machine Learning} \hfill \textbf{Python/ML}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Developed ensemble machine learning models (LightGBM, XGBoost, Random Forest) to predict F1 lap times with high accuracy
|
||
\end{itemize}
|
||
|
||
\textbf{HRIStudio Research Platform} \hfill \textbf{Next.js/TypeScript}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Developed web-based platform for Wizard-of-Oz experiments with WebSocket-based robot control and comprehensive data logging
|
||
\end{itemize}
|
||
|
||
% Shared sections
|
||
\input{shared/sections/coursework}
|
||
\input{shared/sections/skills}
|
||
|
||
\end{document}
|