mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2026-02-04 21:06:31 -05:00
66 lines
3.0 KiB
TeX
66 lines
3.0 KiB
TeX
\documentclass{article}
|
||
|
||
% Include common style
|
||
\input{shared/style/common}
|
||
|
||
% Include personal information (check build/ first, then root)
|
||
\IfFileExists{build/personal_info.tex}{\input{build/personal_info}}{\input{personal_info}}
|
||
|
||
\begin{document}
|
||
|
||
% Header with contact information
|
||
\input{shared/sections/header}
|
||
|
||
% Education section
|
||
\input{shared/sections/education}
|
||
|
||
% Publications section (NEW - instant credibility)
|
||
\input{shared/sections/publications-resume}
|
||
|
||
\resumesection{Research Experience}
|
||
|
||
\textscbf{Bucknell University} \hfill \textscbf{Lewisburg, PA}
|
||
|
||
\textbf{Human-Robot Interaction Researcher} \hfill \textbf{Jan 2023 – Present}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Published \textbf{2 first-author papers} at IEEE RO-MAN (2024, 2025) on novel HRI experimental platform enabling reproducible Wizard-of-Oz studies across multiple robot platforms
|
||
\item Architected modular plugin system with WebSocket-based teleoperation achieving real-time state synchronization with microsecond-precision data logging for \textbf{250+ interaction sessions}
|
||
\item Built RESTful API integrating Robot Operating System (ROS) for extensible control of NAO, Pepper, and custom robots
|
||
\end{itemize}
|
||
|
||
% Technical Skills (moved up for ATS optimization)
|
||
\input{shared/sections/skills-resume}
|
||
|
||
\resumesection{Selected Projects}
|
||
|
||
\textbf{Computer System from Scratch - Nand2Tetris} \hfill \textbf{HDL/Assembly/Java}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Designed complete computer system from hardware (NAND gates → CPU) through software (assembler → OS), demonstrating full-stack systems understanding critical for robotics applications
|
||
\end{itemize}
|
||
|
||
\textbf{Autonomous Vehicle Control - Chem-E-Car Competition} \hfill \textbf{C++/Arduino}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Led 15-member team designing autonomous hydrogen fuel cell vehicle; implemented embedded control system with real-time sensor fusion achieving \textbf{±10cm precision} at AIChE National Competition (2nd place)
|
||
\end{itemize}
|
||
|
||
\textbf{HRIStudio Research Platform} \hfill \textbf{Next.js/TypeScript/ROS}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Full-stack web application for managing HRI experiments with WebSocket robot control and comprehensive data logging
|
||
\end{itemize}
|
||
|
||
\textbf{F1 Performance Prediction Using Machine Learning} \hfill \textbf{Python/ML}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Developed ensemble models (LightGBM, XGBoost, Random Forest) predicting lap times with engineered features from weather, track characteristics, and historical performance data
|
||
\end{itemize}
|
||
|
||
\resumesection{Professional Experience}
|
||
|
||
\textscbf{Riverhead Raceway} \hfill \textscbf{Riverhead, NY}
|
||
|
||
\textbf{Software Developer} \hfill \textbf{Oct 2020 – Present}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Built real-time statistics platform serving \textbf{1500+ concurrent users} and \textbf{250k+ monthly visitors} using Next.js, TypeScript, PostgreSQL, and Docker with CI/CD pipelines
|
||
\end{itemize}
|
||
|
||
\end{document}
|