diff --git a/content/speakers/speaker_info_2024/workshop/gis/index.md b/content/speakers/speaker_info_2024/workshop/gis/index.md index 0d52728..3021343 100644 --- a/content/speakers/speaker_info_2024/workshop/gis/index.md +++ b/content/speakers/speaker_info_2024/workshop/gis/index.md @@ -3,16 +3,15 @@ title: "Introduction to GIS and mapping in R" url: "2024/workshop/gis" --- -## By Brittany Barker and Roger Andre #### Friday June 21, 2024 #### 1:30 - 4:30 PM #### Room C123B The usage of R in GIS is growing because of its enhanced capabilities for statistics, data visualization, and spatial analytics. In this workshop, you will learn some basics of working with geospatial data and producing maps in R. Topics will include using `sf` and `terra` to work with vector and raster data, respectively. You will practice visualizing geospatial data using base plotting functions, `ggplot2`, and `leaflet`. -Knowledge Prerequisites: Though not required, it would be beneficial to know some basics of using `dplyr` and `ggplot2`. +**Knowledge Prerequisites**: Though not required, it would be beneficial to know some basics of using `dplyr` and `ggplot2`. -Pre-Installations: `dplyr`, `ggplot2`, `patchwork`, `viridis`, `knitr`, `terra`, `sf`, `leaflet`, `usaboundaries`, and `httr` +**Pre-Installations**: `dplyr`, `ggplot2`, `patchwork`, `viridis`, `knitr`, `terra`, `sf`, `leaflet`, `usaboundaries`, and `httr` ``` install.packages(c("dplyr","ggplot2","patchwork","viridis","knitr", @@ -28,22 +27,33 @@ remotes::install_github("ropensci/USAboundariesData") + src="../../../../img/speakers/speakers_2024/brittany_barker.jpeg" alt="Brittany Barker headshot">
Brittany Barker headshot -
Pronouns: she/her
-
LOCATION
- Bio coming soon! +

Brittany Barker

+
Pronouns: She/her
+
Portland, OR
+ Brittany Barker is an Assistant Professor (Senior Research) at the Oregon IPM Center at Oregon State University. She uses R to develop ecological models that can provide decision-support for managing and monitoring pests, their crop hosts, and their natural enemies. Over the past five years, she has transitioned from ArcGIS to R for nearly all GIS and mapping operations. She loves nature, running, native plants, wildlife, and sci-fi and horror books.
+

+ + src="../../../../img/speakers/speakers_2024/roger_andre.jpeg" alt="Roger Andre headshot">
Roger Andre headshot -
Pronouns: he/him
-
LOCATION
- Bio coming soon! +

Roger Andre

+
Pronouns: He/him
+
Seattle, WA
+ Roger is Sr. Business Analysis Manager at T-Mobile. He has used R for location based analyses of retail store locations and for reporting and dashboard generation (and a whole lot of data wrangling). His background is in code-first spatial data analysis and engineering. When not on a computer, he enjoys fly-fishing and reading.
+ + diff --git a/content/speakers/speaker_info_2024/workshop/quarto1/index.md b/content/speakers/speaker_info_2024/workshop/quarto1/index.md index 523b030..f8241b8 100644 --- a/content/speakers/speaker_info_2024/workshop/quarto1/index.md +++ b/content/speakers/speaker_info_2024/workshop/quarto1/index.md @@ -3,24 +3,37 @@ title: "Introduction to Quarto Workshop" url: "2024/workshop/quarto1" --- -## By Charlotte Wickham #### Friday June 21, 2024 #### 9:00 AM - 12:00 PM #### Room C123A -More info coming soon! +Quarto is a publishing system for weaving together code and narrative to create fully reproducible documents, presentations, websites, and more. In this workshop, you’ll learn what you need to start authoring Quarto documents in RStudio. You do not need any prior experience with R Markdown, but if you have some, you’ll also get a few tips for transitioning to Quarto. + +**Knowledge Prerequisites**: You should be comfortable opening, editing and navigating files in RStudio. You should have some experience with the R language, but no specific experience in any packages is required. + +**Pre-Installations**: Recent version of R, RStudio, and Quarto CLI. R packages: `tidyverse`, `gt`, `palmerpenguins`, `quarto`. Detailed instructions provided prior to the workshop. + +``` +install.packages(c("tidyverse", "gt", "palmerpenguins", "quarto")) +```

+ src="../../../../img/speakers/speakers_2024/charlotte_wickham.jpeg" alt="Charlotte Wickham headshot">
Cascadia R logo -
Pronouns:
-
LOCATION
- Bio coming soon! +

