-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
291 lines (254 loc) · 8.57 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
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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
project:
type: website
output-dir: _output/html
render:
- "*.qmd"
- "!ignored.qmd"
- "!code/"
- "!data/"
- "!images/"
- "!ignore/"
- "!TODO.qmd"
website:
title: " "
page-navigation: true
navbar:
pinned: true
logo: "images/logo3.png"
left:
- href: index.qmd
text: Home
icon: home
- text: Project<br>Introduction
menu:
- href: 01-01a-introduction.qmd
text: Introduction
# - href: 01-01b-timetable.qmd
# text: University Timetabling
- href: 01-02-background.qmd
text: Background and Motivation
- href: 01-03-good-timetable.qmd
text: What is a Good Timetable?
- href: 01-04-project.qmd
text: Project Aims and Scope
- text: Graph Data<br>Model
menu:
#- href: 02-00-graph-model.qmd
# text: Graph Data
- href: 02-01-comparison.qmd
text: Graph vs Relational Data Models
- href: 02-02-graph-timetable.qmd
text: Graph Data Model for Timetabling
- href: 02-02b-early.qmd
text: Early Insights
- href: 02-02c-expand.qmd
text: Model Expansion
#- href: 02-02c-challenge-oppos.qmd
# text: Opportunities and Challenges
- href: 02-03-graph-time.qmd
text: Graphing Time
- text: "Data<br>Pipeline"
menu:
- href: 03-01-overview.qmd
text: ETL Overview
- href: 03-02-approach.qmd
text: Approach
- href: 03-03-config.qmd
text: Configuration and Logging
- href: 03-04-extract.qmd
text: Extract
- href: 03-05-transform.qmd
text: Transform
- href: 03-06a-load.qmd
text: Google Drive Load
- href: 03-06b-load.qmd
text: Neo4j Load
- href: 03-07-reflections.qmd
text: Reflection
- text: "Timetable<br>Metrics"
menu:
- href: 04-01-timetable-metrics.qmd
text: Timetable Metrics
- href: 04-02-timetable-agg.qmd
text: Metric Aggregations
- href: 04-03-timetable-cypher.qmd
text: Implementing Metrics
- href: 04-04-timetable-summary.qmd
text: TQI Summary
- href: 05-final-thoughts.qmd
text: "Final<br>Thoughts"
- text: "Appendices<br>& Extras"
menu:
- href: appendix-toc.qmd
text: Appendix Table of Contents
- href: references.qmd
text: References
- href: acknowledgements.qmd
text: Acknowledgements
right:
#- href: ./_output/pdf/Graph-University-Timetables.pdf
# text: PDF
# icon: file-pdf
- href: ./_output/word/Graphing-University-Timetables.docx
text: Word
icon: file-word
- icon: bug
href: "https://github.com/zoonalink/graph-tt-quarto/issues/new"
aria-label: Report an issue
- icon: github
href: "https://github.com/zoonalink/graph-tt-quarto/"
aria-label: GitHub
- icon: envelope
href: "mailto:zoonalink@gmail.com"
aria-label: Email me
sidebar:
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Home
- section: "Project Introduction"
contents:
- href: 01-01a-introduction.qmd
text: Introduction
# - href: 01-01b-timetable.qmd
# text: University Timetabling
- href: 01-02-background.qmd
text: Background and Motivation
- href: 01-03-good-timetable.qmd
text: What is a Good Timetable?
- href: 01-04-project.qmd
text: Project Aims and Scope
- section: "Graph Data Model"
contents:
#- href: 02-00-graph-model.qmd
# text: Graph Data
- href: 02-01-comparison.qmd
text: Graph vs Relational Data Models
- href: 02-02-graph-timetable.qmd
text: Graph Data Model for Timetabling
- href: 02-02b-early.qmd
text: Early Insights
- href: 02-02c-expand.qmd
text: Model Expansion
#- href: 02-02c-challenge-oppos.qmd
# text: Opportunities and Challenges
- href: 02-03-graph-time.qmd
text: Graphing Time
#- href: 02-04-challenge-oppos.qmd
# text: Opportunities and Challenges
- section: "Data Pipeline"
contents:
- href: 03-01-overview.qmd
text: ETL Overview
- href: 03-02-approach.qmd
text: Approach
- href: 03-03-config.qmd
text: Configuration and Logging
- href: 03-04-extract.qmd
text: Extract
- href: 03-05-transform.qmd
text: Transform
- href: 03-06a-load.qmd
text: Google Drive Load
- href: 03-06b-load.qmd
text: Neo4j Load
- href: 03-07-reflections.qmd
text: Reflection
- section: "Timetable Metrics"
contents:
- href: 04-01-timetable-metrics.qmd
text: Timetable Metrics
- href: 04-02-timetable-agg.qmd
text: Metric Aggregations
- href: 04-03-timetable-cypher.qmd
text: Implementing Metrics
- href: 04-04-timetable-summary.qmd
text: TQI Summary
- href: 05-final-thoughts.qmd
text: "Final Thoughts"
- section: "Appendices"
contents:
- href: appendix-random-graph.qmd
text: Random Graph Generator
- href: appendix-tech-stack.qmd
text: Technology Stack
- href: appendix-config.qmd
text: Configuration
- href: appendix-anonymise.qmd
text: Anonymisation
- section: "ETL Summary and Code"
contents:
- href: appendix-code-intro.qmd
text: ETL Summary
- href: appendix-code.qmd
text: ETL Code
- href: appendix-code1-config.qmd
text: Config and Misc
- href: appendix-code2-sql.qmd
text: Extract-SQL
- href: appendix-code3-extract.qmd
text: Extract
- href: appendix-code4-gdrive.qmd
text: Google Drive Load
- href: appendix-code5-transform.qmd
text: Transform
- href: appendix-code6-load.qmd
text: Neo4j Load
- section: "Neo4j & Cypher Code"
contents:
- href: appendix-cypher.qmd
text: Cypher Queries
- href: appendix-cypher1.qmd
text: Creating Nodes and Relationships
- href: appendix-cypher2.qmd
text: Deleting Nodes and Relationships
- href: appendix-cypher3.qmd
text: General Queries
- href: appendix-cypher4.qmd
text: Count Queries
- href: appendix-cypher5.qmd
text: Hard (timetabling) Constraints
- href: appendix-cypher5a.qmd
text: Student Clashes
- href: appendix-cypher6.qmd
text: Soft Constraints
- href: appendix-cypher7.qmd
text: Rooms and Spaces
- href: appendix-perspectives.qmd
text: Perspectives
- href: appendix-blue-sky.qmd
text: Blue Skies Opportunities
- section: "Supervision"
contents:
- href: appendix-supervision.qmd
text: Supervision
- href: appendix-supervision1.qmd
text: Notes Example 1
- href: appendix-supervision2.qmd
text: Notes Example 2
- href: appendix-supervision3.qmd
text: Notes Example 3
- href: references.qmd
text: References
- href: acknowledgements.qmd
text: Acknowledgements
page-footer:
left: "Copyright 2024, Petter Lövehagen"
right: "Built with Quarto"
format:
html: # see https://github.com/andrewheiss/quarto-wordcount#readme
#output-dir: _output/html
theme:
light: lightly
dark: cyborg
css: styles.css
toc: true
toc-depth: 3
code-fold: true
code-overflow: wrap
code-summary: "Click to show code"
page-layout: full
execute:
freeze: auto #keep website up-to-date