Skip to content

Commit

Permalink
update week 12 videos
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Mar 24, 2024
1 parent 70e279a commit 55ebed7
Show file tree
Hide file tree
Showing 10 changed files with 72 additions and 245 deletions.
3 changes: 3 additions & 0 deletions notes/week11/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ In the sidebar on the right, you can use the checklists to keep track of what's
<input type="checkbox" id="week11_video1" class="box"> <label>Music Generation</input></label>
<input type="checkbox" id="week11_video2" class="box"> <label>Introduction to Project 2</input></label>
```
````

Expand Down
41 changes: 41 additions & 0 deletions notes/week12/class12A.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Class Meeting 12A

Today we will be working on understanding and exploring the Depth-first algorithm.

Slides coming soon...

<!--
<div>
<iframe src="../../Lec18_StateSpaces.pdf" width="100%" height="600px" frameBorder="0"> </iframe>
</div>
[Download the Slides from today](https://github.com/ubc-cs/cpsc203/raw/main/files/Lec18_StateSpaces.pdf)
-->


<!-- ## Important links for today:
- [Markov Chains Demo](http://setosa.io/markov)
- [Markov Chains](https://brilliant.org/wiki/markov-chains/) -->

<!--
## Optional links for today
-->

## Logistics

1. Clone the Class Activity Repository

You will first need to "accept" the GitHub Classroom assignment to get a copy of the starter code.

You can do that by [clicking here](https://classroom.github.com/a/ShgbwvAQ).

Then, clone the `classActivity11A` repository by running the following line in your Terminal:

```
git clone <your_clone_url>
```

## Acknowledgements

Slides for {{ COURSE_CODE }} were developed and created by [Dr. Cinda Heeren](https://www.cs.ubc.ca/people/cinda-heeren). The current iteration of the course resulted in minor adaptations and updates, but by in large, full credit of these slides belongs to Dr. Cinda Heeren.
11 changes: 0 additions & 11 deletions notes/week12/homework.md

This file was deleted.

13 changes: 0 additions & 13 deletions notes/week12/lab.md

This file was deleted.

52 changes: 0 additions & 52 deletions notes/week12/learninglogs.md

This file was deleted.

10 changes: 0 additions & 10 deletions notes/week12/lecture.md

This file was deleted.

28 changes: 0 additions & 28 deletions notes/week12/readings.md

This file was deleted.

11 changes: 0 additions & 11 deletions notes/week12/test.md

This file was deleted.

128 changes: 27 additions & 101 deletions notes/week12/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,159 +6,85 @@ In the sidebar on the right, you can use the checklists to keep track of what's

````{margin}
```{admonition} Checklist of items
:class: tip
<input type="checkbox" id="week12_video1" class="box"><label>Video 1</input></label>
<input type="checkbox" id="week12_video2" class="box"><label>Video 2</input></label>
<input type="checkbox" id="week12_video3" class="box"><label>Video 3</input></label>
<input type="checkbox" id="week12_video4" class="box"><label>Video 4</input></label>
<input type="checkbox" id="week12_video5" class="box"><label>Video 5</input></label>
<input type="checkbox" id="week12_video6" class="box"><label>Video 6</input></label>
<input type="checkbox" id="week12_video7" class="box"><label>Video 7</input></label>
<input type="checkbox" id="week12_video8" class="box"><label>Video 8</input></label>
<input type="checkbox" id="week12_video9" class="box"><label>Video 9</input></label>
<input type="checkbox" id="week12_video10" class="box"><label>Video 10</input></label>
:class: tip sticky
<input type="checkbox" id="week12_video1" class="box"> <label>Music Generation</input></label>
```
````

## Content Summary from Crash Course Physics

```{dropdown} Collisions
:class-container: sd-shadow-lg
:color: primary
:open:
<div class="container youtube">
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/Y-QOfc2XqOk" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
```

## Required Videos

```{dropdown} 1. You Can't Run From Momentum! (a momentum introduction)
### Tuesday's Class

```{dropdown} 1. Searching State Spaces - Depth First Search
:class-container: sd-shadow-lg
:color: primary
:open:
<div class="container youtube">
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/K-lH-DoD6Tk" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="responsive-iframe" src="https://player.vimeo.com/video/926764718" frameborder="0" allow="accelerometer; autoplay="0"; gyroscope; picture-in-picture; fullscreen" allowfullscreen></iframe>
</div>
- [Notes](https://www.flippingphysics.com/uploads/2/1/1/0/21103672/0171_lecture_notes_-_you_cant_run_from_momentum.pdf)
- [Direct link to Mr. P's page](https://www.flippingphysics.com/momentum.html)
```

