Skip to content

Commit c0fb9b6

Browse files
Drop placeholder video embeds, add slide CSS to week-03
1 parent 863860e commit c0fb9b6

2 files changed

Lines changed: 36 additions & 21 deletions

File tree

courses/agentic-research/week-02.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,8 @@ Setup is a one-time investment of 20 to 30 minutes per project. It pays back eve
1919
- Prompt Claude specifically enough that the first response is usable
2020
- Identify the nonprofit pricing option available to 501(c)(3) labs
2121

22-
<div class="embed-container">
23-
<iframe
24-
src="https://www.youtube.com/embed/NKTMUjTHNFg"
25-
title="Week 1: Git, GitHub, and the Command Line"
26-
frameborder="0"
27-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
28-
allowfullscreen>
29-
</iframe>
30-
</div>
22+
!!! info "Recording"
23+
The Week 2 session recording will be posted to [neuromechanist on YouTube](https://www.youtube.com/@neuromechanist). Swap the YouTube video identifier into this page when the upload is ready.
3124

3225
## Slides
3326

courses/agentic-research/week-03.md

Lines changed: 34 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,8 @@ Everything in this guide is anchored to the course practicum: a study-level ERP
1919
- Run `/review-pr` against every PR and address every finding
2020
- Walk the HBN practicum end to end: from `git init` to a merged Phase 1 preprocessing PR
2121

22-
<div class="embed-container">
23-
<iframe
24-
src="https://www.youtube.com/embed/NKTMUjTHNFg"
25-
title="Week 2: Setting Up Claude Code for Research"
26-
frameborder="0"
27-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
28-
allowfullscreen>
29-
</iframe>
30-
</div>
31-
32-
!!! info "Video"
33-
The Week 3 recording will appear here once it is published to YouTube. The embed above shows the Week 2 session for context.
22+
!!! info "Recording"
23+
The Week 3 session recording will be posted to [neuromechanist on YouTube](https://www.youtube.com/@neuromechanist) after the live session on **Tuesday, April 21, 2026**.
3424

3525
## Slides
3626

@@ -366,3 +356,35 @@ At the end of the session, you have a private repository, a structured brief, an
366356
---
367357

368358
*Licensed [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). You are free to share and adapt this guide with attribution. Source in the [course repository](https://github.com/OpenScience-Collective/agentic-research-course/tree/main/blog).*
359+
360+
<style>
361+
.embed-container {
362+
position: relative;
363+
padding-bottom: 56.25%;
364+
height: 0;
365+
overflow: hidden;
366+
border: 1px solid var(--md-default-fg-color--lightest);
367+
border-radius: 8px;
368+
margin-bottom: 1.5rem;
369+
}
370+
.embed-container iframe {
371+
position: absolute;
372+
top: 0;
373+
left: 0;
374+
width: 100%;
375+
height: 100%;
376+
border-radius: 8px;
377+
}
378+
.slide-hint {
379+
margin: -0.5rem 0 1.5rem 0;
380+
font-size: 0.75rem;
381+
color: var(--md-default-fg-color--lighter);
382+
}
383+
.slide-hint kbd {
384+
font-size: 0.7rem;
385+
padding: 0.1rem 0.3rem;
386+
border: 1px solid var(--md-default-fg-color--lightest);
387+
border-radius: 3px;
388+
background: var(--md-code-bg-color);
389+
}
390+
</style>

0 commit comments

Comments
 (0)