-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_book.yml
More file actions
79 lines (78 loc) · 2.3 KB
/
_book.yml
File metadata and controls
79 lines (78 loc) · 2.3 KB
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
book:
title: "Health Metrics and the Spread of Infectious Diseases"
subtitle: "Machine Learning Applications and Spatial Modelling Analysis with R"
author:
name: Federica Gazzelloni
orcid: 0000-0002-4285-611X
date: "06/09/2023" # date of the agreement with the Editor
publisher: "CRC Press - Chapman & Hall"
publisher-place: "Boca Raton, FL."
site-url: https://fgazzelloni.quarto.pub/hmsidr/
repo-url: https://github.com/Fgazzelloni/hmsidR
repo-branch: origin
repo-actions: [edit, issue]
sharing: [twitter, facebook, linkedin]
cookie-consent:
type: express
style: headline
palette: dark
google-analytics:
tracking-id: "G-J9YVQPL7W9"
anonymize-ip: true
favicon: images/icons/pen-to-square-solid.svg
cover-image: images/cover.png
cover-image-alt: "Cover image of the book Health Metrics and the Spread of Infectious Diseases"
reader-mode: true
sidebar:
foreground: "primary"
background: "#ebecf7"
pinned: true
style: docked
page-footer:
left: |
© 2024 This book is written by <a href="https://federicagazzelloni.com/">Federica Gazzelloni</a>.
center: |
Editor CRC Press - Chapman & Hall | Taylor & Francis Group
right: |
Built with ❤︎️ and [Quarto](https://quarto.org/)
background: "#29306c"
chapters:
- index.qmd
- intro.qmd
- part: "**Health Metrics**"
chapters:
- 01-health_metrics.qmd
- 02-method_calculation.qmd
- 03-components.qmd
- 04-causes_risks.qmd
- part: "**Machine Learning**"
chapters:
- 05-machine_learning.qmd
- 06-techniques.qmd
- 07-packages.qmd
- 08-predictions.qmd
- part: "**Data Visualization**"
chapters:
- 09-data_visualization.qmd
- 10-applications.qmd
- 11-spatials.qmd
- 12-examples.qmd
- part: "**Infectious Diseases**"
chapters:
- 13-infectious_diseases.qmd
- 14-covid19.qmd
- 15-malaria.qmd
- 16-summary.qmd
- conclusions.qmd
- references.qmd
- formulary.qmd
appendices:
- appendixA.qmd
- appendixB.qmd
- appendixC.qmd
appendix-style: default
bibliography: references.bib
csl: chicago-fullnote-bibliography-16th-edition.csl
crossref:
lof-title: "List of Figures"
lot-title: "List of Tables"