forked from RohanAlexander/tswd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
82 lines (78 loc) · 1.9 KB
/
Copy path_quarto.yml
File metadata and controls
82 lines (78 loc) · 1.9 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
80
81
82
project:
type: book
output-dir: docs
book:
title: "Telling Stories with Data"
subtitle: "With Applications in R and Python"
author: "Rohan Alexander"
date: "27 July 2023"
search: true
cover-image: figures/tellingstorieswithdatapainting.png
repo-url: https://github.com/RohanAlexander/telling_stories/
repo-actions: [edit]
site-url: https://tellingstorieswithdata.com
sidebar:
collapse-level: 3
pinned: true
chapters:
- index.qmd
- errata.qmd
- part: "Foundations"
chapters:
- 01-introduction.qmd
- 02-drinking_from_a_fire_hose.qmd
- 03-workflow.qmd
- part: "Communication"
chapters:
- 04-writing_research.qmd
- 05-static_communication.qmd
- part: "Acquisition"
chapters:
- 06-farm.qmd
- 07-gather.qmd
- 08-hunt.qmd
- part: "Preparation"
chapters:
- 09-clean_and_prepare.qmd
- 10-store_and_share.qmd
- part: "Modeling"
chapters:
- 11-eda.qmd
- 12-ijalm.qmd
- 13-ijaglm.qmd
- 13-prediction.qmd
- part: "Applications"
chapters:
- 14-causality_from_obs.qmd
- 15-mrp.qmd
- 16-text.qmd
- 17-concluding.qmd
appendices:
- 20-r_essentials.qmd
- 20-python_essentials.qmd
- 21-datasets.qmd
- 22-rmarkdown.qmd
- 23-assessment.qmd
- 24-interaction.qmd
- 25-datasheet.qmd
- 26-sql.qmd
- 28-deploy.qmd
- 29-activities.qmd
- 98-cocktails.qmd
- 99-references.qmd
crossref:
appendix-title: "Online Appendix"
bibliography: references.bib
format:
html:
theme:
- cosmo
- custom.scss
callout-appearance: simple
pdf:
documentclass: krantz
include-in-header: latex/preamble.tex
include-before-body: latex/before_body.tex
include-after-body: latex/after_body.tex
keep-tex: true
callout-appearance: simple