-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path11_5_24.qmd
108 lines (84 loc) · 3.78 KB
/
11_5_24.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
---
title: "R for <br>Authoring!!"
author: "OOH Session #50...<br>...[polling]{.election} via R"
title-slide-attributes:
data-background-image: https://d2eehagpk5cl65.cloudfront.net/img/q60/uploads/2020/10/VitalVote.jpg
data-background-opacity: ".7"
format:
revealjs:
slide-tone: false
# navigation-mode: vertical
transition: convex
transition-speed: slow
# controls-layout: bottom-right
# controls-tutorial: true
# slide-number: h.v
mermaid:
theme: forest
# output-location: slide ## column-fragment; inserts blank 2nd slide
code-overflow: wrap ## instead of horizontal scroll
theme: [league, weekly.scss] ## night & league
logo: "erg2.png"
footer-logo-link: "https://ergreports.com/" ## https://github.com/shafayetShafee/reveal-header#readme
mouse-wheel: true ## yes enables mouse
preview-links: false ## true brings up iframe window instead of "site"
code-annotations: hover
html-math-method:
method: mathjax ## LaTeX in code annotations
url: "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/latest.js?config=TeX-MML-AM_CHTML"
engine: knitr ## not picking up inline codes
bibliography: temp.bib
#lightbox: true
filters:
- reveal-header ## extension to add a hyperlink to slide logo
---
```{r, warning=FALSE, message=FALSE}
#devtools::install_github("hadley/emo") ## if anyone else wants to render
library(fontawesome)
```
## Open Office Hours <br>(`r format(Sys.Date(),"%B %d, %Y")`)
::: {layout="[80,20]"}
::: first-column
- Recap session #49 `r emo::ji("left_right_arrow")`
- Focal issue(s):
- [polling]{.election} via `r fontawesome::fa("r-project", fill="#4287f5")`
+ [surveydown](https://surveydown.org/) `r emo::ji("down_arrow")`
- Shared problem-solving
:::
::: second-column
:::
:::
![](img/title49.JPG){.absolute top="170" right="-120" width="600" height="325"}
# Recap of Session #49:
## [zombie]{.bloody} slides `r emo::ji("zombie")`
```{yaml}
#| eval: false
#| echo: true
#| code-line-numbers: "5"
---
title: "Presentation"
format:
revealjs:
multiplex: true #<1>
---
```
1. Creates 2 .html files -- one for presenter and one "zombie"`r emo::ji("zombie")` for viewers. The zombie can be published and shared -- these slides will parrot`r emo::ji("parrot")` actions taken by the presenter's slides.
![](https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExdzd6anVxemVpeXc3OHhsMHgwaXAwNHl2MG55bW1meDM5ZDZiaXAxZCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/LRzK37z3km2v6/giphy.gif){.absolute right="0" height="287"}
![](https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExcDZlbXY0dWczdGl6aHk3OXpnZnVxazhkdmxleHJ4eXpwMzBvbDNsNCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/cmMtxnhPB6eSHMln1w/giphy.gif){.absolute left="0" height="287"}
# Today:
## [Polling]{.election} via [Surveydown](https://surveydown.org/)
:::: {.columns}
::: {.column width="50%"}
![](https://www.zonkafeedback.com/hs-fs/hubfs/custoomer%20service%20survey%20Likert%20Scale%20example.png?width=752&height=438&name=custoomer%20service%20survey%20Likert%20Scale%20example.png)
:::
::: {.column width="50%"}
![](https://qualaroo.com/blog/wp-content/uploads/2023/02/Single-Choice-Questions.png)
:::
::::
![](https://cdn-icons-png.flaticon.com/512/3782/3782275.png){.tilt .absolute right="-130" top="-20" height="200"}
![](https://static.vecteezy.com/system/resources/thumbnails/009/687/793/small_2x/american-flag-usa-flag-png.png){.tilt .absolute left="-160" bottom="50" height="200"}
![](https://surveydown.org/images/logo.png){.absolute top="0" right="190" height="200"}
## `r fontawesome::fa("r-project", fill="#4287f5")` Session Info (`r format(Sys.Date(),"%B %d, %Y")`) Rendering:
```{r}
sessionInfo()
```