From 5d52d766e134624f04a8cbd58d884c75d365b287 Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Fri, 17 Apr 2026 11:16:09 -0700 Subject: [PATCH] Remove duplicate How It Works callout The page had two identical-title callout-note blocks: an abridged 4-item version right after the frontmatter (added early, orphaned) and a fuller 5-item version just before the globe layout. Keeping the fuller one which is positioned correctly above the search bar and includes the Search entry. Co-Authored-By: Claude Opus 4.7 --- tutorials/progressive_globe.qmd | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tutorials/progressive_globe.qmd b/tutorials/progressive_globe.qmd index 47472e6..d0b0e83 100644 --- a/tutorials/progressive_globe.qmd +++ b/tutorials/progressive_globe.qmd @@ -16,17 +16,6 @@ format: --- -::: {.callout-note collapse="true"} -## How It Works - -1. **Instant** (<1s): Pre-aggregated H3 res4 summary (580 KB) → 38K colored circles -2. **Zoom in**: Automatically switches to res6 (112K) then res8 (176K) clusters -3. **Zoom deeper** (<120 km): Individual sample points from 60 MB lite parquet -4. **Click**: Cluster info or individual sample card with full metadata - -Circle size = log(sample count). Color = dominant data source. -::: -