-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
163 lines (134 loc) · 3.77 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
project:
type: book
# execute-dir: project
output-dir: _book
# jupyter: julia-1.8
published-title: "Last updated"
lightbox: true # Lightbox images allow a reader to click to see a larger version of the image (including any caption)
babelquarto:
languagecodes:
# - name: vn
# text: "Tiếng Việt"
- name: en
text: "English"
mainlanguage: 'en'
languages: []
# title-vn: "Cẩm nang dịch tễ học với R"
lang: en
book:
title: "The Epidemiologist Julia Handbook"
search:
type: textbox
repo-url: https://github.com/appliedepi/epiJuliahandbook_eng
repo-actions: [issue]
# site-url: https://epirhandbook.com
sharing: ["twitter", "facebook", "linkedin"]
sidebar:
logo: "images/Applied_Epi_logo.png"
tools:
- icon: twitter
href: "https://twitter.com/appliedepi"
- icon: linkedin
href: "https://www.linkedin.com/company/appliedepi/"
page-footer:
left: |
The Epidemiologist Julia Handbook was written by Applied Epi
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
cookie-consent:
type: express
style: simple
google-analytics:
tracking-id: "G-XXXXXXX"
date: today
date-format: "MMM D, YYYY"
favicon: "images/Applied_Epi_logo.png"
chapters:
# INTRO & CONTRIBUTORS
- index.qmd # objectives, how to read, authors, acknowledgements
# ABOUT BOOK
- part: "About this book"
# part-vn: "Về cuốn sách này"
chapters:
- pages/editorial_style.qmd # editorial style
- pages/data_used.qmd # data used
# BASICS
- part: "Basics"
# part-vn: "Nhập môn về R"
chapters:
- pages/basics.qmd
- pages/transition_to_R.qmd
- pages/packages_suggested.qmd
- pages/r_projects.qmd
- pages/importing.qmd
# DATA MANAGEMENT
- part: "Data Management"
# part-vn: "Quản lý dữ liệu"
chapters:
- pages/cleaning.qmd
- pages/dates.qmd
- pages/characters_strings.qmd
- pages/factors.qmd
- pages/pivoting.qmd
- pages/grouping.qmd
- pages/joining_matching.qmd
- pages/deduplication.qmd
- pages/iteration.qmd
# ANALYSIS
- part: "Analysis"
# part-vn: "Phân tích dữ liệu"
chapters:
- pages/tables_descriptive.qmd
- pages/stat_tests.qmd
- pages/regression.qmd
- pages/missing_data.qmd
- pages/standardization.qmd
- pages/moving_average.qmd
- pages/time_series.qmd #done
- pages/epidemic_models.qmd #done
- pages/contact_tracing.qmd #done
- pages/survey_analysis.qmd #done
- pages/survival_analysis.qmd #done
- pages/gis.qmd #done
# DATA VIZ
- part: "Data Visualization"
# part-vn: "Trực quan hóa dữ liệu"
chapters:
- pages/tables_presentation.qmd
- pages/ggplot_basics.qmd
- pages/ggplot_tips.qmd
- pages/epicurves.qmd
- pages/age_pyramid.qmd
- pages/heatmaps.qmd
- pages/diagrams.qmd
- pages/combination_analysis.qmd
- pages/transmission_chains.qmd
- pages/phylogenetic_trees.qmd
- pages/interactive_plots.qmd
# REPORTS AND DASHBOARDS
- part: "Reports and dashboards"
# part-vn: "Báo cáo và dashboards"
chapters:
- pages/rmarkdown.qmd
- pages/reportfactory.qmd
- pages/flexdashboard.qmd
- pages/shiny_basics.qmd
# MISCELLANEOUS
- part: "Miscellaneous"
# part-vn: "Các chủ điểm khác"
chapters:
- pages/writing_functions.qmd
- pages/directories.qmd
- pages/collaboration.qmd
- pages/errors.qmd
- pages/help.qmd
- pages/network_drives.qmd
- pages/data_table.qmd
bibliography: pages/references.bib
format:
html:
include-in-header:
- banner.html
theme:
light: cosmo
dark: [darkly, theme-dark.scss]