Commit Graph
9 Commits
Author SHA1 Message Date
soconnor 844819731d Refine portfolio experience and integrate coffee map 2026-09-22 16:41:12 -04:00
soconnor b72108e103 Redesign portfolio as a personal studio with product spotlights 2026-09-22 12:26:40 -04:00
soconnor 8f1f361047 Add Puter project and optimize portfolio media 2026-08-27 00:53:07 -04:00
soconnorandClaude Sonnet 4.6 e0e78c3900 feat: add Pommersheim Award, update GPA, add conference talk link
- Add James M. Pommersheim Research & Innovation in Engineering Award to awards data and home page Recognition section
- Update Bucknell GPA from 3.67 to 3.71
- Add YouTube link to IEEE RO-MAN 2025 conference talk
- Add ExternalLink icon to conference card renderer

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-19 12:55:38 -04:00
soconnor bb4957f349 add bucknell final stuff 2026-05-18 22:56:23 -04:00
soconnor b97d20c1fc feat: update components and dependencies, enhance UI elements
- Changed style in components.json from "new-york" to "radix-mira" and updated baseColor to "mist".
- Added new properties: iconLibrary, rtl, menuColor, menuAccent, and registries in components.json.
- Updated next-env.d.ts to import routes from the correct path.
- Added new dependencies: @base-ui/react, @icons-pack/react-simple-icons, @lucide/lab, and updated existing ones.
- Enhanced PDFViewer component in CVPage with client-side rendering.
- Modified Tabs component in CVPage for better layout.
- Added slidesUrl handling in ProjectsPage for displaying presentation links.
- Refactored Avatar component to use Radix UI and added AvatarBadge and AvatarGroup components.
- Refactored Breadcrumb component for better structure and readability.
- Refactored DropdownMenu component to use Radix UI and improved accessibility.
- Updated Skeleton component for better styling.
- Added slidesUrl property to Project interface and updated project data.
- Added new images and PDF files for F1 Halo removal project.
2026-05-11 02:21:57 -04:00
soconnorandClaude Sonnet 4.6 4b0aa4b2a8 Update F1 halo removal project: rename course ref and add GitHub link
- Description: "CSCI 365 final project" → "Final project for Image Processing and Analysis"
- GitHub repo renamed csci365_final_project → f1-halo-removal
- Added gitLink: https://github.com/soconnor0919/f1-halo-removal

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 02:08:42 -04:00
soconnorandClaude Sonnet 4.6 6e63c992a8 Add LLM fine-tuning pipeline and F1 halo removal projects
- LLM fine-tuning & on-device inference pipeline: LoRA fine-tuned Llama 3.2
  3B, GGUF quantization, llama.cpp evaluation on 106-case held-out set.
  Results: +0.192 recall over generic baseline at ~half the latency. Domain
  intentionally omitted.
- F1 Halo Removal (CSCI 365 final): classical CV mask detection (Sobel-Y
  arch, probe-and-fit keel) + LaMa spatial inpainting vs RAFT temporal
  propagation on 300-frame 60fps visor-cam footage.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 02:06:50 -04:00
soconnorandClaude Sonnet 4.6 d5dba3cc09 Update content for graduation, BU master's, and thesis
- Graduate from Bucknell May 2026, starting MS CompE at Boston University
- Add honors thesis to publications with abstract and PDF
- Update Dean's List to 7 semesters (Spring 2026)
- Fix GPA display: Engineering GPA 3.92 / Overall 3.67
- Fix breadcrumb hidden under navbar (pt-16 on content wrapper)
- Fix Research Interests card extra top padding
- Update research interests blurb to grad-school voice
- Save dev server config to .claude/launch.json

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 01:18:39 -04:00