Skip to content

Commit f647cfc

Browse files
rdhyeeclaude
andauthored
Restructure How to Use menu; archive 3D Globe Visualization (#116)
The five-item How to Use menu had drifted — 3D Globe Visualization heavily overlapped with the Interactive Explorer (the hero), and Narrow-vs-Wide Performance is a developer/technical doc that doesn't belong in a user-facing "how to use" menu. Changes: - How to Use menu (navbar + sidebar) collapses to: Overview, Search Explorer, Deep-Dive Analysis. - Narrow-vs-Wide moves to the Architecture & Vocabularies menu where it fits with other technical material. - parquet_cesium_isamples_wide.qmd moves to tutorials/archive/ since progressive_globe.qmd (Interactive Explorer) subsumes it. - Cross-references across the site updated to reflect the new layout. - how-to-use.qmd "For Developers" section now highlights Search Explorer alongside Deep-Dive. - Schema link in Architecture menu uses the canonical isamples.org host rather than the github.io mirror. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 6cde7f7 commit f647cfc

6 files changed

Lines changed: 17 additions & 21 deletions

File tree

_quarto.yml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,10 @@ website:
1818
menu:
1919
- text: Overview
2020
href: how-to-use.qmd
21-
- text: Deep-Dive Analysis
22-
href: tutorials/zenodo_isamples_analysis.qmd
23-
- text: 3D Globe Visualization
24-
href: tutorials/parquet_cesium_isamples_wide.qmd
2521
- text: Search Explorer
2622
href: tutorials/isamples_explorer.qmd
27-
- text: "Technical: Narrow vs Wide"
28-
href: tutorials/narrow_vs_wide_performance.qmd
23+
- text: Deep-Dive Analysis
24+
href: tutorials/zenodo_isamples_analysis.qmd
2925
- text: About
3026
menu:
3127
- text: Objectives
@@ -43,9 +39,11 @@ website:
4339
- text: Requirements
4440
href: design/requirements.md
4541
- text: Metadata Model
46-
href: "https://isamplesorg.github.io/metadata/"
42+
href: "https://isamples.org/metadata/"
4743
- text: Vocabularies
4844
href: models/index.qmd
45+
- text: "Technical: Narrow vs Wide"
46+
href: tutorials/narrow_vs_wide_performance.qmd
4947
- text: "Research & Resources"
5048
menu:
5149
- text: "Publications & Conferences"
@@ -67,14 +65,10 @@ website:
6765
contents:
6866
- href: how-to-use.qmd
6967
text: Overview
70-
- text: "Deep-Dive Analysis"
71-
href: tutorials/zenodo_isamples_analysis.qmd
72-
- text: "3D Globe Visualization"
73-
href: tutorials/parquet_cesium_isamples_wide.qmd
7468
- text: "Search Explorer"
7569
href: tutorials/isamples_explorer.qmd
76-
- text: "Technical: Narrow vs Wide"
77-
href: tutorials/narrow_vs_wide_performance.qmd
70+
- text: "Deep-Dive Analysis"
71+
href: tutorials/zenodo_isamples_analysis.qmd
7872
- id: about
7973
title: "About"
8074
style: "docked"
@@ -98,9 +92,11 @@ website:
9892
- href: design/requirements.md
9993
text: Requirements
10094
- text: Schema
101-
href: "https://isamplesorg.github.io/metadata/"
95+
href: "https://isamples.org/metadata/"
10296
- href: models/index.qmd
10397
text: Vocabularies
98+
- text: "Technical: Narrow vs Wide"
99+
href: tutorials/narrow_vs_wide_performance.qmd
104100
- id: research
105101
title: "Research & Resources"
106102
style: "docked"

how-to-use.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ Works in Chrome, Firefox, Edge, Safari, and Brave. No plugins, no downloads, no
3636

3737
All code is visible and foldable on tutorial pages. Want to build your own analysis?
3838

39-
- **[Tutorials](/tutorials/)**step-by-step guides from basic exploration to advanced analysis
39+
- **[Search Explorer](/tutorials/isamples_explorer.html)**faceted search across all 6.7M samples with cross-filtering
4040
- **[Deep-Dive Analysis](/tutorials/zenodo_isamples_analysis.html)** — statistical exploration with Observable Plot
41+
- **[Tutorials index](/tutorials/)** — step-by-step guides from basic exploration to advanced analysis
4142
- **[GitHub](https://github.com/isamplesorg/)** — all source code and data pipelines
4243
- **[Zenodo](https://zenodo.org/communities/isamples)** — archived datasets for reproducible research
4344

File renamed without changes.

tutorials/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ number-sections: false
88

99
| Tutorial | What You'll Learn |
1010
|----------|-------------------|
11-
| [**Interactive Explorer**](isamples_explorer.qmd) | Search and filter samples with faceted search, view results on a 3D globe |
11+
| [**Interactive Explorer**](/tutorials/progressive_globe.html) | Browse samples on a 3D globe with H3-clustered, zoom-adaptive rendering |
12+
| [**Search Explorer**](isamples_explorer.qmd) | Faceted search and filter across all 6.7M samples with cross-filtering |
1213
| [**Deep-Dive Analysis**](zenodo_isamples_analysis.qmd) | Comprehensive DuckDB-WASM analysis with Observable JS — charts, maps, statistics |
13-
| [**3D Globe Visualization**](parquet_cesium_isamples_wide.qmd) | Cesium-based progressive visualization with H3 spatial clustering |
1414
| [**Technical: Narrow vs Wide**](narrow_vs_wide_performance.qmd) | Schema comparison and performance benchmarks for the PQG data formats |
1515

1616
## What's in the Data? {.unnumbered}

tutorials/narrow_vs_wide_performance.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,6 @@ The wide format eliminates ~9M edge rows (60% file size reduction). The H3 varia
10681068

10691069
## See Also
10701070

1071-
- [Interactive Explorer](isamples_explorer.qmd) - Search and filter samples
1072-
- [3D Globe Visualization](parquet_cesium_isamples_wide.qmd) - Cesium-based visualization of all data
1071+
- [Interactive Explorer](/tutorials/progressive_globe.html) - Browse samples on a 3D globe
1072+
- [Search Explorer](isamples_explorer.qmd) - Faceted search and filter across all samples
10731073
- [Deep-Dive Analysis](zenodo_isamples_analysis.qmd) - Comprehensive DuckDB-WASM tutorial

tutorials/progressive_globe.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,5 @@ Pre-aggregated H3 hexagonal indices achieve near-instant globe rendering, with s
12331233

12341234
## See Also
12351235

1236-
- [Cesium Globe (All Points)](/tutorials/parquet_cesium_isamples_wide.html) — Full point-level rendering
1237-
- [Interactive Explorer](/tutorials/isamples_explorer.html) — Search and filter with facets
1236+
- [Search Explorer](/tutorials/isamples_explorer.html) — Faceted search and filter across all samples
12381237
- [Deep-Dive Analysis](/tutorials/zenodo_isamples_analysis.html) — DuckDB-WASM SQL tutorial

0 commit comments

Comments
 (0)