-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_site.yml
57 lines (57 loc) · 1.68 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
name: "tutorials"
navbar:
title: "Resources for Tutorials"
left:
- text: "Home"
href: index.html
- text: "R Tutorials"
icon: fa-cog
menu:
- text: "Analyzing Heart Rate Variability in R"
- text: "Overview and introduction"
href: hrv_tutorial.html
- text: "Extracting data"
href: extract_ecg.html
- text: "Computing interbeat interval"
href: compute_ibi.html
- text: "HRV outlier analysis"
href: ecg_outliers.html
- text: "Dealing with triggers"
href: hrv_triggers.html
- text: "HRV statistics"
href: hrv_stats.html
- text: "---------"
- text: "Using shiny for Psychological Research"
- text: "Overview and introduction"
href: shiny_tutorial.html
- text: "My first shiny app"
- text: "Hello, shiny! Part I"
href: hello_shiny.html
- text: "Hello, shiny! Part II"
href: hello_shinyII.html
- text: "Making shiny app more interactive"
href: io_app.html
- text: "Simple shiny survey"
href: simple_shiny_survey.html
- text: "Additional shiny resources"
href: beyond_hello.html
- text: "---------"
- text: "Additional Resources"
icon: fa-compass
menu:
- text: "PSU Graduate Student Resources"
href: http://bit.ly/psych_grad_resources
right:
- text: "About"
href: about.html
icon: fa-envelope
- text: "Site info"
href: site-info.html
icon: fa-info
output_dir: "docs"
output:
html_document:
theme: cosmo
highlight: tango
include:
after_body: footer.html