Digital Earth

Feb 15 2026 Computer Graphics Work Project NVIDIA Omniverse Python

Developed weathers' visual effects in NVIDIA Omniverse using Kit Extension tools. Read More

Urban Fractional Model

Jun 15 2024 Physics Work Project Python HTML CSS Flask MySQL

Built a web platform for fractional urban growth modeling with Python, Flask, and MySQL. Users can upload data, run computations, and download visualized results. Read More

A Curve Fitting Tool

May 26 2024 Computer Graphics Mini Project Python

Implemented and compared multiple curve fitting and interpolation methods, parameterization techniques, spline continuity conditions, and subdivision algorithms for smooth curve generation and analysis. Read More

The Second Kind Bessel Function

Dec 21 2023 Physics TA Project C++ Python Mathematica Numerical Integration

Computed Bessel functions of the second kind \(Y_m(x)\) using upward recursion, with starting values derived via analytical identities and numerical integration. Verified results by plotting \(Y_m(x)\) for various orders over the range \(0 < x < 50\). Read More

Acceptance-Rejection Distribution Generator

Dec 14 2023 Physics TA Project C++ Python Stochastic Method

Used the acceptance-rejection method to generate samples from custom continuous and discrete distributions, including binomial and Poisson. Verified accuracy through histogram comparisons with analytical formulas. Read More

Korteweg de Vries Equation

Nov 14 2023 Physics TA Project C++ Python Wave Numerical Simulation Partial Differential Equation

Simulated soliton waves using the Korteweg–de Vries (KdV) equation to explore how different explicit and implicit time-stepping methods affect accuracy and stability. Read More

Simple Digital Filter – Frequency Domain Analysis

Nov 07 2023 Physics TA Project C++ Python Data Analysis Fourier Transform

This project applies Fourier transform to analyze a composite sine wave signal and demonstrates how simple equations can function as digital filters. Both low-pass and high-pass filters are applied and visualized in the frequency domain. Read More

Finite Square Well

Oct 30 2023 Physics TA Project C++ Python Quantum Mechanics Solving Systems of Equations

This project applies Newton's method to solve the transcendental eigenvalue equations of a finite potential square well in quantum mechanics. It numerically estimates bound-state energy levels, using initial guesses derived from the infinite square well solution. Read More

Rutherford Scattering

Oct 14 2023 Physics TA Project C++ Python Classical Mechanics Numerical Simulation Ordinary Differential Equation

A numerical simulation of Rutherford scattering using the adaptive Runge-Kutta method to model the Coulomb interaction between an alpha particle and a gold nucleus. Read More

Two Stream Instability Simulation in Plasma Physics

Mar 16 2022 Physics Research Project Python Electromagnetic Plasma Physics Numerical Simulation Particle-in-Cell Simulation

A particle-in-cell (PIC) simulation of two-stream instability in plasma, illustrating how relative drift between species leads to the excitation of plasma waves. Read More