```{dropdown} 2. Impulse Introduction
```{dropdown} 2. Depth First Search Part 2
:class-container: sd-shadow-lg
:color: primary
:open:
<div class="container youtube">
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/6myC6S2TNHw" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="responsive-iframe" src="https://player.vimeo.com/video/926765121" frameborder="0" allow="accelerometer; autoplay="0"; gyroscope; picture-in-picture; fullscreen" allowfullscreen></iframe>
</div>
- [Notes](https://www.flippingphysics.com/uploads/2/1/1/0/21103672/0178_lecture_notes_-_impulse_introduction_or_if_you_dont_bend_your_knees_when_stepping_off_a_wall.pdf)
- [Direct link to Mr. P's page](https://www.flippingphysics.com/impulse-introduction.html)
```

```{dropdown} 3. Derivation of Impulse using an Integral and Impulse Approximation
```{dropdown} 3. Stacks and Breadth-first search
:class-container: sd-shadow-lg
:color: primary
:open:
<div class="container youtube">
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/EV8-eJR70Mg" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="responsive-iframe" src="https://player.vimeo.com/video/926767051" frameborder="0" allow="accelerometer; autoplay="0"; gyroscope; picture-in-picture; fullscreen" allowfullscreen></iframe>
</div>
```

```{dropdown} 4.  Introductory Conservation of Momentum Explosion Problem Demonstration
:class-container: sd-shadow-lg
:color: primary
<div class="container youtube">
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/X97-azGdDl8" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
### Thursday's class

- [Notes](https://www.flippingphysics.com/uploads/2/1/1/0/21103672/0248_lecture_notes_-_hookes_law_introduction_-_force_of_a_spring.pdf)
- [Direct link to Mr. P's page](https://www.flippingphysics.com/hookes-law.html)
```

```{dropdown} 5. Introduction to Elastic and Inelastic Collisions
<!--
```{dropdown} 2. Graph Exploration
:class-container: sd-shadow-lg
:color: primary
:open:
<div class="container youtube">
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/53nDh4_GhA8" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
- [Notes](https://www.flippingphysics.com/uploads/2/1/1/0/21103672/0182_lecture_notes_-_introduction_to_elastic_and_inelastic_collisions.pdf)
- [Direct link to Mr. P's page](https://www.flippingphysics.com/collisions.html)
```

```{dropdown} 6. Introductory Perfectly Inelastic Collision Problem Demonstration
:class-container: sd-shadow-lg
:color: primary
<div class="container youtube">
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/W-BCPUQXAJU" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="responsive-iframe" src="https://player.vimeo.com/video/920172396" frameborder="0" allow="accelerometer; autoplay="0"; gyroscope; picture-in-picture; fullscreen" allowfullscreen></iframe>
</div>
``` -->

- [Notes](https://www.flippingphysics.com/uploads/2/1/1/0/21103672/0183_lecture_notes_-_introductory_perfectly_inelastic_collision_problem_demonstration.pdf)
- [Direct link to Mr. P's page](https://www.flippingphysics.com/perfectly-inelastic.html)
```
<!--
```{dropdown} 7. Introductory Elastic Collision Problem Demonstration
```{dropdown} 3. Queues and Voronoi Diagrams
:class-container: sd-shadow-lg
:color: primary
:open:
<div class="container youtube">
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/6Ks8VYxiugo" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="responsive-iframe" src="https://player.vimeo.com/video/916620754" frameborder="0" allow="accelerometer; autoplay="0"; gyroscope; picture-in-picture; fullscreen" allowfullscreen></iframe>
</div>
- [Notes](https://www.flippingphysics.com/uploads/2/1/1/0/21103672/0184_lecture_notes_-_introductory_elastic_collision_problem_demonstration.pdf)
- [Direct link to Mr. P's page](https://www.flippingphysics.com/elastic.html)
```
```{dropdown} 8. Using Impulse to Calculate Initial Height
:class-container: sd-shadow-lg
:color: primary
### Optional Videos
<div class="container youtube">
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/0qK-fxxShWQ" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
- [Notes](https://www.flippingphysics.com/uploads/2/1/1/0/21103672/0190_lecture_notes_-_using_impulse_to_calculate_initial_height.pdf)
- [Direct link to Mr. P's page](https://www.flippingphysics.com/impulse-height.html)
```
This will be a required video next week (Week 9).
```{dropdown} 9. 2D Conservation of Momentum Example using Air Hockey Discs
```{dropdown} 4. Pointilism
:class-container: sd-shadow-lg
:color: primary
<div class="container youtube">
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/nuBE7I6-yfk" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="responsive-iframe" src="https://player.vimeo.com/video/916626910" frameborder="0" allow="accelerometer; autoplay="0"; gyroscope; picture-in-picture; fullscreen" allowfullscreen></iframe>
</div>
- [Notes](https://www.flippingphysics.com/uploads/2/1/1/0/21103672/0193_lecture_notes_-_2d_conservation_of_momentum_example_using_air_hockey_pucks.pdf)
- [Direct link to Mr. P's page](https://www.flippingphysics.com/2d-momentum.html)
```
```{dropdown} 10. Review of Mechanical Energy and Momentum Equations and When To Use Them!
:class-container: sd-shadow-lg
:color: primary
<div class="container youtube">
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/3KqwsjY1E60" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
- [Notes](https://www.flippingphysics.com/uploads/2/1/1/0/21103672/0192_lecture_notes_-_review_of_mechanical_energy_and_momentum_equations_and_when_to_use_them.pdf)
- [Direct link to Mr. P's page](https://www.flippingphysics.com/energy-momentum-review.html)
```
-->
Loading

0 comments on commit 55ebed7

Please sign in to comment.