-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
61 lines (57 loc) · 1.87 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
57
58
59
60
project:
type: website
website:
title: "ISSS624"
search:
location: navbar
type: textbox
navbar:
left:
- text: ISSS624
menu:
- text: Ex1 - Geospatial Data Wrangling with R
href: Hands-on_Ex1/Hands-on_Ex1.qmd
- text: Ex1 - Choropleth Mapping with R
href: Hands-on_Ex1/Hands-on_Ex1_2.qmd
- text: Ex2 - Global and Local Measures of Spatial Autocorrelation
href: Hands-on_Ex2/Hands-on_Ex2.qmd
- text: Ex3 - Geographical Segmentation with Spatially Constrained Clustering Techniques
href: Hands-on_Ex3/Hands-on_Ex3.qmd
- text: Hands-on Exercise 4
href: Hands-on_Ex4/Hands-on_Ex4.qmd
- text: Hands-on Exercise 5
href: Hands-on_Ex5/Hands-on_Ex5.qmd
- text: Ex1 - Spatial Weights and Applications
href: In-class_Ex1/In-class_Ex1.qmd
- text: In-class Exercise 2
href: In-class_Ex2/In-class_Ex2.qmd
- text: In-class Exercise 3
href: In-class_Ex3/In-class_Ex3.qmd
- text: In-class Exercise 4
href: In-class_Ex4/In-class_Ex4.qmd
- text: In-class Exercise 5
href: In-class_Ex5/In-class_Ex5.qmd
- text: Take-home Exercise 1
href: Take-home_Ex1/Take-home_Ex1.qmd
- text: Take-home Exercise 2
href: Take-home_Ex2/Take-home_Ex2.qmd
- text: Take-home Exercise 3
href: Take-home_Ex3/Take-home_Ex3.qmd
- text: ISSS608
menu:
- text: Homepage
href: ISSS608.qmd
right:
- href: index.qmd
text: Home
- text: Errors Help
href: Errors_Help.qmd
- about.qmd
- text: Github
href: https://github.com/Yang621435?tab=repositories
format:
html:
theme: spacelab
css: styles.css
toc: true
editor: visual