Short Projects

COMP 536

Author

Anna Rosen

Short projects are where you build the core habits of this course: clean repo structure, a reproducible run path, verification discipline, and clear scientific communication.

Each short project uses GitHub Classroom + CI and follows the same submission contract (see the submission guide linked in the site sidebar).

Project list

Project 1: Published Model to Verified Code

Turn a published stellar-physics model into verified, tested code.

Project 2: N-body Dynamics

Build an N-body gravitational dynamics simulator with multiple integrators.

Project 3: Monte Carlo Radiative Transfer

Build a Monte Carlo radiative transfer code to model dust extinction in a young star cluster.

Project 4: Building a Universal Inference Engine

Build a reusable Bayesian inference pipeline and apply it to Type Ia supernova cosmology.

The final project now lives in the Projects section:

Guides