About page, How to Use page, and Interactive Explorer with search#65
Merged
rdhyee merged 2 commits intoisamplesorg:mainfrom Mar 19, 2026
Merged
About page, How to Use page, and Interactive Explorer with search#65rdhyee merged 2 commits intoisamplesorg:mainfrom
rdhyee merged 2 commits intoisamplesorg:mainfrom
Conversation
About (isamplesorg#61): - Restructured into wireframe sections: Objectives, Technical Perspective (collapsible), Team with PIs + Contributors (collapsible), Photo Gallery, Background & History - Merged content from about.qmd and people.qmd into single cohesive page How to Use (isamplesorg#62): - New getting-started page with Quick Start steps, data overview table, tech requirements, developer links, and data files inventory - Added to navbar and sidebar Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Explorer consolidation (isamplesorg#59): - Renamed from "Progressive Globe" to "Interactive Explorer" - Added search bar: search samples by label, results fly to location - Search results show in side panel with source links - Click a search result to fly to its coordinates - Sidebar hidden for full-width explorer experience - Preserved "How It Works" as collapsible callout - All existing features intact (source filtering, zoom levels, sample cards, share URLs) Note: Material and sampled-feature filtering requires denormalized columns in the parquet files (tracked in pqg#20). Source filtering already works via checkboxes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements the remaining three wireframe issues:
About page restructure (#61)
about.qmdandpeople.qmdinto cohesive single pageHow to Use page (#62)
Interactive Explorer consolidation (#59)
Note: Material/sampled-feature filtering requires denormalized parquet columns (pqg#20). Source filtering already works.
Test plan
Closes #59, #61, #62
🤖 Generated with Claude Code