-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_quarto.yml
More file actions
92 lines (86 loc) · 2.06 KB
/
_quarto.yml
File metadata and controls
92 lines (86 loc) · 2.06 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
project:
type: book
output-dir: docs
book:
title: "A course in Geographic Data Science"
author: "Dr. Elisabetta Pietrostefani & Dr. Carmen Cabrera-Arnau"
date: today
chapters:
- index.qmd
- syllabus.qmd
- overview.qmd
- assess.qmd
- part: environ.qmd
chapters:
- environR.qmd
- environPy.qmd
- download.qmd
- part: intro.qmd
chapters:
- openscienceR.qmd
- opensciencePy.qmd
- openscienceDIY.qmd
- part: spatialdata.qmd
chapters:
- spatialdataR.qmd
- spatialdataPy.qmd
- spatialdataDIY.qmd
- part: mapvector.qmd
chapters:
- mapvectorR.qmd
- mapvectorPy.qmd
- mapvectorDIY.qmd
- part: mapraster.qmd
chapters:
- maprasterR.qmd
- maprasterPy.qmd
- maprasterDIY.qmd
- part: points.qmd
chapters:
- pointsR.qmd
- pointsPy.qmd
- pointsDIY.qmd
- part: spatialw.qmd
chapters:
- spatialwR.qmd
- spatialwPy.qmd
- spatialwDIY.qmd
- part: esda.qmd
chapters:
- esdaR.qmd
- esdaPy.qmd
- esdaDIY.qmd
- part: clustering.qmd
chapters:
- clusteringR.qmd
- clusteringPy.qmd
- clusteringDIY.qmd
- part: spatialnetworks.qmd
chapters:
- spatialnetworksR.qmd
- spatialnetworksPy.qmd
- datasets.qmd
- references.qmd
page-footer:
left: |
Geographic Data Science by Elisabetta Pietrostefani and Carmen Cabrera-Arnau.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
site-url: https://pietrostefani.github.io/wma
repo-url: https://github.com/pietrostefani/gds
repo-actions: [edit]
sharing: [twitter, facebook]
cover-image: density_africa.jpg
cover-image-alt: |
Alternative text describing the book cover
twitter-card:
creator: "@EPietrostefani"
bibliography: references.bib
format:
html:
theme:
- cosmo
- r4gds.scss
pdf:
documentclass: scrreprt
editor: visual