mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2026-09-22 14:21:29 -04:00
51 lines
3.3 KiB
TeX
51 lines
3.3 KiB
TeX
\documentclass{article}
|
||
\input{shared/style/common}
|
||
\IfFileExists{build/personal_info.tex}{\input{build/personal_info}}{\input{personal_info}}
|
||
\begin{document}
|
||
\input{shared/sections/header}
|
||
\input{shared/sections/education}
|
||
|
||
\resumesection{Publications \& Research}
|
||
\textbf{Human-Robot Interaction Researcher, Bucknell University} \hfill \textbf{Jan 2023 – May 2026}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Published two first-author papers at IEEE RO-MAN (2024, 2025) on HRIStudio, a web-based Wizard-of-Oz platform for reproducible HRI studies; completed an honors thesis evaluating the platform
|
||
\item Achieved 100\% design fidelity and 96.7\% execution reliability vs.\ 66.7\% baseline; SUS usability score 76.7 vs.\ 59.2 for Choregraphe
|
||
\item Architected modular robot plugins, WebSocket teleoperation, comprehensive experiment logging, and RESTful ROS integration for NAO, Pepper, and custom robots
|
||
\end{itemize}
|
||
\textit{O'Connor, S. \& Perrone, L.F.}, ``A Web-Based Wizard-of-Oz Platform for Collaborative and Reproducible HRI Research,'' IEEE RO-MAN 2025.\\
|
||
\textit{O'Connor, S. \& Perrone, L.F.}, ``HRIStudio: A Framework for Wizard-of-Oz Experiments in HRI Studies,'' IEEE RO-MAN 2024.
|
||
|
||
\resumesection{Professional Experience}
|
||
\textscbf{Hadlock technologies LLC} \hfill \textscbf{New York}
|
||
\textbf{Founder \& Software Engineer} \hfill \textbf{2026 – Present}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Founded Hadlock technologies LLC and built RaceTix, a digital ticketing platform integrating Shopify with signed, idempotent webhooks for automated ticket issuance and QR-code fulfillment
|
||
\item Developed real-time scanning and redemption workflows with event validation, partial redemption, role-based permissions, and append-only audit logging
|
||
\end{itemize}
|
||
|
||
\textscbf{Riverhead Raceway} \hfill \textscbf{Riverhead, NY}
|
||
\textbf{Software Developer} \hfill \textbf{Oct 2020 – Present}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Architected and deployed RaceHub, a Next.js/TypeScript/PostgreSQL production platform serving 1,500+ concurrent users and 250k+ monthly visitors
|
||
\item Designed APIs processing 10M+ requests monthly and built Docker/GitHub Actions CI/CD, monitoring, and automated operations maintaining 99.9\% uptime during racing season
|
||
\end{itemize}
|
||
|
||
\textscbf{Bucknell University} \hfill \textscbf{Lewisburg, PA}
|
||
\textbf{Teaching Assistant – Software Engineering \& Engineering Design} \hfill \textbf{Aug 2023 – May 2026}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Mentored 150+ students in software engineering, design patterns, and embedded systems; developed automated testing and grading tools
|
||
\end{itemize}
|
||
|
||
\resumesection{Selected Engineering Projects}
|
||
\textbf{Computer System from Scratch – Nand2Tetris} \hfill \textbf{HDL/Assembly/Java}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Built a complete computer from NAND gates through OS: designed ALU, CPU, and memory and implemented an assembler, VM translator, compiler, and operating system
|
||
\end{itemize}
|
||
\textbf{Autonomous Vehicle Control – Chem-E-Car} \hfill \textbf{C++/Arduino}
|
||
\begin{itemize}[noitemsep,topsep=2pt]
|
||
\item Led a 15-member interdisciplinary team; implemented finite-state embedded control and real-time sensor integration achieving \textpm10cm distance precision in AIChE competition
|
||
\end{itemize}
|
||
|
||
\input{shared/sections/skills-resume}
|
||
\end{document}
|