-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
38 lines (31 loc) · 882 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
project:
type: book
output-dir: docs
book:
title: "Introduction to Data Privacy and Data Synthesis Techniques"
author: "Claire McKay Bowen, Maddie Pickens, and Aaron R. Williams"
date: today
chapters:
- index.qmd
- part: a_intro.qmd
chapters:
- 01_introduction_to_data_privacy.qmd
- part: b_data-privacy-and-synthetic-data.qmd
chapters:
- 02_synthetic-data.qmd
- 03_disclosure_utility_metrics.qmd
- 04_synthesis-demo.qmd
- 05_synthetic-data-case-studies.qmd
- part: c_differential-privacy.qmd
chapters:
- 06_introduction_to_differential_privacy.qmd
- 07_differential_privacy_details.qmd
- 08_differential_privacy_case_studies.qmd
- d_where-to-go.qmd
- references.qmd
bibliography: references.bib
format:
html:
css: www/styles.css
theme: cosmo
number-depth: 3