Skip to content

Commit 46af2c6

Browse files
Merge pull request #12 from USFWS/emma-dev
Emma dev
2 parents 95cef60 + 09611a9 commit 46af2c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+316
-590
lines changed

docs/_emma.qmd

+25-48
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,3 @@
1-
---
2-
format:
3-
revealjs:
4-
theme: scss/custom-dark.scss
5-
code-overflow: scroll
6-
logo: images/FWS-logo.png
7-
footer: "![](images/FWS-logo.png) [Alaska Data Week 2024](https://doimspp.sharepoint.com/sites/fws-FF07S00000-data/SitePages/Alaska-Data-Week-2024.aspx){.author}"
8-
chalkboard:
9-
theme: whiteboard
10-
boardmarker-width: 5
11-
buttons: false
12-
embed-resources: false
13-
code-block-height: 500px
14-
width: 1280
15-
height: 720
16-
filters:
17-
- lua/output-line-highlight.lua
18-
editor: source
19-
highlight-style: a11y
20-
---
21-
22-
```{r setup}
23-
#| echo: false
24-
25-
knitr::opts_chunk$set(warning = FALSE,
26-
message = FALSE,
27-
fig.retina = 3,
28-
fig.align = "center")
29-
```
30-
311
#
322

333
::: scary
@@ -80,13 +50,13 @@ and the goal of the project...
8050
::: {.column .center width="50%"}
8151
Do NOT like water
8252

83-
![](images/witch_melting.png){fig-align="center" height="500"}
53+
![](images/witch_melting.png){fig-alt="AI generated image of witch melting in water" fig-align="center" height="500"}
8454
:::
8555

8656
::: {.column .center width="50%"}
8757
DO favor forest
8858

89-
![](images/witch_broom.png){fig-align="center" height="500"}
59+
![](images/witch_broom.png){fig-alt="AI generated image of witch creating a magical broom stick in the woods of Alaska" fig-align="center" height="500"}
9060
:::
9161
:::
9262

@@ -122,7 +92,7 @@ Can use this information to characterize and predict their distribution
12292
:::
12393

12494
::: {.column width="65%"}
125-
![Excel workbook with all years of data](images/workbook_sc.png){fig-align="center"}
95+
![Excel workbook with all years of data](images/workbook_sc.png){fig-alt="Screenshot of Excel workbook with 20 years/sheets of witch detection data at 100 sites on Tetlin NWR" fig-align="center"}
12696
:::
12797
:::
12898

@@ -142,15 +112,15 @@ I am the survey coordinator, but this is my first year on the survey. For the la
142112

143113
::: columns
144114
::: {.column width="33%" layout="[[-1], [1], [-1]]"}
145-
![](images/witch_hiding.png){fig-align="center"}
115+
![](images/witch_hiding.png){fig-alt="AI generated image of a witch lurking in some woods" fig-align="center"}
146116
:::
147117

148118
::: {.column width="33%" layout="[[-1], [1], [-1]]"}
149-
![](images/witch_moose.png){fig-align="center"}
119+
![](images/witch_moose.png){fig-alt="AI generated image of a witch with red eyes riding a scary, red-eyed moose through woods" fig-align="center"}
150120
:::
151121

152122
::: {.column width="33%" layout="[[-1], [1], [-1]]"}
153-
![](images/witch_tetlin.png){fig-align="center"}
123+
![](images/witch_tetlin.png){fig-alt="AI generated image of a witch on a broomstick flying over Alaska mountains and watershed with Northern Lights in the sky" fig-align="center"}
154124
:::
155125
:::
156126

@@ -164,7 +134,9 @@ I brought my good camera out this time
164134

165135
## [Data Wrangling]{.cursive}
166136

167-
![](images/witch_data_cleanup.png){.absolute top="100" right="150" height="600"} ![](images/workflow_data_wrangling.png){.absolute top="80" left="300" height="650"}
137+
![](images/witch_data_cleanup.png){.absolute top="100" right="150" fig-alt="AI-generated image in claymation style of a witch sweeping up data-like tokens and looking at a computer screen with data and graphs on it" height="600"}
138+
139+
![](images/workflow_data_wrangling.png){.absolute top="80" left="300" fig-alt="A data workflow flow chart with \"Project Setup\", \"Data Wrangling\", \"Preserve Data\", \"Analyze\", \"Summarize Results\", \"Report\", and \"Preserve Products\" connected unidirectionally by arrows, with the \"Data Wrangling\" box highlighted in yellow" height="650"}
168140

169141
## What is Data Wrangling?
170142

@@ -183,7 +155,7 @@ I brought my good camera out this time
183155

184156
3. Exploratory Data Analysis & Quality Control [➝ Clean, Correct, and Understand]{.orange .fragment}
185157

186-
![](images/data_wrangle.jpg){fig-align="center" height="200"}
158+
![](images/data_wrangle.jpg){fig-alt="black, messy, tangled, swirled doodle line that turns into a neat, white, swirled line, all on an orange background (sourced from: https://www.nciea.org/blog/data-data-everywhere-why-so-hard-to-use/)" fig-align="center" height="200"}
187159
:::
188160

189161
::: notes
@@ -280,7 +252,7 @@ which means it is time to import our data
280252

281253
<br>
282254

