-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.Rmd
41 lines (33 loc) · 1.38 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
---
title: "Bioconductor Working Groups: Guidelines and activities"
author:
- Kevin Rue-Albrecht
- Stephanie Hicks
- Lori Shepherd
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
description: "This is a minimal example of using the bookdown package to write a book. The output format for this example is bookdown::gitbook."
---
# Welcome {-}
## Bioconductor Working Groups and Committees {.unnumbered}
```{r, fig.align='center', echo=FALSE, out.height="200px"}
knitr::include_graphics("https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/Bioconductor/Bioconductor.png")
```
This website is designed to list and define the guidelines for
[_Bioconductor_](https://bioconductor.org/) Working Groups and
Committees. Working groups have specific short term goals / deliverables they
work toward and then disband. Committees have long-term standing to provide
strategic guidance or continued support and structure.
## Contribute {.unnumbered}
This book is open-source and hosted at <https://github.com/Bioconductor/BiocWorkingGroups>.
Contributions are welcome and encouraged in the form of forks and pull requests.
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```