cacatoo
Version:
Building, exploring, and sharing spatially structured models
81 lines (65 loc) • 5.39 kB
HTML
<!--
INDEX OF ALL EXAMPLE FILES
-->
<html>
<head>
<title>Cacatoo examples</title>
<link rel="stylesheet" href="../../style/cacatoo.css"> <!-- Set style sheet -->
</head>
<body>
<div class="header" id="header">
<h2>Cacatoo examples</h2>
</div>
<div class="content" id="canvas_holder">
<h1>The classics</h1>
<a href="01_beginner/gol.html"><div class="example_card" >Game of Life (simple)
<video width="150" height="150" muted autoplay loop> <source src="images/gol.webm" type="video/mp4" /> </video> </div></a>
<a href="01_beginner/gol_dots.html"><div class="example_card" >Game of Life (dot display)
<video width="150" height="150" muted autoplay loop> <source src="images/gol_dots.webm" type="video/mp4" /> </video> </div></a>
<a href="01_beginner/prime.html"><div class="example_card" >Modulo prime
<video width="150" height="150" muted autoplay loop> <source src="images/prime.webm" type="video/mp4" /> </video> </div></a>
<a href="01_beginner/langtons_ant.html"><div class="example_card" >Langton's ant
<video width="150" height="150" muted autoplay loop> <source src="images/langton.webm" type="video/mp4" /> </video> </div></a>
<a href="01_beginner/forest_fire.html"><div class="example_card" >Forest fires
<video width="150" height="150" muted autoplay loop> <source src="images/forest_fire.webm" type="video/mp4" /> </video> </div></a>
<a href="01_beginner/spirals.html"><div class="example_card" >Spirals
<video width="150" height="150" muted autoplay loop> <source src="images/spirals.webm" type="video/mp4" /> </video> </div></a>
<a href="01_beginner/interacting_grids.html"><div class="example_card" >Interacting grids
<video width="150" height="150" muted autoplay loop> <source src="images/interact.webm" type="video/mp4" /> </video> </div></a>
<h1>Exploring biology</h1>
<a href="02_advanced/chemotaxis.html"><div class="example_card" >Chemotaxis
<video width="150" height="150" muted autoplay loop> <source src="images/chemo.webm" type="video/mp4" /> </video> </div></a>
<a href="04_even_more_examples/predator_prey.html"><div class="example_card" >Predator-prey
<video width="150" height="150" muted autoplay loop> <source src="images/predprey.webm" type="video/mp4" /> </video> </div></a>
<a href="02_advanced/diffusion_limited_aggregation.html"><div class="example_card" >Aggregation
<video width="150" height="150" muted autoplay loop> <source src="images/dla.webm" type="video/mp4" /> </video> </div></a>
<a href="02_advanced/serial_transfer.html"><div class="example_card" >Batch culture
<video width="150" height="150" muted autoplay loop> <source src="images/batch.webm" type="video/mp4" /> </video> </div></a>
<a href="02_advanced/petridish.html"><div class="example_card" >Petridish
<video width="150" height="150" muted autoplay loop> <source src="images/petridish.webm" type="video/mp4" /> </video> </div></a>
<h1>Fun with PDEs</h1>
<a href="01_beginner/pde_lotka.html"><div class="example_card" >Lotka Volterra
<video width="150" height="150" muted autoplay loop> <source src="images/lotka_pde.webm" type="video/mp4" /> </video> </div></a>
<a href="01_beginner/pde_turing.html"><div class="example_card" >Turing patterns
<video width="150" height="150" muted autoplay loop> <source src="images/turing.webm" type="video/mp4" /> </video> </div></a>
<a href="02_advanced/healing_stripes.html"><div class="example_card" >Healing stripes
<video width="150" height="150" muted autoplay loop> <source src="images/healing.webm" type="video/mp4" /> </video> </div></a>
<a href="02_advanced/fitznagumo.html"><div class="example_card" >Fitz-Nagumo model
<video width="150" height="150" muted autoplay loop> <source src="images/fitz.webm" type="video/mp4" /> </video> </div></a>
<h1>Multiscale ecology and evolution</h1>
<a href="02_advanced/cheater.html"><div class="example_card" >Cheater
<video width="150" height="150" muted autoplay loop> <source src="images/cheater.webm" type="video/mp4" /> </video> </div></a>
<a href="04_even_more_examples/microbial_warfare.html"><div class="example_card" >Microbial warfare
<video width="150" height="150" muted autoplay loop> <source src="images/warfare.webm" type="video/mp4" /> </video> </div></a>
<a href="03_expert/classes_PoS.html"><div class="example_card" >Growing genomes (vanilla)
<video width="150" height="150" muted autoplay loop> <source src="images/poas.webm" type="video/mp4" /> </video> </div></a>
<a href="03_expert/classes_PoS_TEs.html"><div class="example_card" >Growing genomes (+TEs)
<video width="150" height="150" muted autoplay loop> <source src="images/tes.webm" type="video/mp4" /> </video> </div></a>
</div>
<div class="footer" id="footer"><a target="blank" href="https://bramvandijk88.github.io/cacatoo/"><img class="logos"
src="/images/elephant_cacatoo_small.png"></a>
<a target="blank" href="https://github.com/bramvandijk88/cacatoo"><img class="logos" style="padding-top:32px;"
src="/images/gh.png"></a></img>
</div>
</body>
</html>