forked from UMGCCCFCSR/CytometryInR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
78 lines (77 loc) · 2.11 KB
/
_quarto.yml
File metadata and controls
78 lines (77 loc) · 2.11 KB
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
project:
type: website
output-dir: docs
render:
- index.qmd
- Schedule.qmd
- course/index.qmd
- 00_*
- 01_*
website:
google-analytics: "G-LZ35J3XE4D"
announcement:
icon: info-circle
dismissable: true
content: "Course starts week of February 1st. Workstation setup tutorials are now available. See Email for Details."
type: info
position: below-navbar
page-navigation: true
title: "Cytometry in R"
navbar:
logo: images/hex.svg
background: white
left:
- text: "About"
href: index.qmd
- text: "Schedule"
href: Schedule.qmd
- text: "Course"
href: course/index.qmd
right:
- text: Discussions
href: https://github.com/UMGCCCFCSR/CytometryInR/discussions
- icon: youtube
href: https://www.youtube.com/@CytometryInR
aria-label: YouTube
- icon: github
href: https://github.com/UMGCCCFCSR/CytometryInR
aria-label: GitHub
sidebar:
style: floating
collapse-level: 1
contents:
- section: "Getting Started"
contents:
- text: "00 - GitHub"
href: course/00_GitHub/index.qmd
- text: "00 - Workstation Setup"
href: course/00_WorkstationSetup/index.qmd
- text: "00 - Positron"
href: course/00_Positron/index.qmd
- text: "00 - Git"
href: course/00_Git/index.qmd
- text: "00 - Quarto"
href: course/00_Quarto/index.qmd
- text: "00 - Getting Help"
href: course/00_Homeworks/index.qmd
- text: "00 - Floreada"
href: course/00_Floreada/index.qmd
- section: "Intro to R"
href: course/01_InstallingRPackages/index.qmd
contents:
- text: "01 - Installing R Packages"
href: course/01_InstallingRPackages/index.qmd
- section: "Cytometry Core"
href: Schedule.qmd
- section: "Beyond the Sandbox"
href: Schedule.qmd
- section: "The World is your Oyster"
href: Schedule.qmd
page-footer:
left: Made with [Quarto](https://quarto.org/)
right: |


format:
html:
css: styles.css