-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_site.yml
81 lines (79 loc) · 3.22 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
name: "DSC385"
title: "DSC 385"
description: |
DSC 385
output_dir: "docs"
theme: "theme.css"
repository_url: https://github.com/wilkelab/DSC385
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: Telling a story"
href: slides/telling-a-story.html
- text: "Class 4: Visualizing amounts"
href: slides/visualizing-amounts.html
- text: "Class 5: Coordinate systems and axes"
href: slides/coordinate-systems-axes.html
- text: "Class 6: Visualizing distributions 1"
href: slides/visualizing-distributions-1.html
- text: "Class 7: Visualizing distributions 2"
href: slides/visualizing-distributions-2.html
- text: "Class 8: Color scales"
href: slides/color-scales.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: Visualizing proportions"
href: slides/visualizing-proportions.html
- text: "Class 12: Getting to know your data 1"
href: slides/know-your-data-1.html
- text: "Class 13: Getting to know your data 2"
href: slides/know-your-data-2.html
- text: "Class 14: Getting things into the right order"
href: slides/getting-things-in-order.html
- text: "Class 15: Figure design"
href: slides/figure-design.html
- text: "Class 16: Color spaces and color-vision deficiency"
href: slides/color-spaces.html
- text: "Class 17: Functions and functional programming"
href: slides/functional-programming.html
- text: "Class 18: Visualizing trends"
href: slides/visualizing-trends.html
- text: "Class 19: Working with models"
href: slides/working-with-models.html
- text: "Class 20: Visualizing uncertainty"
href: slides/visualizing-uncertainty.html
- text: "Class 21: Dimension reduction 1"
href: slides/dimension-reduction-1.html
- text: "Class 22: Dimension reduction 2"
href: slides/dimension-reduction-2.html
- text: "Class 23: Clustering"
href: slides/clustering.html
- text: "Class 24: Hierarchical clustering"
href: slides/hierarchical-clustering.html
- text: "Class 25: Data ethics"
href: slides/data-ethics-Sinead-Williamson.pdf
- text: "Class 26: Visualizing geospatial data"
href: slides/geospatial-data.html
- text: "Class 27: Redundant coding, text annotations"
href: slides/redundant-coding.html
- text: "Class 28: Interactive plots"
href: slides/interactive-plots.html
- text: "Class 29: Overplotting"
href: slides/overplotting.html
- text: "Class 30: Compound figures"
href: slides/compound-figures.html
output: distill::distill_article