From 17ad7d14c353cf3921ca4579ef8140036461fc94 Mon Sep 17 00:00:00 2001 From: iretes Date: Wed, 28 Aug 2024 22:37:59 +0200 Subject: [PATCH] integration of negative feedback loop model into long range model simulations --- README.md | 2 +- docs/index.html | 2 +- docs/notebooks/long_range_simulations.html | 374 +++++-- .../figure-html/cell-47-output-1.png | Bin 0 -> 76363 bytes .../figure-html/cell-47-output-2.png | Bin 0 -> 25829 bytes .../figure-html/cell-47-output-3.png | Bin 0 -> 25365 bytes .../figure-html/cell-47-output-4.png | Bin 0 -> 22163 bytes .../figure-html/cell-49-output-1.png | Bin 0 -> 23330 bytes .../figure-html/cell-49-output-2.png | Bin 0 -> 21668 bytes .../figure-html/cell-49-output-3.png | Bin 0 -> 19982 bytes .../figure-html/cell-49-output-4.png | Bin 0 -> 17048 bytes ...l-47-output-1.svg => cell-52-output-1.svg} | 0 docs/notebooks/negative_feedback_loop.html | 934 ----------------- .../figure-html/cell-10-output-2.png | Bin 18339 -> 0 bytes .../figure-html/cell-10-output-3.png | Bin 15379 -> 0 bytes .../figure-html/cell-10-output-4.png | Bin 15584 -> 0 bytes .../figure-html/cell-10-output-5.png | Bin 15830 -> 0 bytes .../figure-html/cell-14-output-2.png | Bin 24656 -> 0 bytes .../figure-html/cell-14-output-3.png | Bin 21319 -> 0 bytes .../figure-html/cell-14-output-4.png | Bin 19881 -> 0 bytes .../figure-html/cell-14-output-5.png | Bin 16209 -> 0 bytes .../figure-html/cell-16-output-3.png | Bin 24667 -> 0 bytes .../figure-html/cell-16-output-4.png | Bin 24659 -> 0 bytes .../figure-html/cell-16-output-5.png | Bin 24652 -> 0 bytes .../figure-html/cell-16-output-6.png | Bin 24656 -> 0 bytes .../figure-html/cell-16-output-7.png | Bin 24656 -> 0 bytes .../figure-html/cell-6-output-3.png | Bin 74483 -> 0 bytes .../figure-html/cell-6-output-4.png | Bin 24121 -> 0 bytes .../figure-html/cell-6-output-5.png | Bin 21601 -> 0 bytes .../figure-html/cell-6-output-6.png | Bin 21997 -> 0 bytes .../figure-html/cell-7-output-2.png | Bin 24166 -> 0 bytes .../figure-html/cell-7-output-3.png | Bin 36342 -> 0 bytes .../figure-html/cell-7-output-4.png | Bin 28347 -> 0 bytes .../figure-html/cell-7-output-5.png | Bin 77110 -> 0 bytes .../figure-html/cell-9-output-2.png | Bin 21759 -> 0 bytes .../figure-html/cell-9-output-3.png | Bin 14687 -> 0 bytes .../figure-html/cell-9-output-4.png | Bin 14507 -> 0 bytes .../figure-html/cell-9-output-5.png | Bin 24194 -> 0 bytes docs/notebooks/voters.html | 527 ---------- .../figure-html/cell-5-output-2.png | Bin 77608 -> 0 bytes .../figure-html/cell-6-output-2.png | Bin 101606 -> 0 bytes docs/search.json | 167 ++- .../bootstrap/bootstrap-dark.min.css | 2 +- docs/site_libs/bootstrap/bootstrap.min.css | 2 +- .../quarto-syntax-highlighting-dark.css | 134 ++- .../quarto-syntax-highlighting.css | 222 ++-- index.md | 2 +- ...p.psc => negative_feedback_loop_model.psc} | 18 +- notebooks/long_range_simulations.ipynb | 431 +++++++- notebooks/negative_feedback_loop.ipynb | 964 ------------------ notebooks/voters.ipynb | 212 ---- 51 files changed, 938 insertions(+), 3055 deletions(-) create mode 100644 docs/notebooks/long_range_simulations_files/figure-html/cell-47-output-1.png create mode 100644 docs/notebooks/long_range_simulations_files/figure-html/cell-47-output-2.png create mode 100644 docs/notebooks/long_range_simulations_files/figure-html/cell-47-output-3.png create mode 100644 docs/notebooks/long_range_simulations_files/figure-html/cell-47-output-4.png create mode 100644 docs/notebooks/long_range_simulations_files/figure-html/cell-49-output-1.png create mode 100644 docs/notebooks/long_range_simulations_files/figure-html/cell-49-output-2.png create mode 100644 docs/notebooks/long_range_simulations_files/figure-html/cell-49-output-3.png create mode 100644 docs/notebooks/long_range_simulations_files/figure-html/cell-49-output-4.png rename docs/notebooks/long_range_simulations_files/figure-html/{cell-47-output-1.svg => cell-52-output-1.svg} (100%) delete mode 100644 docs/notebooks/negative_feedback_loop.html delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-10-output-2.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-10-output-3.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-10-output-4.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-10-output-5.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-14-output-2.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-14-output-3.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-14-output-4.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-14-output-5.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-16-output-3.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-16-output-4.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-16-output-5.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-16-output-6.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-16-output-7.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-6-output-3.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-6-output-4.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-6-output-5.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-6-output-6.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-7-output-2.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-7-output-3.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-7-output-4.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-7-output-5.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-9-output-2.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-9-output-3.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-9-output-4.png delete mode 100644 docs/notebooks/negative_feedback_loop_files/figure-html/cell-9-output-5.png delete mode 100644 docs/notebooks/voters.html delete mode 100644 docs/notebooks/voters_files/figure-html/cell-5-output-2.png delete mode 100644 docs/notebooks/voters_files/figure-html/cell-6-output-2.png rename long_range_models/{negative_feedback_loop.psc => negative_feedback_loop_model.psc} (76%) delete mode 100644 notebooks/negative_feedback_loop.ipynb delete mode 100644 notebooks/voters.ipynb diff --git a/README.md b/README.md index 3ab8a08..bee8951 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,4 @@ rock-scissors-paper ## References - [1] Frean, Marcus, and Edward R. Abraham. "Rock–scissors–paper and the survival of the weakest." Proceedings of the Royal Society of London. Series B: Biological Sciences 268.1474 (2001): 1323-1327. - [2] Reichenbach, Tobias, Mauro Mobilia, and Erwin Frey. "Mobility promotes and jeopardizes biodiversity in rock–paper–scissors games." Nature 448.7157 (2007): 1046-1049. -- [3] Head, B., Grider, R. and Wilensky, U. (2017). NetLogo Rock Paper Scissors model. http://ccl.northwestern.edu/netlogo/models/RockPaperScissors. Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL. +- [3] Head, B., Grider, R. and Wilensky, U. (2017). [NetLogo Rock Paper Scissors model](http://ccl.northwestern.edu/netlogo/models/RockPaperScissors). Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL. diff --git a/docs/index.html b/docs/index.html index aede763..b315592 100644 --- a/docs/index.html +++ b/docs/index.html @@ -216,7 +216,7 @@

References

diff --git a/docs/notebooks/long_range_simulations.html b/docs/notebooks/long_range_simulations.html index 4a1bd65..994d0da 100644 --- a/docs/notebooks/long_range_simulations.html +++ b/docs/notebooks/long_range_simulations.html @@ -159,7 +159,7 @@

On this page