Current Work

I am using this site to show current engineering practice rather than only finished artifacts. These projects are works in progress, but they already demonstrate the kind of habits that matter in research and industry: scoped experiments, readable implementations, tests, notes, and honest status tracking.

Implicit Geometry Research

Educational reproductions of neural 3D representation methods, including DeepSDF, NeRF, NeuS, and NeuVAS-style experiments. The repository emphasizes method understanding, toy-data validation, and clear project-local notes before scaling to larger datasets.

Signals: PyTorch-style training loops, SDF/radiance-field modeling, mesh and slice visualization, reproducible toy experiments.

Finding Alpha

A research-only stock screener and alpha testing dashboard. It fetches historical market data, computes interpretable features, saves timestamped signal snapshots, and evaluates whether rankings predict forward returns. The project intentionally excludes live trading while the research loop is being validated.

Signals: Python package structure, provider interfaces, Parquet/DuckDB storage, Streamlit dashboard, tests, documented risk boundaries.

Portfolio Rebuild

A cleanup of this site so it reads like an active engineering portfolio instead of an archived student website. The first pass removes the stale resume, makes current work easy to find, and separates public project summaries from private progress notes.

Signals: clear writing, lightweight information architecture, maintenance discipline, deployment through GitHub Pages.

Near-Term Site Direction

The next useful step is adding short demos or screenshots for each active project: a DeepSDF reconstruction image, a NeRF render, a Finding Alpha dashboard screenshot, and a short explanation of what each demo proves technically.