I am a junior at Harvey Mudd College, majoring in Computer Science and minoring in Creative Writing. Currently, my GPA is 3.8/4. I have taken courses in Data Structures & Program Development, Computer Systems, Operating Systems, Computability & Logic, Linear Algebra, and Discrete Mathematics.
MY PROJECTS
Third-Person Assassin RPG
I made a third person RPG in Unreal Engine 5 using a combination of C++ and blueprints. I implemented a locomotion system that includes crouching, vaulting/mantling, and climbing with motion warping technology. In addition, I created an equipment system that allows the player to use multiple weapons with different attributes and actions. These weapons can be used to defeat enemy and boss AI.
I am building a graph neural network (GNN) that predicts the two-sccale Lorenz96 system: a chaotic, toy model of Earth’s climate in my research lab. Combining Python and libraries like JAX, jraph, and scipy, I am creating a smale-scale climate model that examines how well GNNs predict chaotic systems like the atmosphere. I am currently
writing the academic paper for this project, so I can’t share code until the paper is published.
As a project for the 5C Hackathon 2024 (my first ever hackathon), my team created a virtual-reality chemistry lab experience for a student who may not have access to expensive equipment like a NMR machine. Using Unity, C#, and Blender, we made a lab experience that reacts to the students actions by counting collisions in 24 hours. We won Best Beginner Hack.