Skip to content

Commit 5b7453c

Browse files
committed
feat: Add causal videos from PyMC / PyMC Labs community
1 parent 2ac74e5 commit 5b7453c

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Causal video resources
2+
3+
## PyMC Videos
4+
5+
<style>
6+
.video-container {
7+
position: relative;
8+
padding-bottom: 56.25%; /* 16:9 aspect ratio */
9+
height: 0;
10+
overflow: hidden;
11+
max-width: 100%;
12+
background: #000;
13+
}
14+
15+
.video-container iframe {
16+
position: absolute;
17+
top: 0;
18+
left: 0;
19+
width: 100%;
20+
height: 100%;
21+
border: 0;
22+
}
23+
</style>
24+
25+
<div class="video-container">
26+
<iframe width="560" height="315" src="https://www.youtube.com/embed/0PQ8BQaDP04?si=O4qb44OBDVn8gqHP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
27+
</div>
28+
<br>
29+
<div class="video-container">
30+
<iframe width="560" height="315" src="https://www.youtube.com/embed/b47wmTdcICE?si=aXufYM8AiHZAQ9Q0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
31+
</div>
32+
<br>
33+
<div class="video-container">
34+
<iframe width="560" height="315" src="https://www.youtube.com/embed/QAzAFess1AA?si=zD6PrljOFUyvjm1I" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
35+
</div>

docs/source/knowledgebase/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
glossary
77
design_notation
88
quasi_dags.ipynb
9+
causal_video_resources
10+
911
:::

0 commit comments

Comments
 (0)