-
Notifications
You must be signed in to change notification settings - Fork 4
/
_quarto.yml
115 lines (102 loc) · 2.63 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
project:
type: book
output-dir: docs
execute-dir: project
pre-render: _setupPkgs.R
book:
title: "SpaDES For Dummies"
subtitle: "Guide to the SpaDES modelling toolkit in R"
reader-mode: true
author:
- name: Ceres Barros
orcid: 0000-0003-4036-977X
email: [email protected]
affiliations:
- Future Forest Ecosystems Centre, BC Ministry of Forests, Canada
- Department of Forest Resources Management, University of British Columbia, Canada
- Département du bois de des sciences de la forêt, Université Laval, Canada
- name: Eliot McIntire
orcid: 0000-0002-6914-8316
email: [email protected]
affiliations:
- Canadian Forest Service, Natural Resources Canada, Canada
- name: Tati Micheletti
orcid: 0000-0003-4838-8342
email: [email protected]
affiliations:
- University of Dresden, Germany
- name: Alex Chubaty
orcid: 0000-0001-7146-8135
email: [email protected]
affiliations:
- FOR-CAST Research & Analytics
date: last-modified
page-footer:
left: |
SpaDES For Dummies was written by Ceres Barros, Eliot McIntire, Tati Michelleti and Alex Chubaty.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
chapters:
- index.qmd
# - intro.qmd
# - ProjectSetup_PkgInstall.qmd
- Part1_DummyModel.qmd
- Part2_SDMs.qmd
# - Caching.qmd
- References.qmd
appendices:
- appendices/Part1_Rscript.qmd
- appendices/Part2_Rscript.qmd
navbar:
right:
- icon: github
href: https://github.com/CeresBarros/SpaDES4Dummies
aria-label: GitHub
collapse: true
sidebar:
search: true
downloads: "pdf"
twitter-card: true
# References
bibliography:
- citations/references.bib
- citations/packages.bib
csl: citations/ecology-letters.csl
cite-method: biblatex
biblatexoptions: [citestyle=authoryear]
link-citations: true
format:
html:
theme:
light: minty
dark: [minty, css/theme-dark.scss]
code-link: true
css: css/style.css
smooth-scroll: true
lot: yes
lof: yes
toc: true
toc-location: right
toc-expand: 1
toc-depth: 4
number-sections: true
code-fold: show
code-overflow: scroll
colorlinks: true
fontsize: 11pt
pdf:
pdf-engine: xelatex
documentclass: book
cite-method: biblatex
lot: true
lof: true
toc: true
toc-depth: 4
number-sections: true
code-fold: show
code-overflow: scroll
colorlinks: true
fontsize: 11pt
execute:
cache: true
cache-rebuild: false