graph TB
%% Root
Home[π Home Page
barbhs.com]
%% Main Navigation
Home --> StartHere[π§ Start Here]
Home --> Writing[βοΈ Writing Hub]
Home --> Projects[π Projects]
Home --> Journey[πΆ My Journey]
Home --> Resources[π Resources]
Home --> Contact[π§ Contact]
%% Writing Hub breakdown
Writing --> Thinking[π Essays & Perspectives]
Writing --> DataStories[π Data Narratives]
Writing --> Blog[π Notes & Experiments]
%% Projects Collection (8 items)
Projects --> PROJ1[Self-Hosted Workout
Intelligence]
Projects --> PROJ2[Multi-Provider AI Chat
Convoscope]
Projects --> PROJ3[Beehive Analytics Platform]
Projects --> PROJ4[ChronoScope:
Timeline Builder]
Projects --> PROJ5[Digital Memory Chest]
Projects --> PROJ6[CareerCraft:
Job Assistant]
Projects --> PROJ7[Midjourney Image Tracker]
Projects --> PROJ8[Poolula: RAG BI Platform]
%% Thinking Collection (4 essays)
Thinking --> THINK1[Vision, Perception &
Data Viz]
Thinking --> THINK2[Bees, Graphs &
Governance]
Thinking --> THINK3[Chunking is All
You Need]
Thinking --> THINK4[RAG Without
the Theater]
%% Data Stories (4 stories)
DataStories --> DS1[Hive Photo
Metadata Tracker]
DataStories --> DS2[Exercise Dashboard:
The Choco Effect]
DataStories --> DS3[Knowledge Cartography]
DataStories --> DS4[Timeline Builder]
%% Resources Collection (7 items)
Resources --> RES1[Color Contrast Checklist]
Resources --> RES2[Git Workflow Guide]
Resources --> RES3[Question Encoding
Cribsheet]
Resources --> RES4[Schema.org for Builders]
Resources --> RES5[Schema.org for Humans]
Resources --> RES6[Understanding Schema]
Resources --> RES7[Small Multiples Template]
%% Blog Posts (18 posts total)
Blog --> BlogSeries[π Series 11 posts]
Blog --> BlogIndividual[π Individual 7 posts]
BlogSeries --> WebSeries[Website Building
4 posts]
BlogSeries --> SensorSeries[Sensor Fleet
7 posts]
BlogIndividual --> Post1[Getting Started AWS CLI]
BlogIndividual --> Post2[Metadata Matters]
BlogIndividual --> Post3[Taming Mermaid Diagrams]
BlogIndividual --> Post4[Poetry for Python]
BlogIndividual --> Post5[AWS CCP Certification]
BlogIndividual --> Post6[3D Printing Exploration]
BlogIndividual --> Post7[Stock Ticker Webapp]
%% Footer/Secondary Navigation
Home -.-> Portfolio[ποΈ Portfolio
Legacy 6 items]
Home -.-> Experience[πΌ Experience]
Home -.-> Research[π¬ Research]
Home -.-> Gallery[π¨ Gallery]
%% Portfolio items
Portfolio -.-> PF1[Build Your Webpage]
Portfolio -.-> PF2[Sensor Fleet IoT]
Portfolio -.-> PF3[Citation Networks]
Portfolio -.-> PF4[Job Assistant]
Portfolio -.-> PF5[Workout Analytics]
Portfolio -.-> PF6[CodeConvo Interface]
%% Clickable Links
click Home "https://barbhs.com" "Visit Home" _blank
click StartHere "https://barbhs.com/start-here/" "Start Here" _blank
click Writing "https://barbhs.com/writing/" "Writing Hub" _blank
click Projects "https://barbhs.com/projects/" "Projects" _blank
click Journey "https://barbhs.com/my-journey/" "My Journey" _blank
click Resources "https://barbhs.com/resources/" "Resources" _blank
click Contact "https://barbhs.com/contact/" "Contact" _blank
click Thinking "https://barbhs.com/thinking/" "Essays" _blank
click DataStories "https://barbhs.com/data-stories/" "Data Stories" _blank
click Blog "https://barbhs.com/blog/" "Blog" _blank
click Portfolio "https://barbhs.com/portfolio/" "Portfolio" _blank
click PROJ1 "https://barbhs.com/projects/fitness-dashboard/" "Workout Intelligence" _blank
click PROJ2 "https://barbhs.com/projects/convoscope/" "Convoscope" _blank
click PROJ3 "https://barbhs.com/projects/beehive-tracker/" "Beehive Platform" _blank
click PROJ4 "https://barbhs.com/projects/chronoscope/" "ChronoScope" _blank
click PROJ5 "https://barbhs.com/projects/digital-memory-chest/" "Memory Chest" _blank
click PROJ6 "https://barbhs.com/projects/careercraft/" "CareerCraft" _blank
click PROJ7 "https://barbhs.com/projects/midjourney-tracker/" "Midjourney Tracker" _blank
click PROJ8 "https://barbhs.com/projects/poolula/" "Poolula Platform" _blank
click DS1 "https://barbhs.com/data-stories/hive-photo-metadata-tracker/" "Hive Tracker" _blank
click DS2 "https://barbhs.com/data-stories/exercise-dashboard/" "Choco Effect" _blank
click DS3 "https://barbhs.com/data-stories/citation-link-prediction/" "Knowledge Cartography" _blank
click DS4 "https://barbhs.com/data-stories/converting-textual-to-visual-timeline/" "Timeline Builder" _blank
click THINK1 "https://barbhs.com/thinking/vision-perception-data-viz-decisions/" "Vision & Data Viz" _blank
click THINK2 "https://barbhs.com/thinking/bees-graphs-governance/" "Bees & Graphs" _blank
click THINK3 "https://barbhs.com/thinking/chunking-is-all-you-need/" "Chunking" _blank
click THINK4 "https://barbhs.com/thinking/rag-without-the-theater/" "RAG Patterns" _blank
%% Styling
classDef primary fill:#e1f5fe,stroke:#0277bd,stroke-width:2px;
classDef contentHub fill:#f0f4ff,stroke:#4f46e5,stroke-width:2px;
classDef collection fill:#e1f5ff,stroke:#0077b6,stroke-width:2px;
classDef sectionBased fill:#f3e5f5,stroke:#6a1b9a,stroke-width:2px,stroke-dasharray:3 3;
classDef legacy fill:#fff3cd,stroke:#856404,stroke-width:1.5px,stroke-dasharray:5 5;
classDef pinned fill:#d1e7dd,stroke:#0a3622,stroke-width:1.5px;
classDef post fill:#fefcbf,stroke:#b7791f,stroke-width:1px;
class StartHere,Writing,Projects,Journey,Resources,Contact primary;
class Thinking,Blog contentHub;
class DataStories,DS1,DS2,DS3,DS4 sectionBased;
class Portfolio,PF1,PF2,PF3,PF4,PF5,PF6,Experience,Research,Gallery legacy;
class THINK1,THINK2,THINK3,THINK4 pinned;
class Post1,Post2,Post3,Post4,Post5,Post6,Post7,WebSeries,SensorSeries post;