Charlotte Wickham

+
Pronouns: She/Her/Hers
+
Corvallis, Oregon
+ Charlotte Wickham is a Developer Educator at Posit with a focus on Quarto. Before Posit, she taught Statistics and Data Science at Oregon State University.
- + diff --git a/content/speakers/speaker_info_2024/workshop/quarto2/index.md b/content/speakers/speaker_info_2024/workshop/quarto2/index.md index 7a8d608..2cd2c53 100644 --- a/content/speakers/speaker_info_2024/workshop/quarto2/index.md +++ b/content/speakers/speaker_info_2024/workshop/quarto2/index.md @@ -3,7 +3,6 @@ title: "Intermediate Quarto: Parameterized Reports Workshop" url: "2024/workshop/quarto2" --- -## By Jadey Ryan #### Friday June 21, 2024 #### 1:30 - 4:30 PM #### Room C123A @@ -26,6 +25,7 @@ install.packages(c("dplyr", "fs", "ggplot2", "here", "janitor", "knitr", Jadey Ryan headshot +

Jadey Ryan

Pronouns: she/her
Tacoma, WA, USA
Jadey Ryan is a self-taught R enthusiast working in environmental data science in the Natural Resources and Agricultural Sciences section of the Washington State Department of Agriculture. She is obsessed with cats, nature, R, and Quarto. @@ -34,4 +34,9 @@ install.packages(c("dplyr", "fs", "ggplot2", "here", "janitor", "knitr", - + diff --git a/content/speakers/speaker_info_2024/workshop/shiny/index.md b/content/speakers/speaker_info_2024/workshop/shiny/index.md index 55ffe86..0bbda43 100644 --- a/content/speakers/speaker_info_2024/workshop/shiny/index.md +++ b/content/speakers/speaker_info_2024/workshop/shiny/index.md @@ -1,14 +1,27 @@ --- -title: "Introduction to Shiny Workshop" +title: "Intermediate Shiny: How to Draw the Owl" url: "2024/workshop/shiny" --- -## By Ted Laderas #### Friday June 21, 2024 #### 9:00 AM - 12:00 PM #### Room C123B -More info coming soon! +Build on your beginning shiny skills and learn more about the confusing parts of shiny, and the surrounding shiny ecosystem. By the end of this workshop, you will be able to: + +- Dynamically update controls based on other inputs + +- Explain when to use eventReactive versus observeEvent in your code + +- Use Quarto Dashboards with Shiny + +- Integrate ObservableJS visualizations into your Shiny Applications + +- Explain the deployment process to Shinyapps.io and Posit Connect + +**Knowledge Prerequisites**: Basic knowledge of shiny apps. If you know how to build this app - Single File Shiny App, you should be good to go. + +**Pre-Installations**: We will use Posit.Cloud for this workshop, so no installations needed.

@@ -16,11 +29,17 @@ More info coming soon! Ted Laderas headshot -
Pronouns: he/him
+

Ted Laderas

+
Pronouns: He/him
Portland, OR, USA
- Ted is a founding member of the Cascadia-R conference. He is a bioinformatics trainer and data science mentor. He trains and empowers learners in learning how to utilize cloud platforms effectively and execute and communicate effective data science. He also is a co-organizer of the PDX-R user group and visualizing Tidy Tuesday datasets in his free time. + Ted Laderas is a trainer, instructor, and community builder. He currently works at the Fred Hutch Cancer Center managing the data science community. He love Shiny, but acknowledges there are some confusing parts. - + diff --git a/static/img/speakers/speakers_2024/brittany_barker.jpeg b/static/img/speakers/speakers_2024/brittany_barker.jpeg new file mode 100644 index 0000000..ff8ee38 Binary files /dev/null and b/static/img/speakers/speakers_2024/brittany_barker.jpeg differ diff --git a/static/img/speakers/speakers_2024/charlotte_wickham.jpeg b/static/img/speakers/speakers_2024/charlotte_wickham.jpeg new file mode 100644 index 0000000..b8470b0 Binary files /dev/null and b/static/img/speakers/speakers_2024/charlotte_wickham.jpeg differ diff --git a/static/img/speakers/speakers_2024/roger_andre.jpeg b/static/img/speakers/speakers_2024/roger_andre.jpeg new file mode 100644 index 0000000..7a8753c Binary files /dev/null and b/static/img/speakers/speakers_2024/roger_andre.jpeg differ