NetLogo Nybbles

This is a bare-bones page to link to some of my single-HTML file NetLogo models. Someday I will make a nicer sidebar and add some descriptions, but for now it's a barely-ornamented folder. These are for fun (to see if I can interesting math ideas in NetLogo with some fidelity to what they're supposed to be).

Task Grammar in NetLogo: the project of Summer 2025

I once came across a neat little paper ( Task Grammar and Attitude) about using a formal grammar to represent the way we form attitudes toward tasks as we do them. I think it's a fun idea. The goal of this summer project was to implement a version of this grammar in NetLogo. After chewing on it for a bit, I refined the task to writing a CYK parser for this grammar in NetLogo. That's what will be linked here, along with some usage tips/