forked from thefaylab/lab-manual
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
43 lines (36 loc) · 1.35 KB
/
Copy path_quarto.yml
File metadata and controls
43 lines (36 loc) · 1.35 KB
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
project:
type: book
output-dir: _book
book:
title: "TNW RDM 101"
author: "Esther Plomp, Paula Martinez-Lavanchy, Pim van Schöll, Eirini Zormpa"
date: last-modified
description: "TNW RDM 101 course"
page-footer:
left: |
<a href="https://www.tudelft.nl/en/library/research-data-management/r/training-events/training-for-researchers/research-data-management-101">adapted from RDM101</a>
right: |
This book was built with <a href="https://quarto.org/">Quarto</a> & <a href="https://thefaylab.github.io/lab-manual/">the Faylab template</a>.
site-url: https://estherplomp.github.io/TNW-RDM-101/
repo-url: https://github.com/EstherPlomp/TNW-RDM-101/
repo-actions: [edit,issue]
chapters:
- index.qmd
- 01-Introduction.qmd
- 02-Importance-of-RDM.qmd
- 03-Assignment-GitHub-1.qmd
- 04-Class-1.qmd
- 05-Essentials-for-Research-Data.qmd
- 06-Assignment-Data-Flow-Map-1.qmd
- 07-FAIR-principles.qmd
- 08-Realising-FAIR-Organisation.qmd
- 09-Realising-FAIR-Documentation.qmd
- 10-Realising-FAIR-Publication.qmd
- 11-Assignment-Data-Flow-Map-2.qmd
- 12-Plan-for-RDM.qmd
- 13-Assignment-DMP.qmd
- 14-Assignment-Data-Flow-Map-3.qmd
- 15-Class-2.qmd
- 16-Wrap-up.qmd
# not sure what the following line does; those files are present
bibliography: [references.bib, book.bib]