forked from wilkelab/SDS375
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
117 lines (113 loc) · 4.88 KB
/
_site.yml
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
name: "SDS375"
title: "SDS 375"
description: |
SDS 375
output_dir: "docs"
theme: "theme.css"
repository_url: https://github.com/wilkelab/SDS375
include: [".nojekyll"]
navbar:
source_url: true
left:
- text: "Schedule"
href: schedule.html
- text: "Syllabus"
href: syllabus.html
right:
- text: "Slides"
menu:
- text: "Class 1: Introduction"
href: slides/introduction.html
- text: "Class 2: Aesthetic mappings"
href: slides/aesthetic-mappings.html
- text: "Class 3: Visualizing amounts"
href: slides/visualizing-amounts.html
- text: "Class 4: Visualizing distributions 1"
href: slides/visualizing-distributions-1.html
- text: "Class 5: Visualizing distributions 2"
href: slides/visualizing-distributions-2.html
- text: "Class 6: Coordinate systems and axes"
href: slides/coordinate-systems-axes.html
- text: "Class 7: Color scales"
href: slides/color-scales.html
- text: "Class 8: Figure design"
href: slides/figure-design.html
- text: "Class 9: Data wrangling 1"
href: slides/data-wrangling-1.html
- text: "Class 10: Data wrangling 2"
href: slides/data-wrangling-2.html
- text: "Class 11: Getting things into the right order"
href: slides/getting-things-in-order.html
- text: "Class 12: Visualizing proportions"
href: slides/visualizing-proportions.html
- text: "Class 13: Visualizing trends"
href: slides/visualizing-trends.html
- text: "Class 14: Working with models"
href: slides/working-with-models.html
- text: "Class 15: Visualizing uncertainty"
href: slides/visualizing-uncertainty.html
- text: "Class 16: Dimension reduction 1"
href: slides/dimension-reduction-1.html
- text: "Class 17: Dimension reduction 2"
href: slides/dimension-reduction-2.html
- text: "Class 18: Clustering"
href: slides/clustering.html
- text: "Class 19: Visualizing geospatial data"
href: slides/geospatial-data.html
- text: "Class 20: Color spaces and color-vision deficiency"
href: slides/color-spaces.html
- text: "Class 21: Redundant coding, text annotations"
href: slides/redundant-coding.html
- text: "Class 22: Interactive plots"
href: slides/interactive-plots.html
- text: "Class 23: Handling overlapping points"
href: slides/overplotting.html
- text: "Worksheets"
menu:
- text: "Class 1: Intro to R Markdown"
href: worksheets/intro-rmarkdown.Rmd
- text: "Class 1: Intro to R Markdown (Solutions)"
href: worksheets/intro-rmarkdown-solutions.Rmd
- text: "Class 2: Aesthetic mappings"
href: worksheets/aesthetic-mappings.Rmd
- text: "Class 3: Visualizing amounts"
href: worksheets/visualizing-amounts.Rmd
- text: "Class 4: Visualizing distributions 1"
href: worksheets/visualizing-distributions-1.Rmd
- text: "Class 5: Visualizing distributions 2"
href: worksheets/visualizing-distributions-2.Rmd
- text: "Class 6: Coordinate systems and axes"
href: worksheets/coordinate-systems-axes.Rmd
- text: "Class 7: Color scales"
href: worksheets/color-scales.Rmd
- text: "Class 8: Figure design"
href: worksheets/figure-design.Rmd
- text: "Class 9: Data wrangling 1"
href: worksheets/data-wrangling-1.Rmd
- text: "Class 10: Data wrangling 2"
href: worksheets/data-wrangling-2.Rmd
- text: "Class 11: Getting things into the right order"
href: worksheets/getting-things-in-order.Rmd
- text: "Class 12: Visualizing proportions"
href: worksheets/visualizing-proportions.Rmd
- text: "Class 13: Visualizing trends"
href: worksheets/visualizing-trends.Rmd
- text: "Class 14: Working with models"
href: worksheets/working-with-models.Rmd
- text: "Class 15: Visualizing uncertainty"
href: worksheets/visualizing-uncertainty.Rmd
- text: "Class 16: Dimension reduction 1"
href: worksheets/dimension-reduction-1.Rmd
- text: "Class 17: Dimension reduction 2"
href: worksheets/dimension-reduction-2.Rmd
- text: "Class 18: Clustering"
href: worksheets/clustering.Rmd
- text: "Class 19: Visualizing geospatial data"
href: worksheets/geospatial-data.Rmd
- text: "Class 20: Color spaces and color-vision deficiency"
href: worksheets/color-spaces.R
- text: "Class 21: Redundant coding, text annotations"
href: worksheets/redundant-coding.Rmd
- text: "Class 22: Interactive plots"
href: worksheets/interactive-plots.Rmd
output: distill::distill_article