-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
80 lines (77 loc) · 1.97 KB
/
_quarto.yml
File metadata and controls
80 lines (77 loc) · 1.97 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
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
project:
type: book
book:
title: "ON LiMiT Data Management Plan"
site-url: "https://dmp.onlimit.org/"
repo-url: "https://github.com/onlimit-study/dmp"
author:
- name: "Kristiane Beicher"
affiliation: "Steno Diabetes Center Aarhus"
orcid: "0000-0001-7556-9566"
- name: "Daniel Ibsen"
affiliation: "Steno Diabetes Center Aarhus"
orcid: "0000-0002-7038-4770"
- name: "Luke Johnston"
affiliation: "Steno Diabetes Center Aarhus"
orcid: "0000-0003-4169-2616"
repo-branch: main
repo-actions: [issue, edit, source]
favicon: _extensions/onlimit-study/onlimit-theme/favicon/favicon.ico
navbar:
background: white
logo: _extensions/onlimit-study/onlimit-theme/images/logo.png
logo-alt: "ON LiMiT logo, with apple in the O and a person running under the LIMIT text."
title: false
pinned: true
search:
location: navbar
type: textbox
downloads: [pdf]
chapters:
- index.qmd
- part: "Sections"
chapters:
- sections/sources.qmd
- sections/collection.qmd
- sections/metadata.qmd
- sections/ethics.qmd
- sections/storage.qmd
- sections/selection.qmd
- sections/sharing.qmd
- sections/responsibilities.qmd
appendices:
- CONTRIBUTING.md
- CHANGELOG.md
tools:
- icon: github
href: "https://github.com/onlimit-study/dmp"
aria-label: "GitHub icon: Source repository"
page-footer:
center:
- text: "Licensed under CC BY 4.0"
href: "LICENSE.md"
format:
onlimit-theme-html:
theme:
- brand
pdf:
include-in-header:
text: |
\usepackage{scrlayer-scrpage}
\pagestyle{scrheadings}
\clearpairofpagestyles
\rohead*{\today}
\cofoot*{\pagemark}
\rofoot*{CC-BY 4.0}
from: markdown+emoji
fontsize: 11pt
papersize: a4
geometry:
- top=2.5cm
- bottom=2.5cm
- left=2.5cm
- right=2.5cm
editor:
markdown:
wrap: 72
canonical: true