283-
![](images/witch_import.jpg){fig-align="center"}
255+
![](images/witch_import.jpg){fig-alt="AI-generated image in claymation style of a witch using a computer and magically importing information onto it" fig-align="center"}
284256

285257
## Importing Data
286258

@@ -403,7 +375,7 @@ Variables allow us to easily reference complex expressions and enable reusabilit
403375

404376
<br>
405377

406-
![](images/witch_tidying.jpg){fig-align="center"}
378+
![](images/witch_tidying.jpg){fig-alt="AI-generated image in claymation style of a witch at a desk organizing 3D numbers into rows" fig-align="center"}
407379

408380
::: notes
409381
and with that one line of code, we are already onto tidying
@@ -412,7 +384,7 @@ and with that one line of code, we are already onto tidying
412384
## Tidy Data
413385

414386
::: {layout="[[-1], [1], [-1]]"}
415-
![](images/tidy_graphic.png){fig-align="center"}
387+
![](images/tidy_graphic.png){fig-alt="Image with 3 subimages of datatables with captions showing that a data set is tidy iff: (1) each variabl is in its own column, (2) each observation is in its own row, and (3) each value is in its own cell" fig-align="center"}
416388
:::
417389

418390
::: notes
@@ -438,7 +410,7 @@ is a rectangular format for a dataset, specifically where
438410

439411
::: {.column width="50%"}
440412
::: {layout="[[-1], [1], [-1]]"}
441-
![](images/why_tidy_data.jpg){fig-align="center"}
413+
![](images/why_tidy_data.jpg){fig-alt="Graphic made by Hadley Wickham stating, \"The standard structure of tidy data means that \"tidy datasets are all alike... but every messy dataset is messy in its own way,\" with anthropomorphized cartoons of tidy and messy datasets" fig-align="center"}
442414
:::
443415
:::
444416
:::
@@ -573,7 +545,7 @@ And we can convert all of our columns to snake case in one line using a package
573545

574546
# Data Wrangling: [Exploratory Data Analysis (EDA)]{.orange}
575547

576-
![](images/witch_eda.jpg){fig-align="center"}
548+
![](images/witch_eda.jpg){fig-alt="AI-generated image in claymation style of a witch looking at graphs and numbers on a wall" fig-align="center"}
577549

578550
::: notes
579551
moving on to ex...
@@ -664,7 +636,6 @@ summary(witch_data)
664636
:::
665637

666638
::: notes
667-
668639
something is going on here
669640

670641
(*turn off pen*)
@@ -678,15 +649,19 @@ and I may know the cause
678649

679650
[*Roles: field work, data recording*]{.small}
680651

681-
![](images/frank_stein_graphic.png){fig-align="left" height="200"}
652+
![](images/frank_stein_graphic.png){fig-alt="Graphic of a man labeled \"Frank\" with the note \"Records 'none' rather than '0' on the data sheets,\" and a woman labeled \"Stein\" with the note \"has illegible handwriting (her 0's can look like 2's or 7's)\"" fig-align="left" height="200"}
682653

683654
#### Casper the friendly Biotech
684655

685656
[*Role: data entry/digitization*]{.small}
686657

687-
![](images/casper_graphic.png){fig-align="left" height="200"}
658+
![](images/casper_graphic.png){fig-alt="Graphic of a boy labeled \"Casper\" with the note \"Enters data exactly as it is written on the datasheet\"" fig-align="left" height="200"}
659+
660+
![](images/qc_6.jpg){.absolute top="300" right="580" fig-alt="Handwritten \"0\" on an orange background made to look similar to a \"6\"" width="100"}
688661

689-
![](images/qc_6.jpg){.absolute top="300" right="580" width="100" height="100"} ![](images/qc_2.jpg){.absolute top="300" right="470" width="100" height="100"} ![](images/qc_7.jpg){.absolute top="300" right="360" width="100" height="100"}
662+
![](images/qc_2.jpg){.absolute top="300" right="470" fig-alt="Handwritten \"1\" on an orange background made to look similar to a \"2\"" width="100"}
663+
664+
![](images/qc_7.jpg){.absolute top="300" right="360" fig-alt="Handwritten \"1\" on an orange background made to look similar to a \"7\"" width="100"}
690665

691666
::: notes
692667
Here are a few observations I have had of my team. I work with...
@@ -792,7 +767,9 @@ The point I really want to make here...
792767

793768
## [Preservation]{.cursive}
794769

795-
![But don't do it this way\...](images/witch_preserve.jpg){.absolute top="100" right="150" height="600"} ![](images/workflow_preserve_data.png){.absolute top="80" left="300" height="650"}
770+
![](images/witch_preserve_data.png){.absolute top="100" right="150" fig-alt="AI-generated image in claymation style of a witch in a cottage putting documents into a vault to preserve them" height="600"}
771+
772+
![](images/workflow_preserve_data.png){.absolute top="80" left="300" fig-alt="A data workflow flow chart with \"Project Setup\", \"Data Wrangling\", \"Preserve Data\", \"Analyze\", \"Summarize Results\", \"Report\", and \"Preserve Products\" connected unidirectionally by arrows, with the \"Preserve Data\" box highlighted in yellow" height="650"}
796773

797774
## Preserving Data and Data Assets {.small}
798775

0 commit comments

Comments
 (0)