forked from kingsgeocomp/geocomputation
-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy path_website.yml
More file actions
93 lines (91 loc) · 2.91 KB
/
_website.yml
File metadata and controls
93 lines (91 loc) · 2.91 KB
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
website:
title: "Foundations of Spatial Data Science"
image: "img/logo/full_sm.png"
repo-url: https://github.com/jreades/fsds/
repo-actions: [issue]
favicon: "/img/favicon.ico"
open-graph:
locale: en_GB
site-name: Foundations
page-navigation: true
reader-mode: true
bread-crumbs: false
page-footer:
left: "[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) 2022–2025, Jon Reades"
center: "{height=25} Foundations of Spatial Data Science"
right:
- icon: github
href: https://github.com/jreades/fsds
- icon: twitter
href: https://bsky.app/profile/jreades.bsky.social/
navbar:
background: primary
search: true
logo: "/img/logo/logo_only_sm.png"
#collapse: true
#collapse-below: md
left:
- text: "Setup"
href: setup/index.qmd
- sidebar:schedule
- sidebar:assessments
- text: "Getting Help"
href: help.qmd
sidebar:
- id: assessments
style: "docked"
title: "Assessments"
contents:
- text: "Overview"
href: assessments/index.qmd
- section: "Elements"
contents:
- assessments/exam.qmd
- section: "Group Work"
contents:
- assessments/group.qmd
- assessments/code.qmd
- assessments/content.qmd
- assessments/conflicts.qmd
- assessments/resources.qmd
- assessments/peer.qmd
- id: schedule
style: "docked"
title: "Week-by-Week"
contents:
- text: "Overview"
href: sessions/index.qmd
- section: "Part 1: Foundations"
contents:
- text: "1. Setting Up"
href: sessions/week1.qmd
- text: "2. Foundations (Pt.1)"
href: sessions/week2.qmd
- text: "3. Foundations (Pt.2)"
href: sessions/week3.qmd
- text: "4. Efficient Code"
href: sessions/week4.qmd
- text: "5. Objects"
href: sessions/week5.qmd
- text: "Reading Week"
href: sessions/reading_week.qmd
- section: "Part 2: Process"
contents:
- text: "6. Numeric Data"
href: sessions/week6.qmd
- text: "7. Spatial Data"
href: sessions/week7.qmd
- text: "8. Textual Data"
href: sessions/week8.qmd
- text: "9. Selecting Data" # Parquet + SQL + Linking data
href: sessions/week9.qmd
- text: "10. Presenting Data" # Tables in Quarto + Matplotlib
href: sessions/week10.qmd
- section: "Part 3: Bonus"
contents:
- text: "11. Dimensions in Data"
href: sessions/week11.qmd
- text: "12. Grouping Data"
href: sessions/week12.qmd
- text: "Bibliography"
href: references.qmd