-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
55 lines (46 loc) · 1.6 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
---
title: "NYU Research Data Management Class Materials"
author: "Vicky Steeves and Nick Wolf"
date: "`r Sys.Date()`"
description: "Open educational resources for learning data management best practices"
site: bookdown::bookdown_site
colorlinks: yes
documentclass: book
always_allow_html: yes
output:
bookdown::gitbook:
css: [style.css]
config:
toc:
before: |
<p>RDM Class Materials</p>
<p>NYU Data Services</p>
after: |
<p><a href="https://gitlab.com/RLesur/bookdown-gitlab-pages" target="blank">Published with bookdown & GitLab</a></p>
<p>Original content is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
<p>Any questions, contact: <a href="mailto:[email protected]">[email protected]</a></p>
edit: https://gitlab.com/nyu-dataservices/rdm-instruction/edit/master/%s
search: yes
download: ["pdf", "epub"]
sharing: null
bookdown::pdf_book:
latex_engine: xelatex
bookdown::epub_book: default
---
# Welcome {-}
Give some introduction to this book.
# Task list {-}
Checklist for Nick:
- [ ] [Managing a research archive](01-mgmt-rsrch-archive.Rmd)
- [ ] [OpenRefine](02-openrefine.Rmd)
- [ ] [ABBYY](03-abbyy.Rmd)
- [ ] [Jupyter Notebooks](04-jupyter.Rmd)
Checklist for Vicky:
- [ ] [Intro RDM](00-intro-rdm.Rmd)
- [ ] [Git/GH](05-git.Rmd)
- [ ] [Intro OSF](06-osf.Rmd)
- [ ] [Intro DMP](07-dmp.Rmd)
# Install Dependencies {-}
```{r install_dep}
# add any dependencies we come across
```