This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
61 lines (58 loc) · 1.54 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
54
55
56
57
58
59
60
61
project:
type: book
output-dir: _book
book:
title: |
Improving Machine Learning Models for Microbiome Analysis
and Democratizing Data Science Along the Way
output-file: dissertation_KLS
author:
- name: Kelly L. Sovacool
orcid: 0000-0003-3283-829X
email: sovacool@umich.edu
date: "2023-06-08"
date-format: YYYY
search: true
repo-url: /~https://github.com/kelly-sovacool/phd-diss
site-url: http://sovacool.dev/phd-diss/
twitter-card: true
downloads: [pdf]
chapters:
- index.qmd
- chapters/optifit.qmd
- chapters/cdiff.qmd
- chapters/data-science.qmd
- chapters/discussion.qmd
dept: Bioinformatics
frontispiece: front-matter/frontispiece.png
dedication: \input{front-matter/dedication.tex}
acknowledgements: \input{front-matter/acknowledgements.tex}
abstract: \input{front-matter/abstract.tex}
acronyms: \input{front-matter/acronyms.tex}
committee: # alphabetical order
- Professor Patrick D. Schloss, Chair
- Associate Professor Gregory J. Dick
- Associate Professor Jenna Wiens
- Professor Vincent B. Young
chair: Professor Patrick D. Schloss, Chair
list-commands:
- \showlistoffigures
- \showlistofacronyms
- \hidelistoftables
bibliography: references.bib
format:
rackham-pdf:
keep-tex: true
classoption:
- thesis
include-in-header: header.tex
fig-cap-location: top
fig-dpi: 600
execute:
freeze: auto # re-render only when source changes
cache: false # cache seems to mess with inline hook...
eval: true
echo: false
message: false
warning: false
engine: knitr