-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
104 lines (99 loc) · 3.22 KB
/
_quarto.yml
File metadata and controls
104 lines (99 loc) · 3.22 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
project:
type: book
output-dir: docs
execute:
freeze: auto
book:
title: "Agent-based modelling for archaeologists. From concept to application and publication"
author: # vgl. https://quarto.org/docs/journals/authors.html
- name: Andreas Angourakis
orcid: 0000-0002-9946-8142
email: Andreas.Angourakis@ruhr-uni-bochum.de
affiliation:
- name: Institut für Archäologische Wissenschaften, Ruhr University Bochum
url: https://www.ruhr-uni-bochum.de/archaeologie
- name: Institute of Archaeology, University of Cologne
url: https://archaeologie.phil-fak.uni-koeln.de/
attributes:
corresponding: true
equal-contributor: true
date: today
date-format: DD MMMM, YYYY
search: true
repo-url: https://github.com/CoDArchLab-ABM/course-guide/
repo-actions: [edit]
site-url: https://codarchlab-abm.github.io/course-guide/
page-navigation: true
cover-image: assets/images/AlbedoBase_XL_Within_a_bustling_cityscape_of_Cologne_Germany_a_2.jpg
sidebar:
collapse-level: 1
chapters:
- index.qmd
- part: "Introduction"
chapters:
- intro-abm.qmd
- intro-abm-arch.qmd
- intro-readings.qmd
- part: "Learning to model processes"
chapters:
- intro-abm-method.qmd
- concept-intro.qmd
- concept-pop-dyn.qmd
- concept-your-turn.qmd
- part: "Preparing as a software developer"
chapters:
- dev-workflow.qmd
- dev-git-github.qmd
- dev-git-github-practice.qmd
- dev-netlogo-intro.qmd
- part: "Programming for simulation modelling"
chapters:
- program-netlogo-language-basics.qmd
- program-other-languages.qmd
- program-netlogo-tutorials.qmd
- pond-trade-intro-block.qmd
- part: "Pond Trade (I): basics and cellular automata"
chapters:
- pond-trade-concept.qmd
- pond-trade-terrain.qmd
- part: "Pond Trade (II): agents and mechanisms"
chapters:
- pond-trade-agent-definition.qmd
- pond-trade-agent-ai.qmd
- pond-trade-mechanism.qmd
- part: "Pond Trade (III): advanced mechanisms, output stats and modularity"
chapters:
- pond-trade-cultural-vectors.qmd
- pond-trade-stats.qmd
- pond-trade-modularity.qmd
- part: "Messara Trade (I): case, design and spatial input data"
chapters:
- messara-concept.qmd
- messara-gis.qmd
- messara-water-flow.qmd
- part: "Messara Trade (II): time-series input data and plugging modules"
chapters:
- messara-weather.qmd
- messara-soil-water.qmd
- part: "Messara Trade (III): integrating complex parts"
chapters:
- messara-routes.qmd
- messara-integrations.qmd
- messara-verification-and-improvement.qmd
- part: "Designing and running Simulation experiments"
chapters:
- sim-behavior-space.qmd
- sim-param-exploration.qmd
- part: "Analysis of simulation results"
chapters:
- analysis-visualisation.qmd
- analysis-sensitivity-analysis.qmd
- references.qmd
bibliography: references.bib
comments:
hypothesis: true
format:
html:
theme: lumen
fig-format: svg
css: assets/styles.css