generated from sipbs-compbiol/sipbs-compbiol-book-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
106 lines (87 loc) · 2.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
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
# These variables define the project; they may not need to be changed
project:
type: book
output-dir: _book
# These variables define the book contents - adjust them as necessary
book:
# [A] BOOK TITLE
title: "MP968: Experimental Design Workshop"
reader-mode: true
# The cover image and favicon; these may not need to be changed
cover-image: sipbs_compbio_800.png
favicon: icon_32.png
# Sets the page footer text/images
# [B] FOOTER TEXT
page-footer:
left: |
This workshop is written and maintained by Dr Leighton Pritchard
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
# Sets the URL for the repository
# [C] GITHUB REPOSITORY URL
repo-url: https://github.com/sipbs-compbiol/MP968-Workshop_Experimental_Design
repo-branch: main
repo-actions: [edit, issue]
# Sets author information and publication/presentation date
# [D] AUTHOR INFORMATION AND PUBLICATION/PRESENTATION DATE
author: "Leighton Pritchard"
date: "25/11/2024"
# Define chapters and sections here
# [E] CHAPTERS AND SECTIONS
chapters:
- index.qmd
- part: intro.qmd
chapters:
- disclaimer.qmd
- objectives.qmd
- part: cause_and_effect.qmd
chapters:
- problem.qmd
- causal_models.qmd
# - dags.qmd
- part: measurement.qmd
chapters:
- wet_earth.qmd
- globe_model.qmd
- globe_analysis.qmd
- dodecahedron.qmd
- observations.qmd
- part: power.qmd
chapters:
- power_considerations.qmd
- underpowered.qmd
- effect_sizes.qmd
- g_power.qmd
- part: nc3rs-eda.qmd
chapters:
- eda_account.qmd
- workshop_experiment.qmd
- create_new_diagram.qmd
- add_experiment_node.qmd
- group_assignment.qmd
- interventions.qmd
- critique1.qmd
- both_sexes.qmd
- analysis_suggestion.qmd
- sample_size.qmd
- communicate.qmd
- templates.qmd
- summary.qmd
- references.qmd
- further_reading.qmd
# Location of BibTeX format reference file; may not need to be changed
bibliography: references.bib
# Formatting and theme; may not need to be changed
format:
html:
theme: cosmo
code-link: true
code-fold: true
code-summary: "Show the code"
author-meta: "Leighton Pritchard"
# pdf:
# documentclass: scrreprt
# Freeze output before pushing modifications to the repository when publishing
# Should not need changing
execute:
freeze: auto