-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
149 lines (140 loc) · 4.56 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
project:
type: website
output-dir: docs
website:
title: "dsfair_quarto"
navbar:
title: DSFAIR
search: true
left:
- text: Home
href: index.qmd
- text: R Basics
menu:
- text: First Steps
href: ch/rbasics/firststeps.qmd
- text: The tidyverse
href: ch/rbasics/tidyverse.qmd
- text: Correlation & Regression
href: ch/rbasics/correlation_regression.qmd
- text: Bad data & Outliers
href: ch/rbasics/baddata.qmd
- text: Simple Experiments
menu:
- text: 1w CRD (Mead 1993)
href: ch/exan/simple/crd_mead1993.qmd
- text: 1w RCBD (Clewer & Scarisbrickt 2001)
href: ch/exan/simple/rcbd_clewerscarisbrick2001.qmd
- text: 1w Latin Square (Bridges 1989)
href: ch/exan/simple/latsq_bridges1989.qmd
- text: 1w augmented (Petersen 1994)
href: ch/exan/simple/augm_petersen1994.qmd
- text: 1w alpha (John & Williams 1995)
href: ch/exan/simple/alpha_johnwilliams1995.qmd
- text: 1w rowcol (Kempton & Fox 1997)
href: ch/exan/simple/rowcol_kemptonfox1997.qmd
- text: 2w RCBD (Gomez & Gomez 1984)
href: ch/exan/simple/rcbd_gomezgomez1984.qmd
- text: 2w split-plot (Gomez & Gomez 1984)
href: ch/exan/simple/splitplot_gomezgomez1984.qmd
- text: Complex Experiments
- text: Summary Articles
menu:
- text: ggplot2 tutorial
href: ch/summaryarticles/ggplot2intro.qmd
- text: Compact Letter Display
href: ch/summaryarticles/compactletterdisplay.qmd
- text: Designing Experiments
href: ch/summaryarticles/designingexperiments.qmd
- text: Model Diagnostics
href: ch/summaryarticles/modeldiagnostics.qmd
- text: Why SE equal
href: ch/summaryarticles/whyseequal.qmd
- text: Multiplicity Adjustment
href: ch/summaryarticles/multiplicityadj.qmd
- text: ANOVA Types
href: ch/summaryarticles/anovatypes.qmd
- text: Mixed Models
href: ch/summaryarticles/mixedmodels.qmd
- text: Misc
menu:
- text: Useful things
href: ch/misc/usefulthings.qmd
- text: Exercises
href: ch/misc/exercises.qmd
- text: Other Resources
href: ch/misc/furtherresources.qmd
- text: Workshop prep
href: ch/misc/workshopprep.qmd
right:
- text: Contact
href: https://schmidtpaul.github.io/
- icon: github
href: https://github.com/SchmidtPaul/dsfair_quarto
aria-label: GitHub
page-footer:
right:
- text: '<p>All content licensed under a <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">Creative Commons Attribution-NonCommercial 4.0 International License</a>.</p>'
border: true
background: "#00923f"
favicon: img/favicon-32x32.png
image: img/hexagonDSFAIR.png
site-url: https://schmidtpaul.github.io/dsfair_quarto/
twitter-card:
title: "Data Science for Agriculture in R"
description: "a cookbook with statistical analyses of typical examples in life sciences with focus on experimental agriculture, biology, ecology and other related fields"
image: img/hexagonDSFAIR.png
creator: "@SchmidtPaul1989"
# cookie-consent: true
format:
html:
anchor-sections: true
css: include/styles.css
code-fold: false
code-summary: "Click to show/hide code"
code-overflow: scroll
code-copy: true
code-link: true
code-tools: true
citations-hover: true
footnotes-hover: true
theme: include/theme.scss
toc: true
pdf:
colorlinks: true
number-sections: true
toc: true
# remove this once lightbox no longer needs an extension
filters:
- lightbox
lightbox:
match: auto
effect: fade
author:
- name:
given: Paul
family: Schmidt
literal: 'Paul Schmidt'
# orcid: 0000-0003-1528-2082
affiliations:
- name: "BioMath GmbH"
city: Hamburg
country: Germany
url: https://www.biomath.de/
- name: "& Freelancer"
url: https://schmidtpaul.github.io/
editor: visual
abstract-title: "Content summary"
bibliography: references.bib
date: last-modified
published-title: "Last updated"
execute:
warning: false
message: false
freeze: auto
fig-dpi: 300
fig-width: 5.5
fig-height: 3.5
citation: true
body-header: |
<meta property="og:image" content="img/hexagonDSFAIR.png" />