-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
86 lines (79 loc) · 2.21 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
project:
type: website
website:
title: "KHstats"
favicon: img/climbing_comic.jpg
image: img/climbing_comic.jpg
description: "Thoughts and doodles on (bio)statistics, causal inference, data visualization, R programming, etc."
twitter-card:
image: img/climbing_comic.jpg
description: "Thoughts and doodles on (bio)statistics, causal inference, data visualization, R programming, etc."
card-style: summary
open-graph: true
page-navigation: true
google-analytics: "UA-136820093-1"
site-url: "www.khstats.com"
search:
location: navbar
type: overlay
navbar:
left:
- about.qmd
- blog.qmd
- talks.qmd
- sidebar:art
- sidebar:research
right:
- icon: twitter
href: https://twitter.com/kat_hoffman_
- icon: github
href: https://github.com/kathoffman
- text: CV
file: /static/KatherineHoffman_CV_Sept2023.pdf
- icon: envelope
href: mailto:kathoffman.stats@gmail.com
sidebar:
- id: research
collapse-level: 1
foreground: dark
title: "Research"
style: "docked"
background: light
contents:
- text: "Statistics Methods"
file: pubs/pubs_methods.qmd
- text: "Clinical Applications"
file: pubs/pubs_applications.qmd
- text: "Google Scholar Profile"
href: https://scholar.google.com/citations?user=73RvTUoAAAAJ&hl=en
- id: art
collapse-level: 1
title: "Illustrations"
style: "docked"
contents:
- text: "Visual Guides for Causal Inference"
file: art/illustrations_viz.qmd
- text: "Educational Drawings and Comics"
file: art/illustrations_draw.qmd
format:
html:
smooth-scroll: true
theme: [minty, styles.css]
highlight-style: zenburn
link-external-icon: false
link-external-newwindow: true
citations-hover: true
footnotes-hover: true
#toc: true
#toc-depth: 3
#toc-title: Contents
#toc-location: left
code-link: false
anchor-sections: true
#code-tools: true
#code-fold: true
code-block-bg: "#f1f3f5"
code-block-border-left: "#31BAE9"
reference-location: margin
fig-cap-location: margin
editor: source