forked from lmu-osc/FAIR-Data-Management
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
102 lines (93 loc) · 3.04 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
project:
type: website
website:
title: "FAIR Research Data Management Workshop"
page-navigation: false
page-footer:
center: "Developed for the LMU & MPG Open Science Summer School 2024, CC BY-SA 4.0"
reader-mode: false
repo-url: https://github.com/quarto-dev/quarto-demo
repo-actions: [issue]
issue-url: https://github.com/MPDL/FAIR-Data-Management/issues/new
navbar:
left:
- text: Course
menu:
- text: "Welcome"
href: index.qmd
- text: "1) Publication"
href: publication.qmd
- text: "2) Documentation"
href: documentation.qmd
- text: "3) Organization"
href: data-organisation.qmd
- text: "4) Data Management Plans"
href: dmp.qmd
- text: About
href: about.qmd
sidebar:
style: "floating"
search: true
contents:
- section: "Welcome"
href: index.qmd
contents:
- text: "Target audience"
href: index.qmd#who-is-this-workshop-for
- text: "Purpose"
href: index.qmd#what-is-the-purpose-of-this-workshop
- text: "Benefits"
href: index.html#benefits
- text: "Instructions"
href: index.html#how-to
- section: "1) Publication"
href: publication.qmd
contents:
- text: "Data Availability Statement"
href: publication.qmd#data-availability-statement
- text: "License"
href: publication.qmd#license
- text: "Persistent identifier"
href: publication.qmd#persistent-identifier
- text: "Repository"
href: publication.qmd#repository
- section: "2) Documentation"
href: documentation.qmd
contents:
- text: "Metadata"
href: documentation.qmd#metadata
- text: "README file"
href: documentation.qmd#readme-file
- text: "Codebook"
href: documentation.qmd#codebook
- section: "3) Organization"
href: data-organisation.qmd
contents:
- text: "General notes"
href: data-organisation.qmd#general-notes
- text: "Folder structure"
href: data-organisation.qmd#folder-structure
- text: "File and folder names"
href: data-organisation.qmd#file-and-folder-names
- text: "File formats"
href: data-organisation.qmd#file-formats
- section: "4) Data Management Plans"
href: dmp.qmd
contents:
- text: "General information"
href: dmp.qmd#general-information
- text: "Components of a DMP"
href: dmp.qmd#components-of-a-dmp
- text: "Example"
href: dmp.qmd#example-data-storage-and-security
- text: "Why is a DMP helpful?"
href: dmp.qmd#why-is-a-dmp-helpful
- text: "RDMO"
href: dmp.qmd#dmp-tool-rdmo
format:
html:
theme:
- cosmo
css: styles.css
toc: true
editor: source