Skip to content

Commit 1fa5105

Browse files
committed
add links in the flowchart page
1 parent 969947a commit 1fa5105

File tree

3 files changed

+49
-9
lines changed

3 files changed

+49
-9
lines changed

docs/flowchart.html

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,12 @@ <h2 class="anchored" data-anchor-id="physics-of-video-games-intro-level-no-trigo
188188
<div>
189189
<pre class="mermaid mermaid-js">flowchart LR
190190
A[Move the Blob] --&gt; B[Accelerate the Blob]
191-
click A "http://go.osu.edu/movetheblob2" "Move the Blob"
191+
click A "projects/movetheblob.html" "Move the Blob"
192192
B --&gt; C[Apollo Moon Landing]
193+
click C "projects/apollo.html" "Apollo Moon Landing"
193194
B --&gt; D[Bird Launcher]
195+
click B "projects/acceleratetheblob.html" "Accelerate the Blob"
196+
click D "projects/birdlauncher.html" "Bird Launcher"
194197
</pre>
195198
</div>
196199
<p></p></figure><p></p>
@@ -204,6 +207,8 @@ <h2 class="anchored" data-anchor-id="physics-of-video-games-intro-level-no-trigo
204207
<div>
205208
<pre class="mermaid mermaid-js">flowchart LR
206209
A[Pong] --&gt; B[Bonk.io Clone]
210+
click A "projects/pong.html" "Pong"
211+
click B "projects/bonk.html" "Bonk.io"
207212
</pre>
208213
</div>
209214
<p></p></figure><p></p>
@@ -236,9 +241,14 @@ <h2 class="anchored" data-anchor-id="physics-of-video-games-some-trigonometry">P
236241
<div>
237242
<pre class="mermaid mermaid-js">flowchart LR
238243
A[Planetoids] --&gt; B[Lunar Descent]
244+
click A "projects/planetoids.html" "Planetoids"
239245
B --&gt; C[Bellicose Birds]
246+
click B "projects/lunardescent.html" "Lunar Descent"
247+
click C "projects/bellicosebirds.html" "Bellicose Birds"
240248
C --&gt; D[Planetoids with Momentum]
249+
click D "projects/momentum.html" "Planetoids with Momentum"
241250
D --&gt; E[Planetoids with a Spring]
251+
click E "projects/spring.html" "Planetoids with a Spring"
242252
</pre>
243253
</div>
244254
<p></p></figure><p></p>
@@ -257,8 +267,12 @@ <h2 class="anchored" data-anchor-id="astronomy-activities">Astronomy activities<
257267
<div>
258268
<pre class="mermaid mermaid-js">flowchart LR
259269
A[Slingshot with Gravity!] --&gt; B["Orbital Motion: &lt;br&gt;Kepler's 2nd law"]
270+
click A "projects/slingshotgravity.html" "Slingshot with Gravity!"
271+
click B "projects/keplers.html" "Orbital Motion: Kepler's 2nd law"
260272
A --&gt; C[Orbital Motion: Eccentricity]
273+
click C "projects/eccentricity.html" "Orbital Motion: Eccentricity"
261274
A --&gt; D[Exoplanets!]
275+
click D "projects/exoplanets.html" "Exoplanets!"
262276
</pre>
263277
</div>
264278
<p></p></figure><p></p>
@@ -276,6 +290,8 @@ <h3 class="anchored" data-anchor-id="project-mercury-hidden-figures-celebration"
276290
<div>
277291
<pre class="mermaid mermaid-js">flowchart LR
278292
A["Project Mercury &lt;br&gt; (Part 1. Circular Orbit)"] --&gt; B["Project Mercury &lt;br&gt;(Part 2. Reentry)"]
293+
click A "projects/projectmercury.html" "Project Mercury (Part 1. Circular Orbit)"
294+
click B "projects/projectmercury.html" "Project Mercury (Part 2. Reentry)"
279295
</pre>
280296
</div>
281297
<p></p></figure><p></p>
@@ -298,8 +314,12 @@ <h2 class="anchored" data-anchor-id="electromagnetism-activities">Electromagneti
298314
<div>
299315
<pre class="mermaid mermaid-js">flowchart LR
300316
A[Particle Accelerator] --&gt; B[Particle Accelerator with Potential]
317+
click A "projects/particleaccelerator.html" "Particle Accelerator"
301318
B --&gt; C[Point charge repulsion]
302-
B --&gt; D[Magnetic forces]
319+
click B "projects/particleacceleratorpotential.html" "Particle Accelerator with Potential"
320+
click C "projects/repulsion.html" "Point charge repulsion"
321+
B --&gt; D[Magnetic force]
322+
click D "projects/magneticforce.html" "Magnetic Force"
303323
</pre>
304324
</div>
305325
<p></p></figure><p></p>

