From 0fa91d6d4a53ce9a5407a10331dd9b73c998614c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1rbara=20Bitarello?= Date: Mon, 26 Dec 2022 18:19:13 -0500 Subject: [PATCH] asfafs --- .gitignore | 5 + AGD/index.html | 13 + AGD/xaringan-themer.css | 34 +- teaching/B215/01_Statistics_and_samples.Rmd | 636 ++++++++++++++++++++ 4 files changed, 686 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 teaching/B215/01_Statistics_and_samples.Rmd diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..565f2b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.Rproj.user +.Rhistory +.Rdata +.httr-oauth +.DS_Store diff --git a/AGD/index.html b/AGD/index.html index b3e6bb4..6fb824f 100644 --- a/AGD/index.html +++ b/AGD/index.html @@ -729,6 +729,19 @@ deleted = true; }); })(); +// add `data-at-shortcutkeys` attribute to to resolve conflicts with JAWS +// screen reader (see PR #262) +(function(d) { + let res = {}; + d.querySelectorAll('.remark-help-content table tr').forEach(tr => { + const t = tr.querySelector('td:nth-child(2)').innerText; + tr.querySelectorAll('td:first-child .key').forEach(key => { + const k = key.innerText; + if (/^[a-z]$/.test(k)) res[k] = t; // must be a single letter (key) + }); + }); + d.body.setAttribute('data-at-shortcutkeys', JSON.stringify(res)); +})(document); (function() { "use strict" // Replace