Notion - Update docs

This commit is contained in:
shiffman 2024-04-30 23:15:46 +00:00 committed by GitHub
parent 8634bd7b09
commit 4a6e7dc956
5 changed files with 29 additions and 24 deletions

View file

@ -1 +1 @@
[{"title":"Dedication","type":"page","src":"./00_2_dedication.html","slug":"dedication"},{"title":"Acknowledgments","type":"page","src":"./00_4_acknowledgments.html","slug":"acknowledgements"},{"title":"Introduction","type":"page","src":"./00_5_introduction.html","slug":"introduction"},{"title":"0. Randomness","type":"chapter","src":"./00_randomness.html","slug":"random"},{"title":"1. Vectors","type":"chapter","src":"./01_vectors.html","slug":"vectors"},{"title":"2. Forces","type":"chapter","src":"./02_forces.html","slug":"forces"},{"title":"3. Oscillation","type":"chapter","src":"./03_oscillation.html","slug":"oscillation"},{"title":"4. Particle Systems","type":"chapter","src":"./04_particles.html","slug":"particles"},{"title":"5. Autonomous Agents","type":"chapter","src":"./05_steering.html","slug":"autonomous-agents"},{"title":"6. Physics Libraries","type":"chapter","src":"./06_libraries.html","slug":"physics-libraries"},{"title":"7. Cellular Automata","type":"chapter","src":"./07_ca.html","slug":"cellular-automata"},{"title":"8. Fractals","type":"chapter","src":"./08_fractals.html","slug":"fractals"},{"title":"9. Evolutionary Computing","type":"chapter","src":"./09_ga.html","slug":"genetic-algorithms"},{"title":"10. Neural Networks","type":"chapter","src":"./10_nn.html","slug":"neural-networks"},{"title":"11. Neuroevolution","type":"chapter","src":"./11_nn_ga.html","slug":"neuroevolution"},{"title":"Appendix: Creature Design ","type":"page","src":"./xx_1_creature_design.html","slug":"appendix-creature"}]
[{"title":"Dedication","type":"page","src":"./00_2_dedication.html","slug":"dedication"},{"title":"Acknowledgments","type":"page","src":"./00_4_acknowledgments.html","slug":"acknowledgements"},{"title":"Introduction","type":"page","src":"./00_5_introduction.html","slug":"introduction"},{"title":"0. Randomness","type":"chapter","src":"./00_randomness.html","slug":"random"},{"title":"1. Vectors","type":"chapter","src":"./01_vectors.html","slug":"vectors"},{"title":"2. Forces","type":"chapter","src":"./02_forces.html","slug":"forces"},{"title":"3. Oscillation","type":"chapter","src":"./03_oscillation.html","slug":"oscillation"},{"title":"4. Particle Systems","type":"chapter","src":"./04_particles.html","slug":"particles"},{"title":"5. Autonomous Agents","type":"chapter","src":"./05_steering.html","slug":"autonomous-agents"},{"title":"6. Physics Libraries","type":"chapter","src":"./06_libraries.html","slug":"physics-libraries"},{"title":"7. Cellular Automata","type":"chapter","src":"./07_ca.html","slug":"cellular-automata"},{"title":"8. Fractals","type":"chapter","src":"./08_fractals.html","slug":"fractals"},{"title":"9. Evolutionary Computing","type":"chapter","src":"./09_ga.html","slug":"genetic-algorithms"},{"title":"10. Neural Networks","type":"chapter","src":"./10_nn.html","slug":"neural-networks"},{"title":"11. Neuroevolution","type":"chapter","src":"./11_nn_ga.html","slug":"neuroevolution"},{"title":"Appendix: Creature Design ","type":"page","src":"./xx_1_creature_design.html","slug":"appendix-creature"},{"title":"Image Credits","type":"page","src":"./xx_3_image_credits.html","slug":"image-credits"}]

View file

