diff --git a/content/content.json b/content/content.json index b5ae0eac..bdc6215b 100644 --- a/content/content.json +++ b/content/content.json @@ -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"}] \ No newline at end of file +[{"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"}] \ No newline at end of file diff --git a/content/examples/05_steering/noc_5_02_arrive/sketch.js b/content/examples/05_steering/noc_5_02_arrive/sketch.js index a1752875..40bb377e 100644 --- a/content/examples/05_steering/noc_5_02_arrive/sketch.js +++ b/content/examples/05_steering/noc_5_02_arrive/sketch.js @@ -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 diff --git a/content/xx_2_image_credits.html b/content/xx_2_image_credits.html deleted file mode 100644 index bbf2fa07..00000000 --- a/content/xx_2_image_credits.html +++ /dev/null @@ -1,22 +0,0 @@ -
-

Image Credits

-

All emojis in the book are from OpenMoji, the open source emoji and icon project, and licensed under CC BY-SA 4.0.

-

Chapter 0: Pages 314–315 from A Million Random Digits with 100,000 Normal Deviates, RAND Corporation, MR-1418-RC, 2001. As of October 17, 2023: https://www.rand.org/pubs/monograph_reports/MR1418.html.

-

Chapter 1: Courtesy of Jim Heaphy, used under CC BY-SA 3.0. https://commons.wikimedia.org/wiki/File:Micronesian_navigational_chart.jpg.

-

Chapter 2: © Ezra Stoller/Esto, used with permission.

-

Chapter 3: © Bridget Riley 2023, all rights reserved.

-

Chapter 4: Courtesy of Carl D. Anderson, public domain. https://commons.wikimedia.org/wiki/File:PositronDiscovery.png.

-

Chapter 5: Courtesy of the US National Oceanic and Atmospheric Administration photo library, public domain. https://en.m.wikipedia.org/wiki/File:Sixfinger_threadfin_school.jpg.

-

Chapter 6: Courtesy of Arshiya Urveeja Bose, used under CC BY 2.0. https://commons.wikimedia.org/wiki/File:Living_root_bridges,_Nongriat_village,_Meghalaya2.jpg.

-

Chapter 7: Courtesy of ZSM, used under CC BY-SA 3.0. https://commons.wikimedia.org/wiki/File:Ewe_kente_stripes,_Ghana.jpg#filelinks.

-

Chapter 7, Figure 7.18: Courtesy of Richard Ling, used under CC BY-SA 3.0. https://commons.wikimedia.org/wiki/File:Textile_cone.JPG.

-

Chapter 8: Courtesy of Saad Akhtar, used under CC BY 2.0. https://commons.wikimedia.org/wiki/File:Bangkok-SA5.jpg.

-

Chapter 9: Courtesy of the National Park Service, public domain. https://commons.wikimedia.org/wiki/File:Bowl_Chaco_Culture_NM_USA.jpg.

-

Chapter 10: Courtesy of Pi3.124, used under CC BY-SA 4.0. https://commons.wikimedia.org/wiki/File:Quipo_in_the_Museo_Machu_Picchu,_Casa_Concha,_Cusco.jpg.

-

Chapter 10, Figure 10.15: Courtesy of Suvanjanprasai, used under CC BY-SA 4.0. https://commons.wikimedia.org/wiki/File:MnistExamplesModified.png.

-

Chapter 11: Courtesy of the New York Public Library, public domain.

-

https://nypl.getarchive.net/media/the-star-nose-mole-end-of-the-nose-magnified-05cbe6.

-

-

-

-
\ No newline at end of file diff --git a/content/xx_2_resources.html b/content/xx_2_resources.html new file mode 100644 index 00000000..b8d4bdda --- /dev/null +++ b/content/xx_2_resources.html @@ -0,0 +1,5 @@ +
+

Additional Resources

+

Coming soon!

+

+
\ No newline at end of file diff --git a/content/xx_3_image_credits.html b/content/xx_3_image_credits.html new file mode 100644 index 00000000..1c33708b --- /dev/null +++ b/content/xx_3_image_credits.html @@ -0,0 +1,22 @@ +
+

Image Credits

+

All emojis in the book are from OpenMoji, the open source emoji and icon project, and licensed under CC BY-SA 4.0.

+

Chapter 0: Pages 314–315 from A Million Random Digits with 100,000 Normal Deviates, RAND +Corporation, MR-1418-RC, 2001. As of October 17, 2023.

+

Chapter 1: Courtesy of Jim Heaphy, used under CC BY-SA 3.0.

+

Chapter 2: © Ezra Stoller/Esto, used with permission.

+

Chapter 3: © Bridget Riley 2023, all rights reserved.

+

Chapter 4: Courtesy of Carl D. Anderson, public domain.

+

Chapter 5: Courtesy of the US National Oceanic and Atmospheric Administration photo library, public domain.

+

Chapter 6: Courtesy of Arshiya Urveeja Bose, used under CC BY 2.0.

+

Chapter 7: Courtesy of ZSM, used under CC BY-SA 3.0.

+

Chapter 7, Figure 7.18: Courtesy of Richard Ling, used under CC BY-SA 3.0.

+

Chapter 8: Courtesy of Saad Akhtar, used under CC BY 2.0.

+

Chapter 9: Courtesy of the National Park Service, public domain.

+

Chapter 10: Courtesy of Pi3.124, used under CC BY-SA 4.0.

+

Chapter 10, Figure 10.15: Courtesy of Suvanjanprasai, used under CC BY-SA 4.0.

+

Chapter 11: Courtesy of the New York Public Library, public domain.

+

+

+

+
\ No newline at end of file