-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
44 lines (40 loc) · 952 Bytes
/
_quarto.yml
File metadata and controls
44 lines (40 loc) · 952 Bytes
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
project:
type: website
output-dir: 'docs'
website:
title: "netdiffuseR @ Sunbelt 2025"
repo-url: https://github.com/USCCANA/netdiffuser-workshop
repo-actions: [edit, source]
navbar:
left:
- text: Home
href: index.qmd
- text: Lectures
menu:
- text: Diffusion Theory
href: 1-theory.qmd
- text: Reading data
href: 2-read.qmd
- text: Visualization
href: 3-visualization.qmd
- text: Statistical Analysis
href: 4-stats.qmd
- text: Simulations pt.1
href: 5-sim.qmd
- text: Simulations pt.2
href: 6-multi-and-dis.qmd
right:
- text: Misc
menu:
- text: Getting started with R
href: 0-getstarted.qmd
- text: The netdiffuseR package
href: 0-netdiffuser.qmd
- text: Classic Diffnet Analyses
href: 0-classic.qmd
format:
html:
theme: cosmo
toc: true
execute:
freeze: auto