-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
95 lines (81 loc) · 2.88 KB
/
Copy path_quarto.yml
File metadata and controls
95 lines (81 loc) · 2.88 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
81
82
83
84
85
86
87
88
89
90
91
92
93
project:
type: website
output-dir: _site
execute:
freeze: true # true = never re-execute computational content during project render, needed for .qmd and .rmd since quarto
website:
title: "esipDMP: Primer on Best Practices and Tools for Data Management Planning"
site-url: https://esipfed.github.io/esipDMP/
repo-url: https://github.com/ESIPFed/esipDMP
issue-url: https://github.com/ESIPFed/esipDMP/issues/new/choose
repo-actions: [edit, source, issue]
repo-link-target: _blank
page-navigation: true
page-footer:
left: "Eart Sciences Information Partners (ESIP) Data Stewardship Committee (2025)."
center: "<span class='container'><strong>[Contact esipDMP Maintainers](mailto:esip-dmp-admins@esipfed.org){target='_blank'}</strong></span>"
right: "Built with [Quarto](https://quarto.org) and ♥."
sidebar:
title: "esipDMP Primer"
#logo: images/nasa-openscapes.png
pinned: true
align: center
tools:
- icon: globe
href: https://www.esipfed.org/
text: "ESIP website"
- icon: github
href: https://github.com/ESIPFed/esipDMP
text: "esipDMP repo"
- icon: envelope
href: mailto:esip-dmp-admins@esipfed.org
style: "docked"
search: true
collapse-level: 1
contents:
- section: "Introduction"
contents:
- href: index.qmd
text: "Welcome"
- href: sections/introduction/data_lifecycle.qmd
text: "Data Life Cycle"
- href: sections/introduction/how_to.qmd
text: "How to use this guide"
- href: sections/introduction/feedback.qmd
text: "Feedback"
- section: "DMP Content"
contents:
- href: sections/dmp_content/outputs.qmd
text: "Research Outputs"
- href: sections/dmp_content/standardization.qmd
text: "Standardization of Data and Metadata"
- href: sections/dmp_content/access.qmd
text: "Access to Research Outputs"
- href: sections/dmp_content/roles_responsibilities.qmd
text: "Roles and Responsibilities"
- section: "References"
contents:
- href: sections/references_resources/works_cited.qmd
text: "Works Cited"
- href: sections/references_resources/resources.qmd
text: "Resources and Tools"
- href: sections/references_resources/acronyms.qmd
text: "Acronyms"
format:
html:
email-obfuscation: javascript
theme:
light: [cosmo, assets/styles/theme.scss, assets/styles/custom_callouts.scss]
dark: [cosmo, assets/styles/theme-dark.scss, assets/styles/custom_callouts_dark.scss]
#css: assets/styles/styles.css
code-background: true
code-copy: true
highlight-style: github
linestretch: 1.25
fontsize: 14pt
toc: true
toc-location: left
toc-title: ""
toc-depth: 4
filters:
- quarto