Skip to content

Commit c1021f9

Browse files
committed
change mercury links on the flowchart
1 parent c91d863 commit c1021f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/flowchart.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ <h3 class="anchored" data-anchor-id="project-mercury-hidden-figures-celebration"
291291
<div>
292292
<pre class="mermaid mermaid-js">flowchart LR
293293
A["Project Mercury &lt;br&gt; (Part 1. Circular Orbit)"] --&gt; B["Project Mercury &lt;br&gt;(Part 2. Reentry)"]
294-
click A "projects/projectmercury.html" "Project Mercury (Part 1. Circular Orbit)"
295-
click B "projects/projectmercury.html" "Project Mercury (Part 2. Reentry)"
294+
click A "projects/projectmercury1.html" "Project Mercury (Part 1. Circular Orbit)"
295+
click B "projects/projectmercury2.html" "Project Mercury (Part 2. Reentry)"
296296
</pre>
297297
</div>
298298
<p></p></figure><p></p>

docs/search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@
15931593
"href": "flowchart.html#astronomy-activities",
15941594
"title": "Activity Flowcharts / Prerequisites",
15951595
"section": "Astronomy activities",
1596-
"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"
1596+
"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/projectmercury1.html\" \"Project Mercury (Part 1. Circular Orbit)\"\n click B \"projects/projectmercury2.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"
15971597
},
15981598
{
15991599
"objectID": "flowchart.html#math-activities",

flowchart.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Project Mercury (Part 1. Circular Orbit) contains much of the same code as Sling
7373
```{mermaid}
7474
flowchart LR
7575
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)"
76+
click A "projects/projectmercury1.html" "Project Mercury (Part 1. Circular Orbit)"
77+
click B "projects/projectmercury2.html" "Project Mercury (Part 2. Reentry)"
7878
```
7979

8080
### Other Astronomy activities

0 commit comments

Comments
 (0)