-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
65 lines (49 loc) · 2.78 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
title: "Best Practices in Research Data Management"
author: "Hauke Sonnenberg, Michael Rustler & Christoph Sprenger"
date: "`r Sys.time()`"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [references.bib]
biblio-style: apalike
link-citations: yes
github-repo: kwb-r/fakin.doc
url: 'https\://kwb-r.github.io/fakin.doc'
description: "FAKIN Best Practices"
cover-image: images/cover.png
always_allow_html: yes
---
```{r include=FALSE}
source("R/add_text.R")
if (! require("knitcitations")) {
install.packages("knitcitations")
}
# add manual bibtex for non DOI sources
manual <- knitcitations::read.bibtex(file = "manual.bib", .Encoding = "UTF-8")
library(knitcitations)
knitcitations::cleanbib()
options("citation_format" = "pandoc")
```
# Preface {-#index}
> "These days, data trails are often a morass of separate data and results and
code files in which no one knows which results were derived from which raw data
using which code files."
>
> --- [Professor Charles Randy Gallistel, Rutgers University](https://elifesciences.org/labs/7dbeb390/reproducible-document-stack-supporting-the-next-generation-research-article)
```{r fig.align='center', out.width = "400px", echo=FALSE, include=grepl('html', knitr:::pandoc_to()), fig.link='http://www.kompetenz-wasser.de/en/project/fakin-research-data-management/'}
knitr::include_graphics('images/cover.png', dpi = NA)
```
```{r fig.align='center', echo=FALSE, fig.width = 5, fig.height = 5, include=grepl('latex|docx', knitr:::pandoc_to()), fig.link='http://www.kompetenz-wasser.de/en/project/fakin-research-data-management/'}
knitr::include_graphics('images/cover.png', dpi = NA)
```
This document is the outcome of the KWB project [FAKIN](http://www.kompetenz-wasser.de/en/project/fakin-research-data-management)
(Forschungsdatenmanagement an kleinen Instituten = research data management at small institutes).
funded by [BMBF](https://bmbf.de) within the call ["Research of the Management of Research Data
Within Their Life Cycle at Universities and Independant Research Institutes"](https://www.bildung-forschung.digital/de/vorstellung-21-foerderprojekte-zum-forschungsdatenmanagement-2332.html).
`r if(!grepl('html', knitr:::pandoc_to())) 'This document is assumed to be a
"living" document. We highly appreciate any comments and suggestions for improvements.
What are your experiences with research data managment tasks? Can you provide
solutions for specific tasks?'`
The online version of this report is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).
[![Creative Commons License](images/by-nc-sa.png)](http://creativecommons.org/licenses/by-nc-sa/4.0/)