-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
56 lines (45 loc) · 1.06 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
project:
type: book
book:
title: The Tuva Project
# author: "Norah Jones"
date: "12/22/2024"
# cover-image: mages/tuva-icon.png
# favicon: images/tuva-icon.png
chapters:
- index.qmd
- code-sets.qmd
- part: "Claims Data"
chapters:
- claims-data.qmd
- claims-data-elements.qmd
- claims-adr.qmd
- provider-data.qmd
- member-months.qmd
- attribution.qmd
- service-categories.qmd
- encounters.qmd
# - medications.qmd
- part: "Advanced Topics"
chapters:
# - emergency-dept.qmd
- acute-inpatient.ipynb
- readmissions.qmd
- risk-adjustment.qmd
# - part: "Case Studies"
# chapters:
# - oppty-analysis.qmd
# - hip-replacement.qmd
# - multiple-myeloma.qmd
# - cancer-drugs.qmd
# - part: "Appendix"
# chapters:
# - cms-claims.qmd
# - references.qmd
bibliography: references.bib
format:
html:
theme: cosmo
code-fold: true
pdf:
documentclass: scrreprt