-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
87 lines (72 loc) · 2.09 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
project:
type: website
website:
page-navigation: true
bread-crumbs: false
title: "Sarah Schwartz Stats"
description: "Transparent and Reproducible Research with R"
navbar:
background: "#288DC2"
left:
- icon: github
href: https://github.com/sarbearschwartz
- text: "{{< ai orcid size=2em >}}"
href: https://orcid.org/0000-0001-9980-7493
- icon: youtube
href: https://www.youtube.com/channel/UCbkTRp5FeSNIWeueyqBVPkA
- text: "{{< ai google-scholar size=2em >}}"
href: https://scholar.google.com/citations?user=HMdHkLYAAAAJ&hl=en
- icon: linkedin
href: https://www.linkedin.com/in/sarbearschwartz/
- text: "{{< ai osf size=2em >}}"
href: https://osf.io/3f87g
right:
- text: "About"
href: about.qmd
- icon: envelope
href: mailto:sarah.schwartz@usu.edu
sidebar:
background: "#c1c6ca"
logo: "images/USUAug820247069.jpg"
style: "docked"
search: true
pinned: true
align: center
contents:
- text: "---"
- section: "TEACHING"
contents:
- href: teaching.qmd
text: "Overview"
- href: r4research.qmd
text: "Using R for Research"
- href: foundation.qmd
text: "Stat Foundations"
- href: regression.qmd
text: "Regression Analysis"
- href: mlm.qmd
text: "Multilevel Modeling"
- text: "---"
- section: "eBOOKS"
contents:
- href: encyclopedia_vol.qmd
text: "Encyclopedia"
- text: "---"
- section: "RESOURCES"
contents:
- href: youtube.qmd
text: "YouTube"
- href: skeletons.qmd
text: "Skeletons"
back-to-top-navigation: true
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© Copyright 2024, Sarah E Schwartz"
background: "#D9E3E4"
format:
html:
theme: zephyr
css: styles.css
toc: true
freeze: auto
editor: visual