Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
/ data-fairy Public archive

The guidelines to help you to manage your antarctic biodiversity data

Notifications You must be signed in to change notification settings

ymgan/data-fairy

Repository files navigation

Data-FAIRy

Please note that this is still under active development.

The FAIRy you summon to do your data laundry!

Why do we create Data-FAIRy?

We have been cleaning a lot of biological datasets from various expeditions to make the data Findable Accesible Interoperable Reusable (FAIR). We found out that many researchers run into problem in how to manage their data and eventually wasting significant amount of time just to look for information within the sea of data. On the other hand, data managers also feel challenged cleaning out data that is not well structured and difficult to understand.

So we decided to compile our experiences into Data-FAIRy to help both researchers and data managers gain time by learning from each others.

How to build this book locally

This material has been written using bookdown and R. The dependencies of this project is managed using renv.

To build the book locally, clone the repo.

If dependencies are not automatically installed by renv when you open data-fairy.Rproj, try the following command.

renv::restore()

then run the following lines to build the book:

library(here)
setwd(here())  # set working directory to project root directory 
bookdown::render_book("index.Rmd")

And view it with:

browseURL("docs/index.html")

License

Creative Commons Attribution 4.0 International License

About

The guidelines to help you to manage your antarctic biodiversity data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published