-
Notifications
You must be signed in to change notification settings - Fork 10
/
_site.yml
97 lines (92 loc) · 2.76 KB
/
_site.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
# See http://rmarkdown.rstudio.com/rmarkdown_websites.html
# name: "UVA HSL Research & Data Courses"
# name: "BIMS 8382"
name: "Biological Data Science Workshops"
output_dir: "_site"
navbar:
title: "BIODATASCI"
icon: fa-home
type: inverse
left:
- text: "Home"
icon: fa-home
href: index.html
- text: "Setup"
icon: fa-cog
href: setup.html
- text: "Data"
icon: fa-download
href: "data.html"
- text: "Syllabus"
icon: fa-graduation-cap
href: "syllabus.html"
- text: "Course Material"
icon: fa-university
menu:
- text: "Syllabus"
icon: fa-graduation-cap
href: syllabus.html
- text: "----"
- text: "--- Lessons ---"
- text: "R Basics"
href: r-basics.html
- text: "Data Frames"
href: r-dataframes.html
- text: "Data Manipulation"
href: r-dplyr-yeast.html
- text: "Tidying data"
href: r-tidy.html
- text: "Data Visualization"
href: r-viz-gapminder.html
- text: "Refresher: Tidy EDA"
href: r-refresher-tidy-eda.html
- text: "Reproducible Research & RMarkdown"
href: r-rmarkdown.html
- text: "Essential Statistics"
href: r-stats.html
- text: "Survival Analysis"
href: r-survival.html
- text: "Predictive Analytics & Forecasting Influenza"
href: r-predictive-modeling.html
- text: "Text Mining"
href: r-textmining.html
- text: "RNA-seq"
href: r-rnaseq-airway.html
- text: "Phylogenetic trees with R"
href: r-ggtree.html
# - text: "----"
- text: "--- Homework ---"
- text: "Data Manipulation"
href: r-dplyr-homework.html
- text: "Data Visualization"
href: r-viz-homework.html
- text: "Reproducible Research & RMarkdown"
href: r-rmarkdown-homework.html
- text: "Essential Statistics"
href: r-stats-homework.html
- text: "RNA-seq"
href: r-rnaseq-homework.html
right:
- icon: fa-question fa-lg
menu:
- text: "People"
href: people.html
- text: "Further resources"
href: help.html
- text: "Source code for this site"
href: https://github.com/stephenturner/workshops
output:
html_document:
theme: default
toc: true
toc_depth: 3
toc_float:
collapsed: false
fig_align: center
css:
- https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css
- styles.css
includes:
in_header: _include/in_header.html
after_body: _include/after_body.html
exclude: ["LICENSE", "README.markdown", "CONTRIBUTING.markdown", "*.Rproj", "*.key", "*.psd"]