From 47c9603f6a1e58f03286845cfb77093cbf01228c Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Mon, 27 Oct 2025 02:05:41 +0100 Subject: [PATCH] Move Recent Updates section after About intro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Better information flow: users first see what Substrate is (About), then see what's new (Recent Updates), then explore the data. Changes: - Recent Updates now appears immediately after About section - Data Directory moved after Recent Updates - Navigation links reordered to match: About → Updates → Data → Docs This provides clearer user journey: understand → discover updates → explore data 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 1a7162d..ae0938b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) ![GitHub Repo stars](https://img.shields.io/github/stars/danielmiessler/Substrate) -[About](#about) • [Data](#-data-directory) • [Updates](#-recent-updates) • [Docs](#-documentation) • [Contributing](#how-to-contribute) +[About](#about) • [Updates](#-recent-updates) • [Data](#-data-directory) • [Docs](#-documentation) • [Contributing](#how-to-contribute) @@ -41,29 +41,6 @@ The project combines conceptual frameworks (Problems, Solutions, Ideas, Plans, V --- -## 📊 Data Directory - -Substrate includes **5 authoritative datasets** with 1,700+ data points spanning 107 years (1918-2025): - -| Dataset | Coverage | Data Points | Source | -|---------|----------|-------------|--------| -| **US-GDP** | 1929-2025 | 96 years annual
314 quarters | FRED/BEA | -| **US-Inflation** | 1947-2025 | 945 months | FRED/BLS | -| **Bay Area COVID Wastewater** | 2022-2025 | 161 weeks | CDPH | -| **Pulitzer Prize Winners** | 1918-2024 | 249 winners | Wikidata | -| **Knowledge Worker Salaries** | Global | Multi-region | Research | - -**Data Quality:** -- ✅ Library science methodology with 8-dimension source evaluation -- ✅ Authoritative sources only (government agencies, verified databases) -- ✅ Complete documentation and methodology for each dataset -- ✅ TypeScript automation with quality assurance -- ✅ CSV, JSON, and Markdown formats - -**[→ Explore Data Directory](./Data/README.md)** - ---- - ## 🚀 Recent Updates > [!IMPORTANT] @@ -124,6 +101,29 @@ Substrate includes **5 authoritative datasets** with 1,700+ data points spanning --- +## 📊 Data Directory + +Substrate includes **5 authoritative datasets** with 1,700+ data points spanning 107 years (1918-2025): + +| Dataset | Coverage | Data Points | Source | +|---------|----------|-------------|--------| +| **US-GDP** | 1929-2025 | 96 years annual
314 quarters | FRED/BEA | +| **US-Inflation** | 1947-2025 | 945 months | FRED/BLS | +| **Bay Area COVID Wastewater** | 2022-2025 | 161 weeks | CDPH | +| **Pulitzer Prize Winners** | 1918-2024 | 249 winners | Wikidata | +| **Knowledge Worker Salaries** | Global | Multi-region | Research | + +**Data Quality:** +- ✅ Library science methodology with 8-dimension source evaluation +- ✅ Authoritative sources only (government agencies, verified databases) +- ✅ Complete documentation and methodology for each dataset +- ✅ TypeScript automation with quality assurance +- ✅ CSV, JSON, and Markdown formats + +**[→ Explore Data Directory](./Data/README.md)** + +--- + ## 📚 Documentation ### Getting Started