Skip to content

Commit defc961

Browse files
committed
add video to interference, change icon
1 parent 2fbf19b commit defc961

File tree

10 files changed

+22
-16
lines changed

10 files changed

+22
-16
lines changed

docs/activities.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,11 +1874,11 @@ <h5 class="no-anchor card-title listing-title">
18741874
</div>
18751875
</a>
18761876
</div>
1877-
<div class="g-col-1" data-index="43" data-categories="QWR2YW5jZWQlMjBIUyUyQ1BoeXNpY3MlMkNFbGVjdHJvbWFnbmV0aXNtJTJDSmF2YXNjcmlwdCUyQ1RyaWdvbm9tZXRyeQ==" data-listing-file-modified-sort="1750986419126" data-listing-reading-time-sort="1" data-listing-word-count-sort="134">
1877+
<div class="g-col-1" data-index="43" data-categories="QWR2YW5jZWQlMjBIUyUyQ1BoeXNpY3MlMkNFbGVjdHJvbWFnbmV0aXNtJTJDSmF2YXNjcmlwdCUyQ1RyaWdvbm9tZXRyeQ==" data-listing-file-modified-sort="1753498442982" data-listing-reading-time-sort="1" data-listing-word-count-sort="160">
18781878
<a href="./projects/waveinterference.html" class="quarto-grid-link">
18791879
<div class="quarto-grid-item card h-100 card-left">
18801880
<p class="card-img-top">
1881-
<img loading="lazy" data-src="./img/waveinterference.png" class="thumbnail-image card-img" style="height: 150px;">
1881+
<img loading="lazy" data-src="./img/interference4.png" class="thumbnail-image card-img" style="height: 150px;">
18821882
</p>
18831883
<div class="card-body post-contents">
18841884
<h5 class="no-anchor card-title listing-title">

docs/img/interference.png

109 KB
Loading

docs/img/interference2.png

108 KB
Loading

docs/img/interference3.png

105 KB
Loading

docs/img/interference4.png

106 KB
Loading

docs/projects/waveinterference.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,8 @@
136136
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article page-navbar">
137137
<!-- sidebar -->
138138
<!-- margin-sidebar -->
139-
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar">
140-
<nav id="TOC" role="doc-toc" class="toc-active">
141-
<h2 id="toc-title">On this page</h2>
142-
143-
<ul>
144-
<li><a href="#links-to-activity" id="toc-links-to-activity" class="nav-link active" data-scroll-target="#links-to-activity">Links to Activity</a></li>
145-
<li><a href="#learning-objectives" id="toc-learning-objectives" class="nav-link" data-scroll-target="#learning-objectives">Learning Objectives</a></li>
146-
<li><a href="#wave-interference-playlist" id="toc-wave-interference-playlist" class="nav-link" data-scroll-target="#wave-interference-playlist">Wave Interference Playlist</a></li>
147-
</ul>
148-
</nav>
139+
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar zindex-bottom">
140+
149141
</div>
150142
<!-- main -->
151143
<main class="content" id="quarto-document-content">
@@ -176,6 +168,11 @@ <h1 class="title">Wave Interference</h1>
176168
</header>
177169

178170

171+
<div style="margin-bottom: 20px; text-align:center;">
172+
<video height="300" controls="" autoplay="" muted="" loop="" style="max-width: 100%; height: auto;">
173+
<source src="../vid/interference.mp4" type="video/mp4">
174+
Your browser does not support the video tag. </video>
175+
</div>
179176
<p>This programming lab is designed to illustrate the idea of wave interference. This happens because of the principle of “superposition”. For sound waves, this 20 dollar word just means that if there are two speakers in a large room or open space, the amplitude of the sound waves at a particular point in that room are the sum of the waves of the two speakers.</p>
180177
<section id="links-to-activity" class="level2">
181178
<h2 class="anchored" data-anchor-id="links-to-activity">Links to Activity</h2>
@@ -199,8 +196,9 @@ <h2 class="anchored" data-anchor-id="wave-interference-playlist">Wave Interferen
199196

200197

201198
</section>
199+
</main></div>
202200

203-
</main> <!-- /main -->
201+
<!-- /main -->
204202
<script id="quarto-html-after-body" type="application/javascript">
205203
window.document.addEventListener("DOMContentLoaded", function (event) {
206204
const toggleBodyColorMode = (bsSheetEl) => {
@@ -618,7 +616,7 @@ <h2 class="anchored" data-anchor-id="wave-interference-playlist">Wave Interferen
618616
}
619617
});
620618
</script>
621-
</div> <!-- /content -->
619+
<!-- /content -->
622620

623621

624622

docs/search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
"href": "projects/waveinterference.html",
670670
"title": "Wave Interference",
671671
"section": "",
672-
"text": "This programming lab is designed to illustrate the idea of wave interference. This happens because of the principle of “superposition”. For sound waves, this 20 dollar word just means that if there are two speakers in a large room or open space, the amplitude of the sound waves at a particular point in that room are the sum of the waves of the two speakers."
672+
"text": "Your browser does not support the video tag.\nThis programming lab is designed to illustrate the idea of wave interference. This happens because of the principle of “superposition”. For sound waves, this 20 dollar word just means that if there are two speakers in a large room or open space, the amplitude of the sound waves at a particular point in that room are the sum of the waves of the two speakers."
673673
},
674674
{
675675
"objectID": "projects/waveinterference.html#links-to-activity",

docs/vid/interference.mp4

120 KB
Binary file not shown.

img/interference4.png

106 KB
Loading

projects/waveinterference.qmd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Wave Interference"
3-
image: ../img/waveinterference.png
3+
image: ../img/interference4.png
44
categories:
55
- Advanced HS
66
- Physics
@@ -10,6 +10,14 @@ categories:
1010

1111
---
1212

13+
<div style="margin-bottom: 20px; text-align:center;">
14+
<video height="300" controls autoplay muted loop style="max-width: 100%; height: auto;">
15+
<source src="../vid/interference.mp4" type="video/mp4">
16+
Your browser does not support the video tag.
17+
</video>
18+
</div>
19+
20+
1321
This programming lab is designed to illustrate the idea of wave interference. This happens because of the principle of "superposition". For sound waves, this 20 dollar word just means that if there are two speakers in a large room or open space, the amplitude of the sound waves at a particular point in that room are the sum of the waves of the two speakers.
1422

1523
## Links to Activity

0 commit comments

Comments
 (0)