generated from jhudsl/AnVIL_Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
34 lines (27 loc) · 1.05 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
---
title: "AnVIL Book Name"
date: "`r format(Sys.time(), '%B %d, %Y')`"
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
---
# About this Book {-}
This book is part of a series of books for the Genomic Data Science Analysis, Visualization, and Informatics Lab-space (AnVIL) of the National Human Genome Research Institute (NHGRI). Learn more about AnVIL by visiting `https://anvilproject.org` or reading the [preprint](https://www.biorxiv.org/content/10.1101/2021.04.22.436044v1).
## AnVIL Collection {-}
Please check out our full collection of AnVIL resources below!
```{r, echo = FALSE, message = FALSE, warning = FALSE}
# source("scripts/anvil_repo_table.R")
#
# # Add below any repositories that should not be added
# exclude = c(
# "anvil-intro",
# "AnVIL_Template"
# )
#
# # Create table for AnVIL repos detected through the API
# knitr::kable(make_anvil_repo_table(exclude), format = "html")
```