-
Notifications
You must be signed in to change notification settings - Fork 5
/
_quarto.yml
68 lines (64 loc) · 1.69 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
project:
type: website
output-dir: docs
execute-dir: project
render:
- index.qmd
- trad00-observations.qmd
- trad01-predictors.qmd
- trad02-covariates.qmd
- trad03-basic_modeling.qmd
- trad04-month_models.qmd
- trad05-model_splits.qmd
- trad06-background_count.qmd
- tidysdm-01.qmd
- tidysdm-02-thinning.qmd
- tidysdm-03-background.qmd
- tidysdm-04-modeling.qmd
- tidysdm-05-prediction.qmd
- about.qmd
execute:
cache: false
website:
title: "Species distribution modeling with R"
page-navigation: true
back-to-top-navigation: true
page-footer: "Copyright 2024, Bigelow Laboratory for Ocean Science"
sidebar:
style: "docked"
search: true
contents:
- text: Home
href: index.qmd
- section: "Traditional modeling"
href: trad00-observations.qmd
contents:
- trad01-predictors.qmd
- trad02-covariates.qmd
- trad03-basic_modeling.qmd
- trad04-month_models.qmd
- trad05-model_splits.qmd
- trad06-background_count.qmd
- section: Working with tidysdm
href: tidysdm-01.qmd
contents:
- tidysdm-02-thinning.qmd
- tidysdm-03-background.qmd
- tidysdm-04-modeling.qmd
- tidysdm-05-prediction.qmd
- text: About
href: about.qmd
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/BigelowLab/mola-mola
- text: Report a bug or ask a question
url: https://github.com/BigelowLab/mola-mola/issues
format:
html:
theme: cosmo
css: styles.css
toc: true
number-sections: true
editor: source