diff --git a/content/_index.md b/content/_index.md
index b2badef..df358bf 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -74,9 +74,6 @@ flowchart TD
Serverless --> WebApps
Serverless --> DataSci
- %% Concept Annotations
- Transform -.->|"Join Spatial & Tabular"| Parquet
-
click Parquet "https://github.com/apache/parquet-format" _blank
click FlatGeoBuf "https://flatgeobuf.org" _blank
click PMTiles "https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec.md" _blank
diff --git a/content/docs/dissemination/_index.md b/content/docs/dissemination/_index.md
index e8d219d..25bf812 100644
--- a/content/docs/dissemination/_index.md
+++ b/content/docs/dissemination/_index.md
@@ -19,35 +19,29 @@ Once data products reach a production-ready state, the workflow is as follows:
```mermaid
flowchart TD
- Sources[Open Data Sources
Statistics Canada and Others]
+ Sources[Open Data Sources]
Notebook[Jupyter Notebooks]
- DuckDB[DuckDB]
- QGIS[QGIS]
- Artifacts[Analysis-Ready Data
Parquet and GeoParquet]
-
- Distribution[Decentralized Distribution]
+ Artifacts[Analysis-Ready Data]
Portal[Static Data Portal]
+ Distribution[Decentralized Distribution]
+
Zenodo[Long-Term Archive]
Torrent[Peer Distribution]
- Users[Researchers and Developers]
+ Users[Researchers, Developers, Systems]
Sources --> Notebook
- Notebook --> DuckDB
- DuckDB --> QGIS
- QGIS --> Artifacts
+ Notebook --> Artifacts
+ Artifacts --> Portal
+ Portal --> Distribution
- Artifacts --> Distribution
-
- Distribution --> Portal
Distribution --> Zenodo
Distribution --> Torrent
Portal --> Users
Zenodo --> Users
Torrent --> Users
-
```