-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
53 lines (49 loc) · 1.26 KB
/
_quarto.yml
File metadata and controls
53 lines (49 loc) · 1.26 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
project:
type: book
output-dir: _book
resources:
- "previous-editions/**"
- "previous-editions/**/**"
book:
title: "Methods Camp"
subtitle: "UT Austin, Department of Government"
author:
- "Meiying Xu"
- "Joel Yew"
date: "August 2025"
date-format: "MMMM YYYY"
chapters:
- index.qmd
- 00_setup.qmd
- 01_r_intro.qmd
- 02_tidy_data1.qmd
- 03_functions.qmd
- 04_calculus.qmd
- 06_tidy_data2.qmd
- 07_probability.qmd
- 08_stats_sims.qmd
- 05_matrices.qmd
- 11_wrapup.qmd
- references.qmd
downloads: pdf
site-url: https://methodscamp.github.io/
repo-url: https://github.com/methodscamp/methodscamp.github.io
search: true
bibliography: references.bib
nocite: |
@usda2019, @fivethirtyeight2021, @qog, @smith2020, @wdi, @countrycode,
@fuzzyjoin, @Vdemcodebook2022, @wickham_ggplot2, @imai_quantitative_2022,
@rossi1996mathematics, @moore_mathematics_2013,
@baydinAutomaticDifferentiationMachine2017, @Wickham2014,
@pontinOppenheimerGhost2007, @wickham2014advanced, @aronow2019foundations, @whittinghill2001little
format:
html:
theme:
light: flatly
dark: darkly
email-obfuscation: javascript
pdf:
documentclass: scrreprt
editor: source
execute:
freeze: false