Skip to content

Commit

Permalink
Merge pull request #153 from jadeynryan/dev-2024
Browse files Browse the repository at this point in the history
Update workshop pages.
  • Loading branch information
lgibson7 authored Mar 23, 2024
2 parents 091faa9 + 2b60e7f commit 1434cea
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 26 deletions.
32 changes: 21 additions & 11 deletions content/speakers/speaker_info_2024/workshop/gis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -28,22 +27,33 @@ remotes::install_github("ropensci/USAboundariesData")

<table>
<tr><td><img width="300px" style="float: left; padding: 0px 20px 0px 0px;"
src="../../../../img/speakers/speakers_2024/brittany_barker.jpg" alt="Brittany Barker headshot"></td>
src="../../../../img/speakers/speakers_2024/brittany_barker.jpeg" alt="Brittany Barker headshot"></td>
<td>
<h5>Pronouns: she/her</h5>
<h5>LOCATION</h5>
Bio coming soon!
<h3>Brittany Barker</h3>
<h5>Pronouns: She/her</h5>
<h5>Portland, OR</h5>
<a href="http://brittanysbarker.org">Brittany Barker</a> 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.
</td></tr>

</table>

<br><br>

<table>
<tr><td><img width="300px" style="float: left; padding: 0px 20px 0px 0px;"
src="../../../../img/speakers/speakers_2024/roger_andre.jpg" alt="Roger Andre headshot"></td>
src="../../../../img/speakers/speakers_2024/roger_andre.jpeg" alt="Roger Andre headshot"></td>
<td>
<h5>Pronouns: he/him</h5>
<h5>LOCATION</h5>
Bio coming soon!
<h3>Roger Andre</h3>
<h5>Pronouns: He/him</h5>
<h5>Seattle, WA</h5>
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.
</td></tr>

</table>

<style>
h1, .h1 {
margin-top: 20px;
margin-bottom: -40px;
}
</style>
27 changes: 20 additions & 7 deletions content/speakers/speaker_info_2024/workshop/quarto1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
```

<br><br>

<table>
<tr><td><img width="300px" style="float: left; padding: 0px 20px 0px 0px;"
src="../../../../img/logo/logo_2024/logo_2024.png" alt="Cascadia R logo"></td>
src="../../../../img/speakers/speakers_2024/charlotte_wickham.jpeg" alt="Charlotte Wickham headshot"></td>
<td>
<h5>Pronouns: </h5>
<h5>LOCATION</h5>
Bio coming soon!
<h3>Charlotte Wickham</h3>
<h5>Pronouns: She/Her/Hers</h5>
<h5>Corvallis, Oregon</h5>
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.
</td></tr>

</table>


<style>
h1, .h1 {
margin-top: 20px;
margin-bottom: -40px;
}
</style>
9 changes: 7 additions & 2 deletions content/speakers/speaker_info_2024/workshop/quarto2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,6 +25,7 @@ install.packages(c("dplyr", "fs", "ggplot2", "here", "janitor", "knitr",
<tr><td><img width="300px" style="float: left; padding: 0px 20px 0px 0px;"
src="../../../../img/speakers/speakers_2024/jadey_ryan.jpg" alt="Jadey Ryan headshot"></td>
<td>
<h3>Jadey Ryan</h3>
<h5>Pronouns: she/her</h5>
<h5>Tacoma, WA, USA</h5>
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.
Expand All @@ -34,4 +34,9 @@ install.packages(c("dplyr", "fs", "ggplot2", "here", "janitor", "knitr",

</table>


<style>
h1, .h1 {
margin-top: 20px;
margin-bottom: -40px;
}
</style>
31 changes: 25 additions & 6 deletions content/speakers/speaker_info_2024/workshop/shiny/index.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,45 @@
---
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 - <a href= "https://shiny.posit.co/r/gallery/start-simple/single-file-shiny-app/">Single File Shiny App</a>, you should be good to go.

**Pre-Installations**: We will use Posit.Cloud for this workshop, so no installations needed.

<br><br>

<table>
<tr><td><img width="300px" style="float: left; padding: 0px 20px 0px 0px;"
src="../../../../img/speakers/speakers_2024/ted_laderas.jpg" alt="Ted Laderas headshot"></td>
<td>
<h5>Pronouns: he/him</h5>
<h3>Ted Laderas</h3>
<h5>Pronouns: He/him</h5>
<h5>Portland, OR, USA</h5>
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.
</td></tr>

</table>


<style>
h1, .h1 {
margin-top: 20px;
margin-bottom: -40px;
}
</style>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1434cea

Please sign in to comment.