-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathindex.qmd
More file actions
15 lines (12 loc) · 797 Bytes
/
index.qmd
File metadata and controls
15 lines (12 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Preface {-}
This book contains a collection of examples and resources related to mobilizing marine biological data to the
[Darwin Core standard](https://dwc.tdwg.org/) for sharing though [OBIS](https://obis.org/). This book has been developed
by the Standardizing Marine Biological Data Working Group (SMBD). The working group is an open community of practitioners,
experts, and scientists looking to learn and educate the community on standardizing and sharing marine biological data.
If you would like to join the SMBD or learn more, checkout this [README](https://github.com/ioos/bio_data_guide/blob/main/README.md).
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'),
'refs/packages.bib')
```