-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
57 lines (51 loc) · 1.31 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
project:
type: book
resources: img
editor: source
execute:
freeze: auto
book:
title: "Introduction to Epidemiological Forecasting\n"
subtitle: "Delphi Tools, Data, and Lessons"
author: Daniel J. McDonald, Logan C. Brooks, Rachel Lobay, and Ryan J. Tibshirani
search: true
repo-url: https://github.com/cmu-delphi/delphi-tooling-book
repo-actions: [source, issue, edit]
sharing: [twitter, facebook]
date: last-modified
date-format: DD MMMM YYYY
sidebar:
style: docked
page-footer:
center: |
These Delphi Epitooling Materials were written by Daniel J. McDonald,
Logan C. Brooks, and Ryan J. Tibshirani.
chapters:
- index.qmd
- why-this-package.qmd
- part: "epiprocess"
chapters:
- epiprocess.qmd
- epidf.qmd
- slide.qmd
- growth-rates.qmd
- correlations.qmd
- outliers.qmd
- archive.qmd
- part: "epipredict"
chapters:
- epipredict.qmd
- forecast-framework.qmd
- flatline-forecaster.qmd
- tidymodels-intro.qmd
- tidymodels-regression.qmd
- preprocessing-and-models.qmd
- sliding-forecasters.qmd
- references.qmd
bibliography: [packages.bib, references.bib]
format:
html:
grid:
sidebar-width: 400px
body-width: 600px
theme: [cosmo, delphi-epitools.scss]