-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
53 lines (50 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: "Data Analysis in High-Energy Physics as a Differentiable Program"
date: "02/03/2023"
author:
- name: Nathan Simpson
url: https://phinate.github.io
affiliation: Lund University
citation:
type: thesis
doi: "10.5281/zenodo.7520314"
url: https://phinate.github.io/thesis
cover-image: cover.png
chapters:
- index.qmd
- cite.qmd
- quotes.qmd
- part: "Fundamentals"
chapters:
- physics.qmd
- stat-fundamentals.qmd
- stat-practical.qmd
- diffprog.qmd
- autodiff.qmd
- ml.qmd
- part: "Applications"
chapters:
- diffprog-hep.qmd
- flow-interp.qmd
- sh.qmd
- references.qmd
appendices:
- neos-extra.qmd
execute:
freeze: auto
website:
twitter-card: true
bibliography: references.bib
pdf-engine: pdflatex
# cite-method: biblatex
# biblatexoptions: citestyle=numeric
format:
html:
toc-location: right
toc-title: "On this page:"
code-copy: true
theme:
- united
- custom.scss