-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
197 lines (179 loc) · 5.26 KB
/
Copy path_quarto.yml
File metadata and controls
197 lines (179 loc) · 5.26 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
project:
type: book
execute:
freeze: auto
# echo: false
warning: false
book:
title: "A journey through aviation data"
favicon: "favicon.png"
author:
- Xavier Olive
- Junzi Sun
- Enrico Spinielli
- Manuel Waltert
- David Gianazza
# date: "2023-12-25"
# isbn: "12345678"
chapters:
- chapters/index.qmd
- preface.qmd
- part: "Background knowledge about aviation"
chapters:
- chapters/background/history.qmd
- chapters/background/earth.qmd
- chapters/background/atmosphere.qmd
- chapters/background/aircraft.qmd
- chapters/background/ans.qmd
- chapters/background/cns.qmd
- chapters/background/aerodrome.qmd
- part: "The ecosystem of aviation data"
chapters:
- chapters/data_sources/flight_tracking.qmd
- chapters/data_sources/aircraft_information.qmd
- chapters/data_sources/flight_plans.qmd
- chapters/data_sources/aeronautical_information.qmd
- chapters/data_sources/environment.qmd
- chapters/data_sources/aircraft_performance.qmd
- chapters/data_sources/aviation_data_sources.qmd
- part: "Process data"
chapters:
- chapters/processing/tidy-data.qmd
- chapters/processing/geometrice-geographic.qmd
- chapters/processing/processing-trajectories.qmd
- chapters/processing/information-extraction.qmd
- part: "Visualise Data"
chapters:
- chapters/visualise/storytelling.qmd
- chapters/visualise/grammar-of-graphics.qmd
- chapters/visualise/meaningful-maps.qmd
- part: "Share Data"
chapters:
- chapters/sharing/reproducible-research.qmd
appendices:
- index.qmd
- chapters/appendix/index.qmd
- chapters/appendix/glossary.qmd
- chapters/appendix/contribute.qmd
- references.qmd
- authors.qmd
# cover-image: images/book-front-cover.png
site-url: https://aviationbook.netlify.app/
repo-url: https://github.com/open-aviation/aviationbook/
repo-branch: master
search: true
repo-actions: [edit, issue, source]
downloads: [pdf, epub]
sharing: [twitter, linkedin]
page-navigation: true
# comments:
# hypothesis: true
sidebar:
- title: Contents
id: contents
background: transparent
collapse-level: 1
contents:
- section: Background knowledge
contents:
- chapters/background/history.qmd
- chapters/background/earth.qmd
- chapters/background/atmosphere.qmd
- chapters/background/aircraft.qmd
- chapters/background/ans.qmd
- chapters/background/cns.qmd
- chapters/background/aerodrome.qmd
- section: Data sources
contents:
- chapters/data_sources/flight_tracking.qmd
- chapters/data_sources/aircraft_information.qmd
- chapters/data_sources/flight_plans.qmd
- chapters/data_sources/aeronautical_information.qmd
- chapters/data_sources/environment.qmd
- chapters/data_sources/aircraft_performance.qmd
- chapters/data_sources/aviation_data_sources.qmd
- section: Data processing
contents:
- chapters/processing/tidy-data.qmd
- chapters/processing/geometrice-geographic.qmd
- chapters/processing/processing-trajectories.qmd
- chapters/processing/information-extraction.qmd
- section: Data visualization
contents:
- chapters/visualise/storytelling.qmd
- chapters/visualise/grammar-of-graphics.qmd
- chapters/visualise/meaningful-maps.qmd
- section: Data sharing
contents:
- chapters/sharing/reproducible-research.qmd
- title: Appendices
background: transparent
id: appendices
contents:
- text: Appendices
- text: ---
- chapters/appendix/index.qmd
- chapters/appendix/glossary.qmd
- chapters/appendix/contribute.qmd
- authors.qmd
navbar:
background: light
logo: favicon.png
logo-alt: "avbook logo"
title: false
search: true
pinned: true
left:
- text: Overview
href: /
- text: Preface
href: preface.qmd
- text: Start reading
href: /chapters/background/
- chapters/index.qmd
# - authors.qmd
- chapters/appendix/glossary.qmd
- chapters/appendix/contribute.qmd
right: []
crossref:
fig-title: Figure
tbl-title: Table
fig-prefix: Figure
tbl-prefix: Table
ref-hyperlink: true
# appendix-title: "App."
# appendix-delim: ":"
bibliography: bibliography.bib
csl: media/ieee.csl
# for debug
# geometry:
# - showframe
pdf-engine: xelatex
highlight-style: pygments
format:
html:
theme:
light: [flatly, media/css/light.scss]
dark: [darkly, media/css/dark.scss]
smooth-scroll: true
toc: true
code-copy: true
css:
- media/css/style.css
- media/css/box.css
grid:
sidebar-width: 250px
body-width: 900px
margin-width: 300px
pdf:
documentclass: scrbook
papersize: a4
cite-method: citeproc
filters:
- acronyms
acronyms:
include_unused: false
insert_links: false
fromfile: _acronyms.yml
insert_loa: "end"
loa_title: ""