-
Notifications
You must be signed in to change notification settings - Fork 16
/
_quarto.yml
86 lines (80 loc) · 1.95 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
project:
type: book
execute:
cache: true
freeze: auto
book:
favicon: cover.png
google-analytics: "G-5T7SZYQV79"
title: "R4PDE.net"
subtitle: "R for Plant Disease Epidemiology"
author: "Emerson M. Del Ponte"
date: 10/23/2023
date-format: long
image: cover.png
publisher: "Emerson M. Del Ponte"
license: "CC BY-NC"
sidebar:
search: true
style: floating
collapse-level: 1
border: true
repo-url: https://github.com/emdelponte/epidemiology-R
cover-image: cover.png
repo-actions: [edit, issue]
sharing: [twitter, linkedin]
page-footer:
border: false
background: light
left: |
R4PDE - R for Plant Disease Epidemiology is written by Emerson Del Ponte
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
chapters:
- index.qmd
- cite.qmd
- author.qmd
- acknowledgements.qmd
- intro.qmd
- part: "Epidemic data"
chapters:
- data-terminology.qmd
- data-ordinal.qmd
- data-actual-severity.qmd
- data-accuracy.qmd
- data-sads.qmd
- data-training.qmd
- data-remote-sensing.qmd
- part: "Temporal analysis"
chapters:
- temporal-dpc.qmd
- temporal-models.qmd
- temporal-fitting.qmd
- part: "Spatial analysis"
chapters:
- spatial-gradients.qmd
- spatial-models.qmd
- spatial-fitting.qmd
- spatial-patterns.qmd
- spatial-tests.qmd
- part: "Epidemics and yield"
chapters:
- yieldloss-concepts.qmd
- yieldloss-regression-models.qmd
- part: "Disease prediction"
chapters:
- prediction-warning-systems.qmd
- prediction-disease-modeling.qmd
- references.qmd
bibliography: references.bib
csl: phytopathology.csl
prefer-html: true
format:
html:
toc: true
toc-depth: 5
theme:
light:
- cosmo
- r4pd.scss
#- custom.scss