Skip to content

Latest commit

 

History

History
105 lines (92 loc) · 2.93 KB

File metadata and controls

105 lines (92 loc) · 2.93 KB

+++ title = "Home" hascode = true date = Date(2025, 11, 13) rss = "Home Page."

tags = ["syntax", "code", "image", "video"]

repo_url = "https://github.com/ZZBaron" +++

@@portfolio-header

Welcome to My Portfolio

@@portfolio-subtitle Explore My Projects @@ @@

@@projects-grid

@@project-card @@project-image

<video width="90%" autoplay loop muted playsinline>
  <source src="/assets/engine.mp4" type="video/mp4">
  Your browser does not support the video tag.
</video>

@@ @@project-info

~~~Vortex~~~

A WIP 3D ECS physics engine. @@ @@

@@project-card @@project-image

<video width="100%" height="100%" autoplay loop muted playsinline>
  <source src="/assets/BlackHoleSim.mp4" type="video/mp4">
  Your browser does not support the video tag.
</video>

@@ @@project-info

2D simulation of light paths bending around a massive object according to Einstein's theory of general relativity. @@ @@

@@project-card @@project-image Schelling's Segregation Model @@ @@project-info

Spatial simulation where agents of binary group membership relocate based on neighborhood similarity thresholds, demonstrating emergent segregation from local preferences. Extended to continuous 2D group membership space using Euclidean distance metrics instead of binary/discrete group membership. @@ @@

@@project-card @@project-image Lotka-Volterra Model @@ @@project-info

Coupled nonlinear ODEs modeling predator-prey population oscillations. Extended with logistic prey growth, Holling Type II functional response, time-delayed dynamics, and seasonal forcing to address unrealistic exponential growth and linear predation assumptions. @@ @@

@@project-card @@project-image GBM Stock Simulation @@ @@project-info

GBM stochastic process simulation​ to model asset price paths with log-normal returns. Extended to Merton Jump Diffusion adding Poisson-distributed discontinuities with normally-distributed jump sizes. @@ @@

@@project-card @@project-image Wave Packet Scattering Through Lattice @@ @@project-info

GBM stochastic process simulation​ to model asset price paths with log-normal returns. Extended to Merton Jump Diffusion adding Poisson-distributed discontinuities with normally-distributed jump sizes. @@ @@

@@