Skip to content

Commit 45257c3

Browse files
mb-westoverclaude
andcommitted
Add "Fun" nav tab + /fun/ catalog page with dynamotype trainer
- header.html: new "Fun" nav item between Openings and EEGTalk. - _pages/fun.md: catalog page for interactive lab tools/demos. - fun/dynamotype_quiz.html: self-contained browser quiz (172 KB, no external deps) for learning seizure dynamotype onset/offset patterns, based on Sheckler/Stacey et al's "Dynamotypes for Dummies" (eNeuro 2025). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3f7aabc commit 45257c3

3 files changed

Lines changed: 89 additions & 0 deletions

File tree

_includes/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<li><a href="{{ site.url }}{{ site.baseurl }}/pictures">Pics</a></li>
2121
<li><a href="{{ site.url }}{{ site.baseurl }}/resources">Resources</a></li>
2222
<li><a href="{{ site.url }}{{ site.baseurl }}/openings">Openings</a></li>
23+
<li><a href="{{ site.url }}{{ site.baseurl }}/fun">Fun</a></li>
2324
<li><a href="https://nascimentofabioa.wixsite.com/mysite/">EEGTalk</a></li>
2425
</ul>
2526
</div>

_pages/fun.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "CDAC - Fun"
3+
layout: textlay
4+
excerpt: "Fun and useful interactive tools from the CDAC lab."
5+
sitemap: false
6+
permalink: /fun/
7+
---
8+
9+
# Fun
10+
11+
A small collection of interactive tools, demos, and learning aids built by the lab. Most run entirely in your browser — nothing to install.
12+
13+
### Dynamotype onset/offset trainer
14+
A quiz tool to help you learn to recognize seizure **dynamotypes** — the characteristic onset and offset patterns of seizures. It drills you on the dynamotype taxonomy from Stacey and colleagues' "Dynamotypes for Dummies" toolbox and atlas.
15+
16+
[**Launch the dynamotype trainer →**]({{ site.url }}{{ site.baseurl }}/fun/dynamotype_quiz.html)
17+
18+
<small>Based on: Sheckler C, Kish K, Walker Z, Barkelew G, Crisp DN, Szuromi MP, Saggio ML, Stacey WC. *Dynamotypes for Dummies: A Toolbox, Atlas, and Tutorial for Simulating a Comprehensive Range of Realistic Synthetic Seizures.* eNeuro. 2025 Oct 23;12(10):ENEURO.0200-25.2025. doi: [10.1523/ENEURO.0200-25.2025](https://doi.org/10.1523/ENEURO.0200-25.2025). PMID: [41027733](https://pubmed.ncbi.nlm.nih.gov/41027733/); PMCID: PMC12549069.</small>

fun/dynamotype_quiz.html

Lines changed: 70 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)