seabird modeling#1
Open
iklasky wants to merge 1 commit into
Open
Conversation
A standalone browser visualisation of the LHSP breeding-season model
that ports the C++ simulation logic to vanilla JS so the manuscript's
parameter sweeps can be explored interactively in any browser, with no
backend.
Layout:
seabird-modeling/
js/model.js — direct port of the C++ runSeason/parent/egg loop
js/sim.js — chunked + cancellable replicate / grid sweeps
js/app.js — tab routing, range-input wiring
js/tabs/replay.js — top-down Kent-Island colony replay (multi-pair,
cartoonish vector storm-petrels, egg health
shading, freezes when the season ends)
js/tabs/heatmap.js — live (debounced + cancellable) parameter heatmap
over hunger × satiation thresholds
js/tabs/strips.js — F/M/N season-history strips, sortable
js/tabs/phase.js — female × male energy phase portrait
js/tabs/tornado.js — one-at-a-time sensitivity bars
js/tabs/pareto.js — hatch-success vs parent-survival Pareto front
notes/lhsp_model_analysis.md — sentence/paragraph/page summaries of
the upstream model
notes/analytical_models.md — ODE / inverse-Gaussian / Markov-chain /
renewal-reward / SDE / Fokker-Planck /
MDP framings of the LHSP system
index.html, style.css, README.md
Runs locally with any static-file server (e.g. `python3 -m http.server`).
Stateless and side-effect-free — safe to open in many tabs / browsers
simultaneously without confusion.
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.