-
Notifications
You must be signed in to change notification settings - Fork 8
/
2023_posit-parameterized-quarto.qmd
690 lines (498 loc) · 20.7 KB
/
2023_posit-parameterized-quarto.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
---
title: "Parameterized Quarto reports improve understanding of soil health"
author: "<br><br><br><strong>Jadey Ryan</strong><br>Molly McIlquham, Kwabena Sarpong, Leslie Michel, <br>Teal Potter, Deirdre Griffin LaHue, Dani Gelardi<br><br>posit::conf(2023) | September 20"
execute:
echo: true
format:
revealjs:
width: 1600
height: 900
theme: "style.scss"
highlight-style: a11y-dark
logo: images/logo-wsda-color.png
footer: "[{{< fa solid display >}} tinyurl.com/quarto-params](https://jadeynryan.github.io/2023_posit-parameterized-quarto/) [{{< fa brands mastodon >}} @jadeynryan](https://fosstodon.org/@jadeynryan)"
link-external-newwindow: true
df-print: kable
from: markdown+emoji
---
```{r, include = FALSE}
library(washi)
data <- read.csv("data/exampleData.csv", check.names = FALSE) |>
dplyr::select(year, sampleId, farmer, crop, `sand_%`, `silt_%`, `clay_%`)
```
## Don't care about soils?
Parameterized reporting is for everyone!
::: columns
::: {.column width="33%"}
![](images/ocean_floor.png){fig-alt="RStudio RMarkdown parameterized report project for mapping ocean floors."}
[Ocean floor maps](https://rmarkdown.rstudio.com/lesson-6.html)
:::
::: {.column width="33%"}
![](images/urban_institute.png){fig-alt="Report for Alabama spending with text and plots generated from parameterized RMarkdown."}
[Fiscal briefs](https://book.rwithoutstatistics.com/parameterized-reports-chapter.html)
:::
::: {.column width="33%"}
![](images/driver_quality.png){fig-alt="Report for Alaska driver quality with text, plot, and table generated from parameterized RMarkdown."}
[Bad drivers](https://urban-institute.medium.com/iterated-fact-sheets-with-r-markdown-d685eb4eafce)
:::
:::
::: notes
My point is the data don't make a difference. The people do. So it's our responsibility to make the data and results understandable and interpretable for the people who have the power to make a difference. Parameterized reports are one way to democratize data and reward people for data collection efforts.
:::
## Why should you listen to me?
::: columns
::: {.column width="50%"}
Hired as an environmental technician.
![](images/sampling.jpg){fig-alt="Jadey in waders setting up a transect with a measuring tape to measure flow in a small stream."}
:::
::: {.column width="50%"}
::: fragment
Then transitioned to data scientist.
![](images/mai.jpg){fig-alt="Jadey's cat, Mai, sitting on her laptop that has RStudio open. The monitor next to the laptop and cat has the R Packages book by Hadley Wickham and Jenny Bryan open."}
:::
:::
:::
. . .
I went from picking leeches off my boots to picking cats off my keyboard!
::: notes
No CS or coding background. Went from picking leeches off my boots to picking my cat off my keyboard.
:::
## How did I go from a 'non-coder' to a data scientist?
::: columns
::: {.column width="55%"}
::: fragment
*With a skills test!* <br><br>
:::
::: fragment
**Task:** generate custom Soil Health Reports for each individual farmer
<br>
:::
::: fragment
**Timeframe:** one week
<br>
:::
::: fragment
**Challenge:** how do I automate custom reports???
:::
:::
::: {.column width="45%"}
![](images/confused_tai.jpg){.fragment fig-alt="Cat with an expression of existential dread" style="max-height:500px"}
[YouTube and blog rabbit holes & tutorial hell...]{.fragment}
:::
:::
## 2021: the reports that got me my job
::: {layout-ncol="2"}
![](images/2021_pg1.png){fig-alt="Cover page of 2021 report with project summary" style="max-height:700px"}
![](images/2021_pg4.png){fig-alt="Example 2021 report with box plots" style="max-height:700px"}
:::
::: notes
MS Word much easier and faster to get started with beautiful styling compared to LaTex.
:::
## 2023: new HTML reports with Quarto!
![](images/report_html.png){fig-alt="Beginning of 2023 example HTML report"}
## and MS Word to PDF
. . .
...because LaTeX :confounded: :shrug:
::: {layout-ncol="2"}
![](images/2023_pg1.png){fig-alt="First page of 2023 example MS Word report" style="max-height:625px"}
![](images/2023_pg11.png){fig-alt="Page from example MS Word report showing soil texture triangle" style="max-height:625px"}
:::
::: notes
Still haven't learned LaTex, and not sure I'm going to?
:::
## Code snippets and 7 pages of resources
We're end-of-conference tired :yawning_face: and our brains are full :dizzy_face:.
Don't worry about taking notes or copying code.
[![Slides at tinyurl.com/quarto-params](images/qr.png){fig-alt="QR code to slides." fig-align="left" height="400"}](https://jadeynryan.github.io/2023_posit-parameterized-quarto/)
## Workflow
::: columns
::: {.column width="50%"}
![](images/mermaid.svg){fig-alt="Flow chart of workflow: Learn about parameterized reports, prepare subsettable data, create content for easy consumption, design for accessibility." style="max-height:750px"}
:::
::: {.column .fragment width="50%"}
Parameterized Quarto reports work with both `Knitr` and `Jupyter` engines.
![](images/typing_tai.jpg){fig-alt="Cat typing on laptop." style="max-height:600px"}
:::
:::
# --- Step 1 --- <br> Learn about parameterized reports {background-color="#023B2C"}
## What are parameterized reports?
::: r-stack
![](images/template1.png){.fragment fig-alt="File with the word '.qmd' inside and the word 'Function' above." fig-align="center" width="1300"}
![](images/template2.png){.fragment fig-alt="An arrow points from 'Input' with 'params$year' to the previous image with 'Function' and '.qmd' file." fig-align="center" width="1300"}
![](images/template3.png){.fragment fig-alt="In addition to the previous two images, arrows point to five reports with years 2019 through 2023 on them in a flow chart." fig-align="center" width="1300"}
:::
## YAML Header: Yet Another Markdown Language
```{yaml}
#| code-line-numbers: 2|3-5|6-8|11
---
title: "Soil Health Report" # Metadata
format: # Set format types
html:
docx:
params: # Set default parameter key-value pairs
farmer: Sammy Sunflower
year: 2023
---
Report content goes here. # Write content
```
```{r, echo=FALSE}
params <- list(
farmer = "Sammy Sunflower",
year = 2023
)
```
## Access your parameters
Run any line or chunk to add `params` to your environment.
. . .
`params` object is a list.
```{r}
str(params)
```
. . .
Access with `$` notation.
```{r}
params$farmer
```
. . .
For inline code, enclose the expression in `` `r ` ``.
```{markdown}
These are results for `r params$farmer`.
```
These are results for `r params$farmer`.
## Render with the RStudio IDE
![](images/render.png){fig-alt="RStudio Quarto Render button with a dropdown for HTML and MS Word with Render on Save option checked"}
**Render Button**, keyboard shortcut `Ctrl + Shift + K`, or by saving.
. . .
Uses default parameters in the YAML.
. . .
Output file has same name and location as input file.
## Render with `quarto::quarto_render()`
Use in `Console` or an `iterate.R` script.
<br>
```{r eval=FALSE}
#| code-line-numbers: "|2|3|4|5-7"
quarto::quarto_render(
input = "template.qmd", # Input Quarto file
output_format = "html", # Output format
output_file = "2022_OscarOrchard_Report.html", # Output file name
execute_params = list( # Named list of parameters
farmer = "Oscar Orchard",
year = 2022
)
```
## Render all reports at once
Create a data frame with two columns that match `quarto_render()` args:
::: incremental
- `output_file`: filename.ext
- `execute_params`: named list of parameters
:::
. . .
```{r}
#| code-fold: true
reports <- data |>
dplyr::distinct(farmer, year) |>
dplyr::mutate(
output_file = paste0(
year, "_", gsub(" ", "", farmer), "_Report.html"
),
execute_params = purrr::map2(
farmer, year,
\(x, y) list(farmer = x, year = y)
)
) |>
dplyr::select(output_file, execute_params)
head(reports, 3)
```
## Render all reports at once
Map over each row of the `reports` dataframe.
```{r eval=FALSE}
reports |>
purrr::pwalk(
quarto::quarto_render,
input = "template.qmd",
output_format = "html"
)
```
##
<iframe src="https://drive.google.com/file/d/1uMz7iQzi06JcuuhYidNjvQDrrjhBPMeg/preview" width="100%" height="100%" allow="autoplay"></iframe>
##
![](images/surprise_mai.jpg){fig-alt="Surprised cat next to the surprised Pikachu meme." fig-align="center" height="750px"}
# --- Step 2 --- <br>Prepare subsettable data {background-color="#023B2C"}
## Our simple data
```{r, echo=FALSE}
data |>
head() |>
kableExtra::kable() |>
kableExtra::column_spec(c(1,3), background = "#FDCE86")
```
<br>
. . .
fake farmer names: ChatGPT 🙏🏻
## Use `params` to set up comparisons
```{r eval=FALSE}
#| code-line-numbers: "2|"
data |>
dplyr::filter(farmer == params$farmer) |>
more data wrangling
```
```{r}
#| code-fold: true
#| code-line-numbers: "3"
# Get the farmer's crops
farmer_crop <- data |>
dplyr::filter(farmer == params$farmer) |>
dplyr::pull(crop) |>
unique()
data_long <- data |>
# Tidy data: one observation per row
tidyr::pivot_longer(cols = c("sand_%":"clay_%"),
names_to = "measurement") |>
dplyr::mutate(
# Categorize samples based on if they are from the farmer of
# interest or are of the same crop type
category = dplyr::case_when(
farmer == params$farmer ~ "Your fields",
crop %in% farmer_crop ~ "Same crop",
TRUE ~ "Other fields"
)
)
# Set category factor levels
data_long$category <- factor(
data_long$category,
levels = c("Other fields", "Same crop", "Your fields"),
labels = c("Other fields", "Same crop", "Your fields")
)
data_long |>
dplyr::select(-c(year, sampleId)) |>
dplyr::slice_head(by = category) |>
kableExtra::kable() |>
kableExtra::column_spec(5, background = "#FDCE86")
```
# --- Step 3 --- <br>Create content for easy consumption {background-color="#023B2C"}
## Interpretation through comparison
Show how their results compare to other samples in similar contexts.
```{r}
#| code-fold: true
library(ggplot2)
set.seed(123)
data_long |>
ggplot(aes(
x = measurement,
y = value,
color = category,
shape = category,
size = category,
alpha = category
)) +
geom_jitter(width = 0.2) +
# Define styles for producer's samples versus all samples
scale_alpha_manual(values = c(
"Other fields" = 0.5,
"Same crop" = 1,
"Your fields" = 1
)) +
scale_color_manual(values = c(
"Other fields" = "#CCC29C",
"Same crop" = "#76ADBC",
"Your fields" = "#A60F2D"
)) +
scale_size_manual(values = c(
"Other fields" = 2,
"Same crop" = 4,
"Your fields" = 4
)) +
washi::washi_theme(
legend_position = "bottom",
gridline_x = FALSE,
gridline_y = FALSE,
text_scale = 1.5
) +
theme(legend.title = element_blank(),
axis.title.x = element_blank(),
axis.title.y = element_blank(),
panel.border = element_rect(color = "gray", fill = NA))
```
## Make your reports self-contained
Provide your reader the context to understand the results.
. . .
<br>
Instead of \~300 lines of markdown:
```{markdown}
## What We Measured in Your Soil
{{< include soil_health_measurements.qmd >}}
```
<br>
`Includes` shortcodes make it easy to reuse information across reports.
## Make your HTML reports self-contained
::: columns
::: {.column width="50%"}
```{yaml}
# Include in YAML
---
format:
html:
embed-resources: true
---
```
[Otherwise, no one knows what to do with a `_files` folder of dependencies.]{.fragment}
:::
::: {.fragment .column width="50%"}
Be mindful of file size.
![](images/titanic_tai.png){fig-alt="Cat on sinking Titanic meme." style="max-height:600px"}
:::
:::
# --- Step 4 --- <br>Design for accessibility {background-color="#023B2C"}
## Conditional markdown
```{markdown}
#| code-line-numbers: "1|"
:::: {.content-visible when-format="html"}
::: panel-tabset
Background on soil measurements.
:::
::::
```
. . .
![](images/tabset.png){fig-alt="Screenshot of soil measurement tabset in HTML report."}
## Conditional markdown
```{markdown}
#| code-line-numbers: "1|"
:::: {.content-visible unless-format="html"}
Background on soil measurements.
::::
```
. . .
![](images/no_tabset.png){fig-alt="Screenshot of soil measurements without tabset in MS Word report." height="500"}
## Conditional code evaluation
Evaluate `plotly` code only for HTML reports and regular `ggplot2` code for anything else.
. . .
<br>
Get the output format type in your setup chunk:
```{r setup}
#| echo: fenced
# Include in first chunk of .qmd
# Get output file type
out_type <- knitr::opts_knit$get("rmarkdown.pandoc.to")
```
## Conditional code evaluation
Use `out_type` in `eval` chunk option.
Interactive plot for HTML reports:
```{r}
#| echo: fenced
#| eval: !expr out_type == "html"
# code to create interactive {plotly}
```
<br>
Static plot for MS Word reports:
```{r}
#| echo: fenced
#| eval: !expr out_type == "docx"
# code to create static {ggplot2}
```
## Style with font size and color contrast in mind
::: columns
::: {.column width="50%"}
[![](images/contrast_checker.png){fig-alt="Screenshot of color contrast tool."}](https://colourcontrast.cc/)
[Colour Contrast](https://colourcontrast.cc/)
:::
::: {.column width="50%"}
[![](images/viz_palette.png){fig-alt="Screenshot of viz-palette color palette tool."}](https://projects.susielu.com/viz-palette)
[Viz Palette](https://projects.susielu.com/viz-palette)
:::
:::
## Use style sheets and templates
```{yaml}
#| code-line-numbers: 5|7
# Include in YAML header:
---
format:
html:
css: styles.css # Style for HTML output
word_document:
reference_docx: styles.docx # Style for MS Word output
---
```
## Check HTML with browser developer tools
![](images/dev_tools.png){fig-alt="To get to developer tools: Right-click > Inspect > Ctrl + Shift + C > Hover over element. You can see contrast checker when hovering over any HTML element."}
## Check HTML with browser developer tools
![](images/dev_tools2.png){fig-alt="Clicking on the color attribute in the inspector pane opens a dialog that allows you to see the contrast ratio and adjust the color to meet accessibility guidelines."}
## Everyone gets a custom decision-support tool!
![](images/report_html.png){fig-alt="Beginning of 2023 example HTML report"}
Check out an [example HTML report](https://rawcdn.githack.com/WA-Department-of-Agriculture/soils/944448976992604a12dafbf47258327be0e5ab98/inst/example_reports/example_producer_report.html).
## Recap
::: columns
::: {.column width="50%"}
![](images/mermaid.svg){fig-alt="Flow chart of workflow: Learn about parameterized reports, prepare subsettable data, create content for easy consumption, design for accessibility." height="750px"}
:::
::: {.fragment .column width="50%"}
![](images/tv_mai.jpg){fig-alt="Cat falling asleep in human's lap with a phone with video playing on the sleepy cat's belly." height="700px"}
:::
:::
# --- Resources --- {background-color="#023B2C"}
## Quarto
- **Documentation and blogs**
- [Getting Started Documentation](https://quarto.org/docs/get-started/)
- [We don't talk about Quarto (Alison Hill)](https://www.apreshill.com/blog/2022-04-we-dont-talk-about-quarto/)
- [Quarto Tip of the Day (Mine Çetinkaya-Rundel)](https://mine-cetinkaya-rundel.github.io/quarto-tip-a-day/)
- **Videos**
- [Hello Quarto Keynote from rstudio::conf(2022) (Mine Çetinkaya-Rundel & Julia Stewart Lowndes)](https://www.youtube.com/watch?v=p7Hxu4coDl8)
- [Get Started with Quarto (Mine Çetinkaya-Rundel)](https://youtu.be/_f3latmOhew?si=mOhOPI__32XcmveT)
- [Welcome to Quarto Workshop (Tom Mock)](https://www.youtube.com/live/yvi5uXQMvu4?si=smcZL2BJqlrlm_a6)
- [Beautiful Reports and Presentations with Quarto (Tom Mock)](https://www.youtube.com/live/hbf7Ai3jnxY?si=t6hHleQe-4sbr7pE)
## Read about parameterized reports
- [Quarto Documentation: Parameters](https://quarto.org/docs/computations/parameters.html)
- [R Markdown: The Definitive Guide Chapter 15 (Yihui Xie, J. J. Allaire, Garrett Grolemund)](https://bookdown.org/yihui/rmarkdown/parameterized-reports.html)
- [R Markdown Cookbook Chapter 17.4 (Yihui Xie, Christophe Dervieux, Emily Riederer)](https://bookdown.org/yihui/rmarkdown-cookbook/parameterized-reports.html)
- [R Without Statistics Chapter 7 (David Keyes)](https://book.rwithoutstatistics.com/parameterized-reports-chapter.html)
## Examples of parameterized reports
- **RMarkdown**
- [groundwater monitoring by county (R4WRDS)](https://www.r4wrds.com/intermediate/m_parameterized_reports)
- [gapminder reports by year (Drew Seewald)](https://towardsdatascience.com/parameters-in-r-markdown-ade0cfac0c9b)
- [bad driver fact sheets by state (Aaron Williams)](https://urban-institute.medium.com/iterated-fact-sheets-with-r-markdown-d685eb4eafce)
- [iris dataset by species (Zachary M. Smith)](https://zsmith27.github.io/rmarkdown_crash-course/lesson-7-parameterized-reports.html)
- [Dawson's Creek by episode (Matt Dray)](https://www.rostrum.blog/posts/2018-06-26-mail-merge/)
- **Quarto**
- :sparkles: [soil health reports by producer & year (Jadey Ryan)](https://wa-department-of-agriculture.github.io/soils/index.html) :sparkles: **`{soils}` is a WIP!**
- [elevator reports by region and state (Mike Mahoney)](https://www.mm218.dev/posts/2022-08-04-how-to-use-quarto-for-parameterized-reporting/)
- [penguins dataset by species and year(Meghan Hall)](https://meghan.rbind.io/blog/quarto-pdfs/)
## Videos about parameterized reports
- [Parameterized Reporting with R (David Keyes)](https://rfortherestofus.com/2020/10/parameterized-reporting-with-rmarkdown/)
- [R Markdown: YAML, Parameters (Data Science for Everyone)](https://www.youtube.com/watch?v=8eoncQ457Yg)
- [Rmarkdown Guide - Parameterized Reports (TidyX Ellis Hughes & Patrick Ward)](https://www.youtube.com/watch?v=DkQEpqySylc&t=387s)
- [Using rmarkdown and parameterised reports (Mike K Smith)](https://www.youtube.com/watch?v=p55q2szc3I8&t=15s)
- [Extreme Rmarkdown report automation with parameters and templates (Bruno Rodrigues)](https://www.youtube.com/watch?v=mFEEkOYvAZg)
- [Parameterized R Markdown reports with RStudio Connect (Aron Atkins)](https://posit.co/resources/videos/parameterized-r-markdown-reports-with-rstudio-connect/)
- [Reproducible Templates for Analysis and Dissemination Free Coursera Class (Emory University)](https://www.coursera.org/lecture/reproducible-templates-analysis/adding-parameters-in-a-document-template-6fQwc)
## Style sheets
- **HTML**
- [Quarto Documentation: CSS Styles](https://quarto.org/docs/output-formats/html-basics.html#css-styles)
- **MS Word**
- [Quarto Documentation: Docx Style Template](https://quarto.org/docs/output-formats/ms-word-templates.html)
- [Create A MS Word Template for R Markdown (Video by Yihui Xie)](https://vimeo.com/110804387)
## Accessibility tools
[Web Content Accessibility Guidelines (WCAG) Quick Reference](https://www.w3.org/WAI/WCAG21/quickref/)
- **Pick your colors**
- [Colour Contrast Checker](https://colourcontrast.cc/)
- [Viz Palette](https://projects.susielu.com/viz-palette)
- [Chroma.js Color Palette](https://color.adobe.com/create/color-wheel/)
- [Adobe Color Wheel](https://color.adobe.com/create/color-wheel/)
- **Check your colors**
- [Color Blindness Simulator](http://www.color-blindness.com/coblis-color-blindness-simulator/)
- [`colorblindr` package](https://github.com/clauswilke/colorblindr)
## Check HTML reports with browser `Inspect` tool
- [Microsoft Edge Accessibility Guide](https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/accessibility/test-inspect-tool)
- [Google Chrome Accessibility Features Reference](https://developer.chrome.com/docs/devtools/accessibility/reference/)
## I'd love to connect with you!
My three fave things: cats, nature, and R/Quarto.
::: columns
::: {.column width="50%"}
{{< fa solid display >}} [Slides](https://jadeynryan.github.io/2023_posit-parameterized-quarto/)
{{< fa brands mastodon size=xl >}} [\@jadeynryan](https://fosstodon.org/@jadeynryan)
{{< fa brands linkedin size=xl >}} [linkedin.com/in/jadey-ryan](https://www.linkedin.com/in/jadey-ryan)
{{< fa brands github size=xl >}} [jadeynryan](https://github.com/jadeynryan/)
{{< fa solid briefcase size=xl >}} [WA Dept. of Agriculture Webpage](https://agr.wa.gov/agscience)
[![](images/qr.png){style="max-" fig-alt="QR code to slides." fig-align="left" height="300"}](https://tinyurl.com/quarto-params)
:::
::: {.fragment .column width="50%"}
![](images/upside_down_skye.jpg){height="600"}
:::
:::