-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
101 lines (95 loc) · 2.16 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
project:
type: book
output-dir: _book
resources:
- /.nojekyll
book:
title: "MarineSDMs"
subtitle: "Marine Species Distribution Models"
author:
- name: Benjamin D. Best
orcid: 0000-0002-2686-0784
email: [email protected]
affiliations:
- name: EcoQuants LLC
address: 211 W Gutierrez St, Unit 12
city: Santa Barbara
state: CA
postal-code: 93101
- name: MarineBON
repo-url: https://github.com/marinebon/sdm-book
reader-mode: true
repo-actions: [edit]
downloads: [pdf, docx]
sharing: [twitter, facebook]
search: true
date: today
date-format: "YYYY-MM-DD"
google-analytics: "G-V3HZN14Z8G"
page-navigation: true
page-footer:
left: |
© <a href="https://bbest.github.io/cv/" target="_blank">Ben Best</a>, <a href="https://marinebon.org" target="_blank">MarineBON</a>
right: |
Built with <a href="https://quarto.org/" target="_blank">Quarto</a>
chapters:
- index.qmd
- part: "Prepare"
chapters:
- prep.qmd
- occ.qmd
- abs.qmd
- env.qmd
- part: "Model"
chapters:
- model.qmd
- split.qmd
- fit.qmd
- calibrate.qmd
- predict.qmd
- evaluate.qmd
- part: "Combine"
chapters:
- combine.qmd
- ensemble.qmd
- mosaic.qmd
- taxa.qmd
- indicators.qmd
- part: "Share"
chapters:
- share.qmd
- metadata.qmd
- portal.qmd
- references.qmd
appendices:
- glossary.qmd
- part: explorations.qmd
chapters:
- explorations/am-fine.qmd
- explorations/am-envelope.qmd
- explorations/am-tree.qmd
- "explorations/sdm-1_predicts.qmd"
- "explorations/obis-top-spp-by-class.qmd"
# - organize.qmd
- software.qmd
bibliography: references.bib
filters:
- lightbox
lightbox: auto
format:
html:
toc: true
number-sections: true
code-fold: true
code-tools: true
mermaid:
theme: neutral
theme:
light: flatly
dark: darkly
css: glossary/glossary.css
pdf:
documentclass: scrreprt
keep-tex: true
docx: default
editor: visual