-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
90 lines (85 loc) · 2.29 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
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
project:
type: website
title: "Geographic Information Systems Applications"
resources:
- "*/data/*"
- environment.yml
- "*/slides/*"
- "*/lectures/*"
output-dir: ./docs
lang: en
execute:
freeze: false
cache: true
format:
html:
theme:
light: flatly
dark: darkly
css: assets/styles.css
toc: true
smooth-scroll: true
highlight-style: atom-one
bibliography: assets/references.bib
website:
repo-url: https://github.com/sjsrey/g584s24/
favicon: assets/favicon.png
repo-actions: [issue]
twitter-card: false
page-navigation: true
page-footer:
center: "Course material by [Sergio Rey](https://sergerey.org). Available under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)."
search:
location: sidebar
type: overlay
sidebar:
style: floating
collapse-level: 1
logo: assets/logo.svg
tools:
- icon: github
href: https://github.com/sjsrey/g584s24
contents:
- section: "Syllabus"
contents:
- syllabus.qmd
- section: "Week 2 1/23 1/25"
contents:
- week-02/intro.qmd
- week-02/files-dirs.qmd
- section: "Week 3 1/30 2/01"
contents:
- week-03/pandas.ipynb
- week-03/0201_pandas_2.ipynb
- week-03/0201_geopandas.ipynb
- section: "Week 4 2/06 2/08"
contents:
- week-04/0206_choropleths.ipynb
- week-04/0208_choropleths.ipynb
- section: "Week 5 2/13 2/15"
contents:
- week-05/00_geoprocessing.ipynb
- section: "Week 6 2/20 2/22"
contents:
- week-06/inequality.ipynb
- week-06/spatialinequality.ipynb
- section: "Week 7 2/27 2/29"
contents:
- week-07/isochrones.ipynb
- week-07/spatial_joins.ipynb
- section: "Week 8 3/05 3/07"
contents:
- week-08/accessibility.ipynb
- section: "Week 9 3/12 3/14"
contents:
- week-09/clustering.ipynb
- section: "Week 10 3/19 3/21"
contents:
- week-10/regionalization.ipynb
- week-10/exercise4.ipynb
- section: "Week 11 3/26 3/29"
contents:
- week-11/index.qmd
- section: "Week 12 4/09 4/11"
contents:
- week-12/index.qmd