docs/search.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,14 +1544,14 @@
15441544
"href": "flowchart.html",
15451545
"title": "Activity Flowcharts / Prerequisites",
15461546
"section": "",
1547-
"text": "flowchart LR\n A[Move the Blob] --&gt; B[Accelerate the Blob]\n click A \"http://go.osu.edu/movetheblob2\" \"Move the Blob\"\n B --&gt; C[Apollo Moon Landing]\n B --&gt; D[Bird Launcher]\n\n\n\n\n\n\n\n\n\n\n\nflowchart LR\n A[Pong] --&gt; B[Bonk.io Clone]"
1547+
"text": "flowchart LR\n A[Move the Blob] --&gt; B[Accelerate the Blob]\n click A \"projects/movetheblob.html\" \"Move the Blob\"\n B --&gt; C[Apollo Moon Landing]\n click C \"projects/apollo.html\" \"Apollo Moon Landing\"\n B --&gt; D[Bird Launcher]\n click B \"projects/acceleratetheblob.html\" \"Accelerate the Blob\"\n click D \"projects/birdlauncher.html\" \"Bird Launcher\"\n\n\n\n\n\n\n\n\n\n\n\nflowchart LR\n A[Pong] --&gt; B[Bonk.io Clone]\n click A \"projects/pong.html\" \"Pong\"\n click B \"projects/bonk.html\" \"Bonk.io\""
15481548
},
15491549
{
15501550
"objectID": "flowchart.html#physics-of-video-games-intro-level-no-trigonometry",
15511551
"href": "flowchart.html#physics-of-video-games-intro-level-no-trigonometry",
15521552
"title": "Activity Flowcharts / Prerequisites",
15531553
"section": "",
1554-
"text": "flowchart LR\n A[Move the Blob] --&gt; B[Accelerate the Blob]\n click A \"http://go.osu.edu/movetheblob2\" \"Move the Blob\"\n B --&gt; C[Apollo Moon Landing]\n B --&gt; D[Bird Launcher]\n\n\n\n\n\n\n\n\n\n\n\nflowchart LR\n A[Pong] --&gt; B[Bonk.io Clone]"
1554+
"text": "flowchart LR\n A[Move the Blob] --&gt; B[Accelerate the Blob]\n click A \"projects/movetheblob.html\" \"Move the Blob\"\n B --&gt; C[Apollo Moon Landing]\n click C \"projects/apollo.html\" \"Apollo Moon Landing\"\n B --&gt; D[Bird Launcher]\n click B \"projects/acceleratetheblob.html\" \"Accelerate the Blob\"\n click D \"projects/birdlauncher.html\" \"Bird Launcher\"\n\n\n\n\n\n\n\n\n\n\n\nflowchart LR\n A[Pong] --&gt; B[Bonk.io Clone]\n click A \"projects/pong.html\" \"Pong\"\n click B \"projects/bonk.html\" \"Bonk.io\""
15551555
},
15561556
{
15571557
"objectID": "flowchart.html#stemcoding-object-tracker",
@@ -1565,21 +1565,21 @@
15651565
"href": "flowchart.html#physics-of-video-games-some-trigonometry",
15661566
"title": "Activity Flowcharts / Prerequisites",
15671567
"section": "Physics of video games (some trigonometry)",
1568-
"text": "Physics of video games (some trigonometry)\n\n\n\n\n\nflowchart LR\n A[Planetoids] --&gt; B[Lunar Descent]\n B --&gt; C[Bellicose Birds]\n C --&gt; D[Planetoids with Momentum]\n D --&gt; E[Planetoids with a Spring]\n\n\n\n\n\n\nNote that Planetoids with Momentum considers perfectly inelastic collisions in 2D. Pong is often paired with Planetoids with Momentum because Pong considers elastic collisions in 2D where a ball collides with a wall."
1568+
"text": "Physics of video games (some trigonometry)\n\n\n\n\n\nflowchart LR\n A[Planetoids] --&gt; B[Lunar Descent]\n click A \"projects/planetoids.html\" \"Planetoids\"\n B --&gt; C[Bellicose Birds]\n click B \"projects/lunardescent.html\" \"Lunar Descent\"\n click C \"projects/bellicosebirds.html\" \"Bellicose Birds\"\n C --&gt; D[Planetoids with Momentum]\n click D \"projects/momentum.html\" \"Planetoids with Momentum\"\n D --&gt; E[Planetoids with a Spring]\n click E \"projects/spring.html\" \"Planetoids with a Spring\"\n\n\n\n\n\n\nNote that Planetoids with Momentum considers perfectly inelastic collisions in 2D. Pong is often paired with Planetoids with Momentum because Pong considers elastic collisions in 2D where a ball collides with a wall."
15691569
},
15701570
{
15711571
"objectID": "flowchart.html#astronomy-activities",
15721572
"href": "flowchart.html#astronomy-activities",
15731573
"title": "Activity Flowcharts / Prerequisites",
15741574
"section": "Astronomy activities",
1575-
"text": "Astronomy activities\nSlingshot with gravity is a demonstration of Kepler’s 1st law (Law of Ellipses). Orbital Motion: Kepler’s 2nd law includes a challenge relating to Kepler’s 3rd law (Law of Periods)\n\n\n\n\n\nflowchart LR\n A[Slingshot with Gravity!] --&gt; B[\"Orbital Motion: &lt;br&gt;Kepler's 2nd law\"]\n A --&gt; C[Orbital Motion: Eccentricity]\n A --&gt; D[Exoplanets!]\n\n\n\n\n\n\nNote: Slingshot with Gravity contains some trigonometry, but the activities that follow it do not\n\nProject Mercury (Hidden Figures celebration)\nProject Mercury (Part 1. Circular Orbit) contains much of the same code as Slingshot with Gravity, but the tasks only involve changing the parameters. The main math concept required is some algebra and taking a square root, so it can be used in less advanced classes. By contrast, Project Mercury (Part 2. Reentry) is significantly more difficult with changes to the code and algebra 2 or pre-calculus level calculations.\n\n\n\n\n\nflowchart LR\n A[\"Project Mercury &lt;br&gt; (Part 1. Circular Orbit)\"] --&gt; B[\"Project Mercury &lt;br&gt;(Part 2. Reentry)\"]\n\n\n\n\n\n\n\n\nOther Astronomy activities\nEscape Velocity / Newtonian Black Holes uses much of the same code as Slingshot with Gravity, but arguably one can skip Slingshot with Gravity and jump into Escape Velocity / Newtonian Black Holes.\nNight sky simulator is not a gravity simulation so there are no pre-requisites for that activity other than some familiarity with programming and p5.js"
1575+
"text": "Astronomy activities\nSlingshot with gravity is a demonstration of Kepler’s 1st law (Law of Ellipses). Orbital Motion: Kepler’s 2nd law includes a challenge relating to Kepler’s 3rd law (Law of Periods)\n\n\n\n\n\nflowchart LR\n A[Slingshot with Gravity!] --&gt; B[\"Orbital Motion: &lt;br&gt;Kepler's 2nd law\"]\n click A \"projects/slingshotgravity.html\" \"Slingshot with Gravity!\"\n click B \"projects/keplers.html\" \"Orbital Motion: Kepler's 2nd law\"\n A --&gt; C[Orbital Motion: Eccentricity]\n click C \"projects/eccentricity.html\" \"Orbital Motion: Eccentricity\"\n A --&gt; D[Exoplanets!]\n click D \"projects/exoplanets.html\" \"Exoplanets!\"\n\n\n\n\n\n\nNote: Slingshot with Gravity contains some trigonometry, but the activities that follow it do not\n\nProject Mercury (Hidden Figures celebration)\nProject Mercury (Part 1. Circular Orbit) contains much of the same code as Slingshot with Gravity, but the tasks only involve changing the parameters. The main math concept required is some algebra and taking a square root, so it can be used in less advanced classes. By contrast, Project Mercury (Part 2. Reentry) is significantly more difficult with changes to the code and algebra 2 or pre-calculus level calculations.\n\n\n\n\n\nflowchart LR\n A[\"Project Mercury &lt;br&gt; (Part 1. Circular Orbit)\"] --&gt; B[\"Project Mercury &lt;br&gt;(Part 2. Reentry)\"]\n click A \"projects/projectmercury.html\" \"Project Mercury (Part 1. Circular Orbit)\"\n click B \"projects/projectmercury.html\" \"Project Mercury (Part 2. Reentry)\"\n\n\n\n\n\n\n\n\nOther Astronomy activities\nEscape Velocity / Newtonian Black Holes uses much of the same code as Slingshot with Gravity, but arguably one can skip Slingshot with Gravity and jump into Escape Velocity / Newtonian Black Holes.\nNight sky simulator is not a gravity simulation so there are no pre-requisites for that activity other than some familiarity with programming and p5.js"
15761576
},
15771577
{
15781578
"objectID": "flowchart.html#electromagnetism-activities",
15791579
"href": "flowchart.html#electromagnetism-activities",
15801580
"title": "Activity Flowcharts / Prerequisites",
15811581
"section": "Electromagnetism activities",
1582-
"text": "Electromagnetism activities\n\n\n\n\n\nflowchart LR\n A[Particle Accelerator] --&gt; B[Particle Accelerator with Potential]\n B --&gt; C[Point charge repulsion]\n B --&gt; D[Magnetic forces]\n\n\n\n\n\n\nOther electromagnetism labs that do not have prerequisites are RC circuit and Wave Interference"
1582+
"text": "Electromagnetism activities\n\n\n\n\n\nflowchart LR\n A[Particle Accelerator] --&gt; B[Particle Accelerator with Potential]\n click A \"projects/particleaccelerator.html\" \"Particle Accelerator\"\n B --&gt; C[Point charge repulsion]\n click B \"projects/particleacceleratorpotential.html\" \"Particle Accelerator with Potential\"\n click C \"projects/repulsion.html\" \"Point charge repulsion\"\n B --&gt; D[Magnetic force]\n click D \"projects/magneticforce.html\" \"Magnetic Force\"\n\n\n\n\n\n\nOther electromagnetism labs that do not have prerequisites are RC circuit and Wave Interference"
15831583
},
15841584
{
15851585
"objectID": "tags/data_science.html",

flowchart.qmd

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,19 @@ format:
1010
```{mermaid}
1111
flowchart LR
1212
A[Move the Blob] --> B[Accelerate the Blob]
13-
click A "http://go.osu.edu/movetheblob2" "Move the Blob"
13+
click A "projects/movetheblob.html" "Move the Blob"
1414
B --> C[Apollo Moon Landing]
15+
click C "projects/apollo.html" "Apollo Moon Landing"
1516
B --> D[Bird Launcher]
17+
click B "projects/acceleratetheblob.html" "Accelerate the Blob"
18+
click D "projects/birdlauncher.html" "Bird Launcher"
1619
```
1720

1821
```{mermaid}
1922
flowchart LR
2023
A[Pong] --> B[Bonk.io Clone]
24+
click A "projects/pong.html" "Pong"
25+
click B "projects/bonk.html" "Bonk.io"
2126
```
2227

2328
## STEMcoding Object Tracker
@@ -31,9 +36,14 @@ flowchart LR
3136
```{mermaid}
3237
flowchart LR
3338
A[Planetoids] --> B[Lunar Descent]
39+
click A "projects/planetoids.html" "Planetoids"
3440
B --> C[Bellicose Birds]
41+
click B "projects/lunardescent.html" "Lunar Descent"
42+
click C "projects/bellicosebirds.html" "Bellicose Birds"
3543
C --> D[Planetoids with Momentum]
44+
click D "projects/momentum.html" "Planetoids with Momentum"
3645
D --> E[Planetoids with a Spring]
46+
click E "projects/spring.html" "Planetoids with a Spring"
3747
```
3848

3949
Note that Planetoids with Momentum considers perfectly inelastic collisions in 2D. Pong is often paired with Planetoids with Momentum because Pong considers elastic collisions in 2D where a ball collides with a wall.
@@ -46,8 +56,12 @@ Slingshot with gravity is a demonstration of Kepler's 1st law (Law of Ellipses).
4656
```{mermaid}
4757
flowchart LR
4858
A[Slingshot with Gravity!] --> B["Orbital Motion: <br>Kepler's 2nd law"]
59+
click A "projects/slingshotgravity.html" "Slingshot with Gravity!"
60+
click B "projects/keplers.html" "Orbital Motion: Kepler's 2nd law"
4961
A --> C[Orbital Motion: Eccentricity]
62+
click C "projects/eccentricity.html" "Orbital Motion: Eccentricity"
5063
A --> D[Exoplanets!]
64+
click D "projects/exoplanets.html" "Exoplanets!"
5165
```
5266

5367
Note: Slingshot with Gravity contains some trigonometry, but the activities that follow it do not
@@ -59,6 +73,8 @@ Project Mercury (Part 1. Circular Orbit) contains much of the same code as Sling
5973
```{mermaid}
6074
flowchart LR
6175
A["Project Mercury <br> (Part 1. Circular Orbit)"] --> B["Project Mercury <br>(Part 2. Reentry)"]
76+
click A "projects/projectmercury.html" "Project Mercury (Part 1. Circular Orbit)"
77+
click B "projects/projectmercury.html" "Project Mercury (Part 2. Reentry)"
6278
```
6379

6480
### Other Astronomy activities
@@ -73,8 +89,12 @@ Night sky simulator is not a gravity simulation so there are no pre-requisites f
7389
```{mermaid}
7490
flowchart LR
7591
A[Particle Accelerator] --> B[Particle Accelerator with Potential]
92+
click A "projects/particleaccelerator.html" "Particle Accelerator"
7693
B --> C[Point charge repulsion]
77-
B --> D[Magnetic forces]
94+
click B "projects/particleacceleratorpotential.html" "Particle Accelerator with Potential"
95+
click C "projects/repulsion.html" "Point charge repulsion"
96+
B --> D[Magnetic force]
97+
click D "projects/magneticforce.html" "Magnetic Force"
7898
```
7999

80100
Other electromagnetism labs that do not have prerequisites are RC circuit and Wave Interference

0 commit comments

Comments
 (0)