Skip to content

Commit

Permalink
feat: Add causal videos from PyMC / PyMC Labs community
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthJohri committed Jun 26, 2024
1 parent 2ac74e5 commit 5b7453c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/source/knowledgebase/causal_video_resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Causal video resources

## PyMC Videos

<style>
.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
height: 0;
overflow: hidden;
max-width: 100%;
background: #000;
}

.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
</style>

<div class="video-container">
<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>
</div>
<br>
<div class="video-container">
<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>
</div>
<br>
<div class="video-container">
<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>
</div>
2 changes: 2 additions & 0 deletions docs/source/knowledgebase/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
glossary
design_notation
quasi_dags.ipynb
causal_video_resources

:::

0 comments on commit 5b7453c

Please sign in to comment.