R for
Authoring!!

OOH Session #48…
Shiny AI bot

Open Office Hours
(October 22, 2024)

  • Recap session #47       ↔︎️
  • Focal issue(s):
    • Shiny AI bot 🤖
  • Shared problem-solving

Recap of Session #47:

Slide Navigation (Part II)🧭🧭

---
title: "Playing with revealjs presentations" 
author: "Rocky & Bullwinkle" 
format: 
  revealjs:
    navigation-mode: vertical
    transition: concave 
    transition-speed: slow
    menu:
      side: right
      width: third
      numbers: true
---
1
Can set this value to false if you’d like to hide the in the bottom left corner – menu content will still be available via keyboard shortcuts (“m” button)
2
Emergent location of activated menu (left or right)
3
Width of activated menu (normal, wide, third, half, full [or other .CSS length values])
4
Adds slide number (within menu only)
---
title: "Playing with revealjs presentations" 
author: "Rocky & Bullwinkle" 
format: 
  revealjs:
    navigation-mode: vertical
    transition: concave
    transition-speed: slow
    slide-number: h.v
    controls-layout: bottom-right
    controls-tutorial: true
    slide-tone: true
---
1
Creates slide number. Default is true but can also be: c/t, c, h/v, or h.vcan also limit location and medium (e.g., only .pdf)
2
Locates navigation cues “together” in lower right-hand corner
3
“Wiggle” animation added to navigation cues
4
Tone cue for visually impaired – might need to refresh browser

Auto-Slide (with embedio extension)

---
title: "Playing with <br> revealjs presentations" 
author: "Rocky & Bullwinkle" 
format: 
  revealjs:
    navigation-mode: vertical
    transition: convex
    transition-speed: slow
    auto-slide: 1000
    loop: true
---

# Stack 1

## Slide 1 

![](https://i.ytimg.com/vi/i66Ixw5o85w/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLBdYsotJFrVAe2tbM3qy6LOdYxcjQ)

::: {.notes}
Speaker notes go here. 
:::

## Slide 2

![](https://wallpapers.com/images/featured/funny-cats-pictures-uu9qufqc5zq8l7el.jpg)

# Stack 2

## Slide 3

![](https://s.yimg.com/ny/api/res/1.2/C5uryMno9srLXTTHJWNllw--/YXBwaWQ9aGlnaGxhbmRlcjt3PTY0MDtoPTQ4MA--/https://s.yimg.com/os/en_US/News/BGR_News/funny-cat.jpg)

## Slide 4

![](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSNRp3SyzQ4cx5mP8VWUNHQMtZGRRDnQRHkjw&s)
1
Milleseconds - currently set at “ludicrous” 😵
2
Whether to end at final slide or just keep looping

Today:

Shiny AI bot 🤖

Session Info (October 22, 2024) Rendering:

R version 4.2.2 (2022-10-31 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19045)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.utf8 
[2] LC_CTYPE=English_United States.utf8   
[3] LC_MONETARY=English_United States.utf8
[4] LC_NUMERIC=C                          
[5] LC_TIME=English_United States.utf8    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] fontawesome_0.5.2

loaded via a namespace (and not attached):
 [1] lubridate_1.9.3   emo_0.0.0.9000    digest_0.6.31     crayon_1.5.2     
 [5] assertthat_0.2.1  lifecycle_1.0.4   jsonlite_1.8.9    magrittr_2.0.3   
 [9] evaluate_1.0.0    stringi_1.7.12    rlang_1.1.3       cli_3.6.0        
[13] rstudioapi_0.15.0 vctrs_0.6.5       generics_0.1.3    rmarkdown_2.28   
[17] tools_4.2.2       stringr_1.5.1     glue_1.6.2        purrr_1.0.1      
[21] xfun_0.42         yaml_2.3.10       fastmap_1.1.1     compiler_4.2.2   
[25] timechange_0.3.0  htmltools_0.5.7   knitr_1.45