-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_quarto.yml
More file actions
141 lines (136 loc) · 4.26 KB
/
_quarto.yml
File metadata and controls
141 lines (136 loc) · 4.26 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
project:
type: website
output-dir: docs
resources:
- assets/js/source-palette.js
website:
title: "iSamples"
favicon: assets/isamplesfavicon.ico
navbar:
logo: assets/isampleslogopetal.png
left:
- href: index.qmd
text: Home
- href: tutorials/progressive_globe.qmd
text: Interactive Explorer
- text: How to Use
menu:
- text: Overview
href: how-to-use.qmd
- text: Search Explorer
href: tutorials/isamples_explorer.qmd
- text: Deep-Dive Analysis
href: tutorials/zenodo_isamples_analysis.qmd
- text: About
menu:
- text: Objectives
href: about.qmd
- text: PIs and Contributors
href: "about.qmd#team"
- text: Photo Gallery
href: "about.qmd#photo-gallery"
- text: "Background & History"
href: "about.qmd#background-history"
- text: "Architecture & Vocabularies"
menu:
- text: Overview
href: design/index.qmd
- text: Requirements
href: design/requirements.md
- text: Metadata Model
href: "https://isamples.org/metadata/"
- text: Vocabularies
href: models/index.qmd
- text: "Technical: Narrow vs Wide"
href: tutorials/narrow_vs_wide_performance.qmd
- text: "Research & Resources"
menu:
- text: "Publications & Conferences"
href: pubs.qmd
- text: Zenodo Community
href: "pubs.qmd#zenodo-community"
- text: Github Repositories
href: "pubs.qmd#github-repositories"
right:
- icon: github
href: https://github.com/isamplesorg
- icon: slack
href: https://isamples.slack.com/
sidebar:
- id: how-to-use
title: "How to Use"
style: "docked"
search: true
contents:
- href: how-to-use.qmd
text: Overview
- text: "Search Explorer"
href: tutorials/isamples_explorer.qmd
- text: "Deep-Dive Analysis"
href: tutorials/zenodo_isamples_analysis.qmd
- id: about
title: "About"
style: "docked"
search: true
contents:
- href: about.qmd
text: Objectives
- text: "PIs and Contributors"
href: "about.qmd#team"
- text: "Photo Gallery"
href: "about.qmd#photo-gallery"
- text: "Background & History"
href: "about.qmd#background-history"
- id: architecture
title: "Architecture & Vocabularies"
style: "docked"
search: true
contents:
- href: design/index.qmd
text: Overview
- href: design/requirements.md
text: Requirements
- text: Schema
href: "https://isamples.org/metadata/"
- href: models/index.qmd
text: Vocabularies
- text: "Technical: Narrow vs Wide"
href: tutorials/narrow_vs_wide_performance.qmd
- id: research
title: "Research & Resources"
style: "docked"
search: true
contents:
- text: Publications & Conferences
href: pubs.qmd
- text: Zenodo Community
href: "pubs.qmd#zenodo-community"
- text: Github Repositories
href: "pubs.qmd#github-repositories"
repo-url: https://github.com/isamplesorg/isamplesorg.github.io
repo-actions: [edit, issue]
page-footer:
left: >
© Copyright 2020-2026, iSamples Project. Based on work
under National Science Foundation (NSF) Grant Numbers
[2004839](https://nsf.gov/awardsearch/showAward?AWD_ID=2004839),
[2004562](https://nsf.gov/awardsearch/showAward?AWD_ID=2004562),
[2004642](https://nsf.gov/awardsearch/showAward?AWD_ID=2004642), and
[2004815](https://nsf.gov/awardsearch/showAward?AWD_ID=2004815).
right: >
Opinions, findings, and conclusions or recommendations expressed in
this material are those of the authors and do not necessarily reflect
the views of the [NSF](https://nsf.gov/).
format:
html:
toc: true
toc-depth: 4
number-sections: true
anchor-sections: false
number-depth: 8
lightbox: true
theme: cosmo
css: styles.css
#filters:
# - pandoc-plantuml
# comment out for testing