-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.qmd
87 lines (67 loc) · 2.81 KB
/
index.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
---
title: "Data Visualization & Communication"
subtitle: "Master of Environmental Data Science (MEDS)"
description: "Winter 2025"
title-block-banner: false
toc: false
---
```{r}
#| eval: true
#| echo: false
#| fig-align: "center"
#| out-width: "85%"
#| fig-alt: "An extended version of the classic R4DS schematic from Grolemund & Wickham, with environmental data science, communities, and communication added."
knitr::include_graphics("images/horst-eco-r4ds.png")
```
:::{.gray-text .center-text}
*Artwork by [Allison Horst](https://allisonhorst.com/)*
:::
## Course Description
Effectively communicating your work in a responsible, accessible and visually-pleasing way is often (if not, always) a central part of data science. This course will focus on the basic principles for effective communication through data visualization and using technical tools and workflows for creating and sharing data visualizations with diverse audiences.
By the end of this course, learners should be able to:
- Identify which types of visualizations are most appropriate for your data and your audience
- Prepare (e.g. clean, explore, wrangle) data so that it's appropriately formatted for building data visualizations
- Build effective, responsible, accessible, and aesthetically-pleasing visualizations using the R programming language, and specifically `{ggplot2}` + ggplot2 extension packages
- Write code from scratch and read and adapt code written by others
- Apply a DEI (Diversity, Equity & Inclusion) lens to the process of designing data visualizations
- Assess, critique, and provide constructive feedback on data visualizations
## Teaching Team
<br>
::: {.grid}
::: {.g-col-12 .g-col-md-6}
::: {.center-text .body-text-l}
**Instructor**
:::
```{r}
#| eval: true
#| echo: false
#| fig-align: "center"
#| out-width: "45%"
knitr::include_graphics("images/sam.png")
```
::: {.center-text}
[**Sam Csik**]{.teal-text}
**Email:** [[email protected]](mailto::[email protected])
**Learn more:** [samanthacsik.github.io](https://samanthacsik.github.io/)
:::
:::
::: {.g-col-12 .g-col-md-6}
::: {.center-text .body-text-l}
**TA**
:::
```{r}
#| eval: true
#| echo: false
#| fig-align: "center"
#| out-width: "45%"
knitr::include_graphics("images/tbd.png")
```
::: {.center-text}
[**Sloane Stephenson**]{.teal-text}
**Email:** [[email protected]](mailto::[email protected])
<!-- **Learn more:** tbd -->
:::
:::
:::
## Acknowledgements
Building this course meant learning from the many incredible folks who think *a lot* about producing effective, beautiful, and responsible data visualizations. I relied heavily on the open source R / `{ggplot2}` / data viz teaching materials and tutorials that this wonderful data science community shares so willingly. Attribution will be included on any slides / materials where content is adapted from other educators.