-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
113 lines (108 loc) · 2.81 KB
/
Copy path_quarto.yml
File metadata and controls
113 lines (108 loc) · 2.81 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# affiliations:
# - id: ucdphs-epi
# name: Division of Epidemiology, Department of Public Health Sciences, School of Medicine, University of California, Davis, CA, United States
# department: Division of Epidemiology, Department of Public Health Sciences
# city: Davis
# state: CA
# country: United States
# - id: ucdphs-biostats
# name: Division of Biostatistics, Department of Public Health Sciences, School of Medicine, University of California, Davis, CA, United States
# department: Division of Biostatistics, Department of Public Health Sciences
# city: Davis
# state: CA
# country: United States
project:
type: book
output-dir: docs
book:
title: "UCD-SeRG Lab Manual"
# author:
# - name: Kristen Aiemjoy
# affiliations:
# - ref: ucdphs-epi
# email: kaiemjoy@health.ucdavis.edu
#
# - name: Ezra Morrison
# affiliations:
# - ref: ucdphs-biostats
# email: demorrison@ucdavis.edu
date: last-modified
date-format: "[Last updated:] YYYY-MM-DD"
repo-url: https://github.com/UCD-SERG/lab-manual
repo-actions: [edit, source, issue]
downloads: [pdf, epub, docx]
chapters:
- index.qmd
- culture-and-conduct.qmd
- communication.qmd
- reproducibility.qmd
- code-repositories.qmd
- coding-practices.qmd
- coding-style.qmd
- big-data.qmd
- data-masking.qmd
- quarto.qmd
- github.qmd
- collaborative-software-development.qmd
- continuous-integration.qmd
- unix.qmd
- reproducible-environments.qmd
- code-publication.qmd
- data-publication.qmd
- slurm.qmd
- ai-tools.qmd
- checklists.qmd
- resources.qmd
- professional-development.qmd
- writing.qmd
- manuscript-preparation.qmd
- references.qmd
appendices:
- appendix-copilot-instructions.qmd
- appendix-copilot-setup-steps.qmd
- appendix-document-metadata.qmd
page-navigation: true
bibliography: [book.bib, packages.bib]
format:
html:
theme:
light: cosmo
dark: darkly
css: styles.css
toc: true
number-sections: true
embed-resources: false
filters:
- _extensions/preview-highlight.lua
pdf:
geometry:
- top=15mm
- bottom=20mm
keep-md: false
keep-tex: false
toc: true
fig-pos: "H"
hyperrefoptions:
- bookmarksnumbered=true
toc-title: Contents
df-print: tibble
links-as-notes: true
documentclass: scrbook
classoption: [twoside=off]
shift-heading-level-by: 0
toc-depth: 2
number-sections: true
number-depth: 3
colorlinks: true
filters:
- _extensions/chapter-pagebreak.lua
docx:
toc: false
number-sections: true
highlight-style: github
filters:
- _extensions/chapter-pagebreak.lua
epub:
toc: true
number-sections: true
editor: source