Skip to content

Commit

Permalink
deploy: b7a423f
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanfong committed Oct 9, 2024
1 parent d970f4b commit 60c93fb
Show file tree
Hide file tree
Showing 33 changed files with 142 additions and 106 deletions.
1 change: 1 addition & 0 deletions Markdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
<li class="toctree-l1"><a class="reference internal" href="chp6-graph-gluing.html">Chapter 6: Combining Graphs</a></li>
<li class="toctree-l1"><a class="reference internal" href="chp7-dpo.html">Chapter 7: Evolving Graphs</a></li>
<li class="toctree-l1"><a class="reference internal" href="chp8-dpo-application.html">Chapter 8: A Look Beyond – Evolving World Models</a></li>
<li class="toctree-l1"><a class="reference internal" href="storytelling.html">Mathematics through story-telling</a></li>
<li class="toctree-l1"><a class="reference internal" href="authors.html">Authors</a></li>
<li class="toctree-l1"><a class="reference internal" href="credits.html">Credits</a></li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
<li class="toctree-l1"><a class="reference internal" href="chp6-graph-gluing.html">Chapter 6: Combining Graphs</a></li>
<li class="toctree-l1"><a class="reference internal" href="chp7-dpo.html">Chapter 7: Evolving Graphs</a></li>
<li class="toctree-l1"><a class="reference internal" href="chp8-dpo-application.html">Chapter 8: A Look Beyond – Evolving World Models</a></li>
<li class="toctree-l1"><a class="reference internal" href="storytelling.html">Mathematics through story-telling</a></li>
<li class="toctree-l1"><a class="reference internal" href="authors.html">Authors</a></li>
<li class="toctree-l1"><a class="reference internal" href="credits.html">Credits</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion _sources/authors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "e25d3966",
"id": "44947383",
"metadata": {},
"source": [
"# Authors\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/chp0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "2a4cf367",
"id": "0fd2564b",
"metadata": {},
"source": [
"# Chapter 0: Directed Graphs\n",
Expand Down
8 changes: 4 additions & 4 deletions _sources/chp1-directed-graphs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "f5d9e076",
"id": "e1d5f89d",
"metadata": {},
"source": [
"# Chapter 1: Data\n",
Expand Down Expand Up @@ -93,7 +93,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "4e425b15",
"id": "456b1a4e",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -108,7 +108,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "241a090a",
"id": "3c9dc8b0",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -120,7 +120,7 @@
},
{
"cell_type": "markdown",
"id": "93789b43",
"id": "71decff6",
"metadata": {},
"source": [
"## 1.3 On the importance of finding the right abstractions \n",
Expand Down
44 changes: 22 additions & 22 deletions _sources/chp2-dwd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "2416d6ba",
"id": "5063bfe7",
"metadata": {},
"source": [
"# Chapter 2: Dynamical Systems with Kiki and Bouba\n",
Expand Down Expand Up @@ -141,7 +141,7 @@
},
{
"cell_type": "markdown",
"id": "4456b7b5",
"id": "d19c8a35",
"metadata": {},
"source": [
"```{code}\n",
Expand All @@ -165,15 +165,15 @@
},
{
"cell_type": "markdown",
"id": "89561284",
"id": "97723d25",
"metadata": {},
"source": [
"To simulate the code, we need to provide an **initial state (starting state)** for the bulb which will then get updated at every time instant as per the above update rule!"
]
},
{
"cell_type": "markdown",
"id": "3e3f238a",
"id": "46654ecd",
"metadata": {},
"source": [
"```{code}\n",
Expand All @@ -185,7 +185,7 @@
},
{
"cell_type": "markdown",
"id": "f15558b8",
"id": "ae677e22",
"metadata": {},
"source": [
"The simulation results are exported as an animation showing that our simulation works (using Javis library) as shown below!\n",
Expand Down Expand Up @@ -243,7 +243,7 @@
},
{
"cell_type": "markdown",
"id": "481e5ca6",
"id": "5cfd8b45",
"metadata": {},
"source": [
"```{code}\n",
Expand All @@ -267,7 +267,7 @@
},
{
"cell_type": "markdown",
"id": "cc86e785",
"id": "2e040528",
"metadata": {},
"source": [
"```{code}\n",
Expand All @@ -282,7 +282,7 @@
},
{
"cell_type": "markdown",
"id": "9b2cfe41",
"id": "48349fcd",
"metadata": {},
"source": [
"Animating the simulation results produces a result as below:\n",
Expand Down Expand Up @@ -441,7 +441,7 @@
},
{
"cell_type": "markdown",
"id": "efd97d72",
"id": "e00165ef",
"metadata": {},
"source": [
"```{code}\n",
Expand Down Expand Up @@ -471,15 +471,15 @@
},
{
"cell_type": "markdown",
"id": "ac93ee2b",
"id": "4aba424c",
"metadata": {},
"source": [
"We need to set the inital states carefully (in a meaningful way)! We set the controller to begin in `ON` for the RED light state and `OFF` for the other two lights (3 states for the controller). For the three light bulbs, we set RED to be `OFF`, GREEN to be `OFF`, and YELLOW to be `ON`. So in the next instant in time, controller will send it current state (RED) to the respective light bulbs and move to the next state of GREEN."
]
},
{
"cell_type": "markdown",
"id": "80e594cc",
"id": "5cf1e354",
"metadata": {},
"source": [
"```{code}\n",
Expand All @@ -492,7 +492,7 @@
},
{
"cell_type": "markdown",
"id": "296f007c",
"id": "c833658d",
"metadata": {},
"source": [
"Simulation of the results creates the following animation of traffic light! We got our initial states right!!\n",
Expand Down Expand Up @@ -610,7 +610,7 @@
},
{
"cell_type": "markdown",
"id": "2ba813f1",
"id": "5b6942a2",
"metadata": {},
"source": [
"```{code}\n",
Expand All @@ -629,15 +629,15 @@
},
{
"cell_type": "markdown",
"id": "175f06e0",
"id": "83c1b49a",
"metadata": {},
"source": [
"We set the initial mood of Kiki to 4.5 and Bouba to be -4.5. We set their calmdown rates to be 5% (0.05) for Kiki and 3% (0.03) for Bouba."
]
},
{
"cell_type": "markdown",
"id": "1e1460c5",
"id": "0cc55201",
"metadata": {},
"source": [
"```{code}\n",
Expand All @@ -650,7 +650,7 @@
},
{
"cell_type": "markdown",
"id": "69ec2b01",
"id": "8719a3a1",
"metadata": {},
"source": [
"Are you ready to visualize their mood change when they are by themselves?\n",
Expand Down Expand Up @@ -723,7 +723,7 @@
},
{
"cell_type": "markdown",
"id": "1b679098",
"id": "21026f71",
"metadata": {},
"source": [
"```{code}\n",
Expand All @@ -746,15 +746,15 @@
},
{
"cell_type": "markdown",
"id": "c6bf22a5",
"id": "78bd4f3c",
"metadata": {},
"source": [
"It's time for visualization of change in mood! :) Let us set the initial mood of Kiki and Bouba, their susceptability factors, and their tolerance levels."
]
},
{
"cell_type": "markdown",
"id": "af0a9116",
"id": "7e8e5c43",
"metadata": {},
"source": [
"```{code}\n",
Expand All @@ -775,7 +775,7 @@
},
{
"cell_type": "markdown",
"id": "37e0089d",
"id": "bfaca012",
"metadata": {},
"source": [
"Here is the plot showing how Kiki and Bouba's moods oscillate over a 100 minutes conversation! They seem to struggle for the first 30 minutes with Kiki losing her excitement steadily. However, their moods meet somewhere above zero and they happily seem to resonate at their maximum excitement levels from there on!\n",
Expand Down Expand Up @@ -860,7 +860,7 @@
},
{
"cell_type": "markdown",
"id": "3d856d3b",
"id": "2f4eac69",
"metadata": {},
"source": [
"```{code}\n",
Expand All @@ -879,7 +879,7 @@
},
{
"cell_type": "markdown",
"id": "f27df9b2",
"id": "80849e79",
"metadata": {},
"source": [
"The change in mood level of Kiki, Bouba, and Bouba's crew over 100 minutes!\n",
Expand Down
6 changes: 3 additions & 3 deletions _sources/chp3-schemas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "eae55c4f",
"id": "aac9d01a",
"metadata": {},
"source": [
"# Chapter 3: Blueprints - Part I\n",
Expand Down Expand Up @@ -128,7 +128,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a1b84706",
"id": "6aebca41",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -145,7 +145,7 @@
},
{
"cell_type": "markdown",
"id": "76a7cf69",
"id": "09f3e37f",
"metadata": {},
"source": [
"And that's how AlgebraicJulia sees a directed graph to be! \n",
Expand Down
10 changes: 5 additions & 5 deletions _sources/chp4-schemas-part2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "ee54fe96",
"id": "19a738ab",
"metadata": {},
"source": [
"# Chapter 4: Blueprints - Part II\n",
Expand Down Expand Up @@ -162,7 +162,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0c6ac29f",
"id": "20da5101",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -178,7 +178,7 @@
},
{
"cell_type": "markdown",
"id": "3eea587f",
"id": "244041a6",
"metadata": {},
"source": [
"And that's how reflexive graphs can be defined in AlgebraicJulia! In the next chapter we'll see how to put this definition to use.\n",
Expand Down Expand Up @@ -267,7 +267,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "993bd169",
"id": "972c6d09",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -285,7 +285,7 @@
},
{
"cell_type": "markdown",
"id": "e793d7c9",
"id": "9c03679a",
"metadata": {},
"source": [
":::{admonition} Pause and Ponder! \n",
Expand Down
Loading

0 comments on commit 60c93fb

Please sign in to comment.