-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
38 lines (27 loc) · 917 Bytes
/
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
---
title: "NCGR Bioinformatics Workshops"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
# url: your book url like https://bookdown.org/yihui/bookdown
# cover-image: path to the social sharing image like images/cover.jpg
description: |
This is the material offered by NCGR in collaboration
with NM-INBRE.
link-citations: yes
github-repo: ncgr/INBRE-Bookdown
---
# License and Copyright{-}
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0
https://creativecommons.org/licenses/by-nc-nd/4.0/
© 2023 National Center for Genome Resources
<br>
![](./Figures/INBRE_Logo_Grad_transparent-2019.png){width=20%}
<br>
![](./Figures/ncgr.png){width=30%}
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```