forked from BERD-NFDI/BERD-reproducible-research-course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
59 lines (51 loc) · 1.25 KB
/
_quarto.yml
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
project:
type: book
book:
title: "BERD Course Booklet: Make Your Research Reproducible"
author: "Heidi Seibold"
chapters:
- part: index.qmd
chapters:
- intro.qmd
- part: 1-reproducible-research.qmd
chapters:
- 1-1-what-is-reproducible-research.qmd
- 1-2-hurdles.qmd
- 1-3-fair.qmd
- 1-4-team-work.qmd
- part: 2-project-organization.qmd
chapters:
- 2-1-naming.qmd
- 2-2-organisation.qmd
- 2-3-documentation.qmd
- part: 3-computational-workflows.qmd
chapters:
- 3-1-pipeline.qmd
- 3-2-version-control.qmd
- 3-3-stabilize.qmd
- 3-4-automate.qmd
- part: 4-publishing-research.qmd
chapters:
- 4-1-licensing.qmd
- 4-2-where-to-publish.qmd
- 4-3-fair-revisited.qmd
- part: summary.qmd
chapters:
- license.qmd
navbar:
background: white
logo: images/Logo_BERD_Academy.png
page-footer:
center:
- text: "License"
href: license.qmd
- text: "Booklet source"
href: https://github.com/BERD-NFDI/BERD-reproducible-research-course
- text: "Impressum"
href: impressum.qmd
bibliography: references.bib
format:
html:
theme: flatly
number-depth: 2
highlight-style: breeze #needed for nice makefile highlighting