generated from IQSS/dss-template-quarto
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
44 lines (40 loc) · 879 Bytes
/
_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
project:
type: book
book:
title: "Matching and Weighting for Causal Inference: A Primer and Tutorial"
author: "Noah Greifer"
date: "last-modified"
page-navigation: true
favicon: images/favicon.png
search: true
chapters:
- index.qmd
- planning.qmd
- part: "Running the Analysis"
chapters:
- running.qmd
- conceptual.qmd
- conditioning.qmd
- assessing.qmd
- respecification.qmd
- estimating.qmd
- sensitivity.qmd
- advanced.qmd
- reporting.qmd
- part: "Example"
chapters:
- example.qmd
- ex-match.qmd
- ex-weight.qmd
- conclusion.qmd
- references.qmd
bibliography: references.bib
format:
html:
theme:
light: cosmo
code-link: true
author-meta: "Noah Greifer"
callout-appearance: simple
execute:
freeze: auto