@ -16,7 +16,7 @@ function setup() {
}
function draw() {
background(255,10);
background(255);
let mouse = createVector(mouseX, mouseY);
// Draw an ellipse at the mouse position

View file

@ -1,22 +0,0 @@
<section data-type="page" id="section-image-credits">
<h1 id="image-credits">Image Credits</h1>
<p>All emojis in the book are from OpenMoji, the open source emoji and icon project, and licensed under CC BY-SA 4.0.</p>
<p><strong>Chapter 0:</strong> Pages 314315 from <em>A Million Random Digits with 100,000 Normal Deviates</em>, RAND Corporation, MR-1418-RC, 2001. As of October 17, 2023: <a href="https://www.rand.org/pubs/monograph_reports/MR1418.html"><em>https://www.rand.org/pubs/monograph_reports/MR1418.html</em></a>.</p>
<p><strong>Chapter 1:</strong> Courtesy of Jim Heaphy, used under CC BY-SA 3.0. <a href="https://commons.wikimedia.org/wiki/File:Micronesian_navigational_chart.jpg"><em>https://commons.wikimedia.org/wiki/File:Micronesian_navigational_chart.jpg</em></a>.</p>
<p><strong>Chapter 2:</strong> © Ezra Stoller/Esto, used with permission.</p>
<p><strong>Chapter 3:</strong> © Bridget Riley 2023, all rights reserved.</p>
<p><strong>Chapter 4:</strong> Courtesy of Carl D. Anderson, public domain. <a href="https://commons.wikimedia.org/wiki/File:PositronDiscovery.png"><em>https://commons.wikimedia.org/wiki/File:PositronDiscovery.png</em></a>.</p>
<p><strong>Chapter 5:</strong> Courtesy of the US National Oceanic and Atmospheric Administration photo library, public domain. <a href="https://en.m.wikipedia.org/wiki/File:Sixfinger_threadfin_school.jpg"><em>https://en.m.wikipedia.org/wiki/File:Sixfinger_threadfin_school.jpg</em></a>.</p>
<p><strong>Chapter 6:</strong> Courtesy of Arshiya Urveeja Bose, used under CC BY 2.0. <a href="https://commons.wikimedia.org/wiki/File:Living_root_bridges,_Nongriat_village,_Meghalaya2.jpg"><em>https://commons.wikimedia.org/wiki/File:Living_root_bridges,_Nongriat_village,_Meghalaya2.jpg</em></a>.</p>
<p><strong>Chapter 7: </strong>Courtesy of ZSM, used under CC BY-SA 3.0. <a href="https://commons.wikimedia.org/wiki/File:Ewe_kente_stripes,_Ghana.jpg#filelinks"><em>https://commons.wikimedia.org/wiki/File:Ewe_kente_stripes,_Ghana.jpg#filelinks</em></a>.</p>
<p><strong>Chapter 7, Figure 7.18:</strong> Courtesy of Richard Ling, used under CC BY-SA 3.0. <a href="https://commons.wikimedia.org/wiki/File:Textile_cone.JPG"><em>https://commons.wikimedia.org/wiki/File:Textile_cone.JPG</em></a>.</p>
<p><strong>Chapter 8:</strong> Courtesy of Saad Akhtar, used under CC BY 2.0. <a href="https://commons.wikimedia.org/wiki/File:Bangkok-SA5.jpg">https://commons.wikimedia.org/wiki/File:Bangkok-SA5.jpg</a>.</p>
<p><strong>Chapter 9:</strong> Courtesy of the National Park Service, public domain. <a href="https://commons.wikimedia.org/wiki/File:Bowl_Chaco_Culture_NM_USA.jpg">https://commons.wikimedia.org/wiki/File:Bowl_Chaco_Culture_NM_USA.jpg</a>.</p>
<p><strong>Chapter 10:</strong> Courtesy of Pi3.124, used under CC BY-SA 4.0. <a href="https://commons.wikimedia.org/wiki/File:Quipo_in_the_Museo_Machu_Picchu,_Casa_Concha,_Cusco.jpg"><em>https://commons.wikimedia.org/wiki/File:Quipo_in_the_Museo_Machu_Picchu,_Casa_Concha,_Cusco.jpg</em></a>.</p>
<p><strong>Chapter 10, Figure 10.15:</strong> Courtesy of Suvanjanprasai, used under CC BY-SA 4.0. <a href="https://commons.wikimedia.org/wiki/File:MnistExamplesModified.png">https://commons.wikimedia.org/wiki/File:MnistExamplesModified.png</a>.</p>
<p><strong>Chapter 11:</strong> Courtesy of the New York Public Library, public domain.</p>
<p><a href="https://nypl.getarchive.net/media/the-star-nose-mole-end-of-the-nose-magnified-05cbe6"><em>https://nypl.getarchive.net/media/the-star-nose-mole-end-of-the-nose-magnified-05cbe6</em></a>.</p>
<p></p>
<p></p>
<p></p>
</section>

View file

@ -0,0 +1,5 @@
<section data-type="page" id="section-resources">
<h1 id="additional-resources-1">Additional Resources</h1>
<p>Coming soon!</p>
<p></p>
</section>

View file

@ -0,0 +1,22 @@
<section data-type="page" id="section-image-credits">
<h1 id="image-credits">Image Credits</h1>
<p>All emojis in the book are from OpenMoji, the open source emoji and icon project, and licensed under CC BY-SA 4.0.</p>
<p><strong>Chapter 0: </strong><a href="#section-">Pages 314315 from <em>A Million Random Digits with 100,000 Normal Deviates</em>, RAND
Corporation, MR-1418-RC, 2001. As of October 17, 2023.</a></p>
<p><strong>Chapter 1: </strong><a href="https://commons.wikimedia.org/wiki/File:Micronesian_navigational_chart.jpg">Courtesy of Jim Heaphy, used under CC BY-SA 3.0</a>.</p>
<p><strong>Chapter 2: </strong>© Ezra Stoller/Esto, used with permission.</p>
<p><strong>Chapter 3: </strong>© Bridget Riley 2023, all rights reserved.</p>
<p><strong>Chapter 4: </strong><a href="https://commons.wikimedia.org/wiki/">Courtesy of Carl D. Anderson, public domain</a>.</p>
<p><strong>Chapter 5: </strong><a href="https://en.m.wikipedia.org/wiki/File:Sixfinger_threadfin_school.jpg">Courtesy of the US National Oceanic and Atmospheric Administration photo library, public domain</a>.</p>
<p><strong>Chapter 6: </strong><a href="https://en.wikipedia.org/wiki/Living_root_bridge#/media/File:Living_root_bridges,_Nongriat_village,_Meghalaya2.jpg">Courtesy of Arshiya Urveeja Bose, used under CC BY 2.0</a><em>.</em></p>
<p><strong>Chapter 7: </strong><a href="https://commons.wikimedia.org/wiki/">Courtesy of ZSM, used under CC BY-SA 3.0</a><em>.</em></p>
<p><strong>Chapter 7, Figure 7.18: </strong><a href="https://commons/">Courtesy of Richard Ling, used under CC BY-SA 3.0</a>.</p>
<p><strong>Chapter 8: </strong><a href="#section-">Courtesy of Saad Akhtar, used under CC BY 2.0</a>.</p>
<p><strong>Chapter 9: </strong><a href="https://commons.wikimedia.org/wiki/File:Bowl_Chaco_Culture_NM_USA.jpg">Courtesy of the National Park Service, public domain</a>.</p>
<p><strong>Chapter 10: </strong><a href="#section-">Courtesy of Pi3.124, used under CC BY-SA 4.0</a>.</p>
<p><strong>Chapter 10, Figure 10.15: </strong><a href="https://commons.wikimedia.org/wiki/File:MnistExamplesModified.png">Courtesy of Suvanjanprasai, used under CC BY-SA 4.0</a>.</p>
<p><strong>Chapter 11: </strong><a href="#section-">Courtesy of the New York Public Library, public domain</a>.</p>
<p></p>
<p></p>
<p></p>
</section>