-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_quarto.yml
More file actions
101 lines (96 loc) · 3.07 KB
/
_quarto.yml
File metadata and controls
101 lines (96 loc) · 3.07 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
project:
type: website
output-dir: docs
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
- href: how-to-use.qmd
text: How to Use
- href: about.qmd
text: About
right:
- icon: github
href: https://github.com/isamplesorg
- icon: slack
href: https://isamples.slack.com/
sidebar:
style: "docked"
search: true
contents:
- href: index.qmd
text: Home
- href: tutorials/progressive_globe.qmd
text: Interactive Explorer
- section: "How to Use"
contents:
- href: how-to-use.qmd
text: Getting Started
- text: "Deep-Dive Analysis"
href: tutorials/zenodo_isamples_analysis.qmd
- text: "3D Globe Visualization"
href: tutorials/parquet_cesium_isamples_wide.qmd
- text: "Search Explorer"
href: tutorials/isamples_explorer.qmd
- text: "Technical: Narrow vs Wide"
href: tutorials/narrow_vs_wide_performance.qmd
- section: "About"
contents:
- href: about.qmd
text: About iSamples
- href: people.qmd
text: Contributors
- section: "Information Architecture"
contents:
- design/index.qmd
- design/requirements.md
- text: Metadata Model
href: "https://isamplesorg.github.io/metadata/"
- models/index.qmd
- section: "Published Research"
contents:
- text: Publications
href: pubs.qmd
- text: 2020 SPNHC conference talk (video)
href: https://youtu.be/eRUw5NMksFo?t=105
- text: iSamples metadata model talk (slides, PDF)
href: assets/2022-11_iSamplesMetadata.pdf
- section: "Resources"
contents:
- text: Zenodo community
href: https://zenodo.org/communities/isamples
- icon: github
text: Github repositories
href: "https://github.com/isamplesorg/"
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
theme: cosmo
css: styles.css
#filters:
# - pandoc-plantuml
# comment out for testing