diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b6a065 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.Rproj.user +.Rhistory +.RData +.Ruserdata diff --git a/CEGA2022.Rproj b/CEGA2023.Rproj similarity index 100% rename from CEGA2022.Rproj rename to CEGA2023.Rproj diff --git a/dd-rmarkdown.Rmd b/dd-rmarkdown.Rmd index 4f8085f..a79a842 100644 --- a/dd-rmarkdown.Rmd +++ b/dd-rmarkdown.Rmd @@ -2,10 +2,10 @@ title: "Dynamic Documents using R: Hands-On" author: "Fernando Hoces de la Guardia, BITSS" subtitle: "CEGA EASST Fellows Training" -date: "`r format(as.Date('2023-05-11'), '%d %B %Y')`" +date: "`r format(as.Date('2023-11-03'), '%d %B %Y')`" output: xaringan::moon_reader: - footer: "These slides available at https://bitss.github.io/CEGA2022/" + footer: "These slides available at https://bitss.github.io/CEGA2023/" css: [default, metropolis, metropolis-fonts] lib_dir: libs nature: @@ -661,5 +661,5 @@ here goes the code ] ```{r gen_pdf, include = FALSE, cache = FALSE, eval = TRUE} -pagedown::chrome_print("dd-rmarkdown.html", output = "slides_dd.pdf") +pagedown::chrome_print("dd-rmarkdown.html", output = "dd-rmarkdown.pdf") ``` \ No newline at end of file diff --git a/dd-rmarkdown.html b/dd-rmarkdown.html index 6c68d26..61172c1 100644 --- a/dd-rmarkdown.html +++ b/dd-rmarkdown.html @@ -4,8 +4,8 @@ Dynamic Documents using R: Hands-On - - + + @@ -24,7 +24,7 @@ ### Fernando Hoces de la Guardia, BITSS ] .date[ -### 11 May 2023 +### 03 November 2023 ] --- diff --git a/dd-rmarkdown.pdf b/dd-rmarkdown.pdf new file mode 100644 index 0000000..a8a87fb Binary files /dev/null and b/dd-rmarkdown.pdf differ diff --git a/git-non-prog.Rmd b/git-non-prog.Rmd index 2f58fd5..5056bbe 100644 --- a/git-non-prog.Rmd +++ b/git-non-prog.Rmd @@ -2,10 +2,10 @@ title: "Git for Non-Programmers" author: "Fernando Hoces de la Guardia, BITSS" subtitle: "CEGA EASST Fellows Training" -date: "`r format(as.Date('2023-05-11'), '%d %B %Y')`" +date: "`r format(as.Date('2023-11-03'), '%d %B %Y')`" output: xaringan::moon_reader: - footer: "These slides available at https://bitss.github.io/CEGA2022/" + footer: "These slides available at https://bitss.github.io/CEGA2023/" css: [default, metropolis, metropolis-fonts] lib_dir: libs nature: diff --git a/git-non-prog.html b/git-non-prog.html index 8c6b3d4..71fac4f 100644 --- a/git-non-prog.html +++ b/git-non-prog.html @@ -4,8 +4,8 @@ Git for Non-Programmers - - + + @@ -24,7 +24,7 @@ ### Fernando Hoces de la Guardia, BITSS ] .date[ -### 11 May 2023 +### 03 November 2023 ] --- diff --git a/index.html b/index.html index d49df99..71fac4f 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,11 @@ - Dynamic Documents using R: Hands-On + Git for Non-Programmers - + + @@ -13,665 +14,571 @@ @@ -722,6 +629,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