generated from jhudsl/AnVIL_Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.Rmd
92 lines (58 loc) · 2.33 KB
/
index.Rmd
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
---
title: "AnVIL Collection"
site: bookdown::bookdown_site
documentclass: book
bibliography: book.bib
biblio-style: apalike
link-citations: yes
description: Description about Course/Book.
favicon: assets/AnVIL_style/anvil_favicon.ico
---
# Courses and Guides {-}
Please check out our full collection of AnVIL and related resources below!
This page was last updated on `r Sys.time()`
## AnVIL Resources {-}
```{r, echo = FALSE, message = FALSE, warning = FALSE}
source("scripts/render_collection.R")
knitr::kable(make_collection_table(exclude_gdscn_from_table = TRUE), format = "html")
```
## GDSCN Resources {-}
```{r, echo = FALSE, message = FALSE, warning = FALSE}
source("scripts/render_collection.R")
knitr::kable(make_collection_table(make_gsdcn_only_table = TRUE), format = "html")
```
# YouTube Videos {-}
## AnVIL {-}
Check out the AnVIL YouTube channel: https://www.youtube.com/@anvilproject1223
### AnVIL "Shorts" (AnVIL in 2 minutes) {-}
```{r, echo = FALSE, message = FALSE, warning = FALSE}
source("scripts/render_youtube_list.R")
knitr::kable(make_youtube_table("resources/youtube_shorts_data.csv"), format = "html")
```
### AnVIL Getting Started {-}
```{r, echo = FALSE, message = FALSE, warning = FALSE}
source("scripts/render_youtube_list.R")
knitr::kable(make_youtube_table("resources/youtube_getting_started_data.csv"), format = "html")
```
### AnVIL Monthly Demos {-}
```{r, echo = FALSE, message = FALSE, warning = FALSE}
source("scripts/render_youtube_list.R")
knitr::kable(make_youtube_table("resources/youtube_demos_data.csv"), format = "html")
```
### AnVIL WDL {-}
```{r, echo = FALSE, message = FALSE, warning = FALSE}
source("scripts/render_youtube_list.R")
knitr::kable(make_youtube_table("resources/youtube_anvil_wdl_data.csv"), format = "html")
```
## GDSCN {-}
Check out the GDSCN YouTube channel: https://www.youtube.com/@genomicdatasciencecommunit2514
### SARS with Galaxy on AnVIL {-}
```{r, echo = FALSE, message = FALSE, warning = FALSE}
source("scripts/render_youtube_list.R")
knitr::kable(make_youtube_table("resources/youtube_gdscn_sars_data.csv"), format = "html")
```
### BioDIGS Soil Project Protocols {-}
```{r, echo = FALSE, message = FALSE, warning = FALSE}
source("scripts/render_youtube_list.R")
knitr::kable(make_youtube_table("resources/youtube_gdscn_soil_project_data.csv"), format = "html")
```