Skip to content

Commit 70a5d4e

Browse files
authored
Merge pull request #126 from makeabilitylab/chore/consolidate-electronics-gifs
Consolidate electronics/assets/gifs/ into videos/ (follow-up to #119/#120)
2 parents dffc7a5 + b568b91 commit 70a5d4e

6 files changed

Lines changed: 4 additions & 4 deletions

electronics/assets/gifs/electric-current-flows-downhill-lower-voltage.png renamed to electronics/assets/images/electric-current-flows-downhill-lower-voltage.png

File renamed without changes.

electronics/assets/gifs/CurrentFlow_EngineeringMindset.mp4 renamed to electronics/assets/videos/CurrentFlow_EngineeringMindset.mp4

File renamed without changes.

electronics/assets/gifs/ElectronsFlowingFromAtomToAtomToMakeCurrent.mp4 renamed to electronics/assets/videos/ElectronsFlowingFromAtomToAtomToMakeCurrent.mp4

File renamed without changes.

electronics/assets/gifs/ResistorCurrentFlow_EngineeringMindset-Optimized.mp4 renamed to electronics/assets/videos/ResistorCurrentFlow_EngineeringMindset-Optimized.mp4

File renamed without changes.

electronics/electricity-basics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Let's dive into each of these concepts more deeply, starting with current.
8181
## What is current?
8282

8383
<video autoplay loop muted playsinline aria-label="An animated gif showing current flowing in a simple circuit out of the positive terminal of a 9V battery through an LED and resistor and then back to the negative terminal of the 9V battery">
84-
<source src="assets/gifs/CurrentFlow_EngineeringMindset.mp4" type="video/mp4" />
84+
<source src="assets/videos/CurrentFlow_EngineeringMindset.mp4" type="video/mp4" />
8585
</video>
8686
**Figure.** **[Current](https://en.wikipedia.org/wiki/Electric_current)** is the flow of charged particles—in this case, electrons—through a conductor. In the animation above, we are illustrating "electron flow" as a dotted green line, which flows from the negative terminal of the 9V battery, through an LED and resistor, and then back to the 9V battery to its positive terminal. Note that this is actually opposite from *conventional current* flow, but we'll get to that below. Animation from [The Engineering Mindset](https://youtu.be/kcL2_D33k3o).
8787
{: .fs-1 }
@@ -115,7 +115,7 @@ Importantly, just like your home plumbing system, where water flows instantly ou
115115
This is similar to current in a circuit—atoms are tightly packed in a material with orbiting electrons. When a voltage is applied, these electrons start to "hop" from one atom to another through a conductor but do not instantly travel from A to B (see [video](https://youtu.be/OGa_b26eK2c?t=472)).
116116

117117
<video autoplay loop muted playsinline aria-label="An animated gif showing electrons hopping from atom to atom propelled by an applied voltage">
118-
<source src="assets/gifs/ElectronsFlowingFromAtomToAtomToMakeCurrent.mp4" type="video/mp4" />
118+
<source src="assets/videos/ElectronsFlowingFromAtomToAtomToMakeCurrent.mp4" type="video/mp4" />
119119
</video>
120120
{: .mx-auto .align-center }
121121

@@ -400,7 +400,7 @@ Could have posille's law here? -->
400400
### What are resistors?
401401

402402
<video autoplay loop muted playsinline aria-label="An animated gif showing how resistors can be placed in a circuit to resist current flow.">
403-
<source src="assets/gifs/ResistorCurrentFlow_EngineeringMindset-Optimized.mp4" type="video/mp4" />
403+
<source src="assets/videos/ResistorCurrentFlow_EngineeringMindset-Optimized.mp4" type="video/mp4" />
404404
</video>
405405
**Figure.** This animation shows how a resistor can be placed between two wires to reduce current flow. Notice how electrons flow freely through the copper wire. With the resistor, these electrons "collide" with other atoms and themselves, which restricts electron flow (and also transforms some energy as heat). Animation from [The Engineering Mindset](https://youtu.be/kcL2_D33k3o?t=891).
406406
{: .fs-1 }

electronics/resistors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In previous lessons, you learned about the [concept of resistance](electricity-b
3434
## How do resistors work?
3535

3636
<video autoplay loop muted playsinline aria-label="An animated gif showing how resistors can be placed in a circuit to resist current flow.">
37-
<source src="assets/gifs/ResistorCurrentFlow_EngineeringMindset-Optimized.mp4" type="video/mp4" />
37+
<source src="assets/videos/ResistorCurrentFlow_EngineeringMindset-Optimized.mp4" type="video/mp4" />
3838
</video>
3939
**Figure.** This animation shows how a resistor can be placed between two wires to reduce current flow. Notice how electrons flow freely through the copper wire. With the resistor, these electrons "collide" with other atoms and themselves, which transforms the electrical energy to thermal energy and induces a voltage drop. Animation from [The Engineering Mindset](https://youtu.be/kcL2_D33k3o?t=891).
4040
{: .fs-1 }

0 commit comments

Comments
 (0)