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

knitr::include_graphics('images/cover.png', dpi = NA)
knitr::include_graphics('images/cover.png', dpi = NA)

This document is the outcome of the KWB project FAKIN (Forschungsdatenmanagement an kleinen Instituten = research data management at small institutes). funded by BMBF within the call "Research of the Management of Research Data Within Their Life Cycle at Universities and Independant Research Institutes".

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.

Creative Commons License



KWB-R/fakin.doc documentation built on Sept. 27, 2019, 9:53 p.m.