-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
57 lines (53 loc) · 1.89 KB
/
_quarto.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
project:
type: website
website:
title: "ISSS624"
navbar:
left:
- text: Hands-on Exercises
menu:
- text: "1A: Data Wrangling with R"
href: Hands-on_Ex1/Hands-on_Ex1A.qmd
- text: "1B: Choropleth Mapping with R"
href: Hands-on_Ex1/Hands-on_Ex1B.qmd
- text: "2A: Spatial Weights and Applications"
href: Hands-on_Ex2/Hands-on_Ex2A.qmd
- text: "2B: Global Measures of Spatial Autocorrelation"
href: Hands-on_Ex2/Hands-on_Ex2B.qmd
- text: "2C: Local Measures of Spatial Autocorrelation"
href: Hands-on_Ex2/Hands-on_Ex2C.qmd
- text: "3: Processing and Visualizing Flow Data"
href: Hands-on_Ex3/Hands-on_Ex3.qmd
- text: In-class Exercises
menu:
- text: "1: Bus Commuter Flow by Origin"
href: In-class_Ex1/In-class_Ex1.qmd
- text: "2A: Spatial Weights with sfdep"
href: In-class_Ex2/In-class_Ex2A.qmd
- text: "2B: GLSA"
href: In-class_Ex2/In-class_Ex2B.qmd
- text: "2C: EHSA"
href: In-class_Ex2/In-class_Ex2C.qmd
- text: "3: Calibrating Spatial Interactions"
href: In-class_Ex3/In-class_Ex3.qmd
- text: "4A: Geocoding"
href: In-class_Ex4/In-class_Ex4A.qmd
- text: "4B: SIM"
href: In-class_Ex4/In-class_Ex4B.qmd
- text: "5: Spatial Economic Interaction Models"
href: In-class_Ex5/In-class_Ex5.qmd
- text: Take-home Exercises
menu:
- text: "1: Geospatial Analytics for Public Good"
href: Take-home_Ex1/Take-home_Ex1.qmd
- text: "2: Applied Spatial Interaction Models"
href: Take-home_Ex2/Take-home_Ex2.qmd
right:
- href: index.qmd
text: Home
format:
html:
theme: zephyr
css: styles.css
toc: true
editor: visual