From 4d9b349910550fa130e5b1556f9c6a91b1d56f76 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Sat, 21 Feb 2026 12:37:11 -0500 Subject: [PATCH] Simplify diagram further. The FAIR Data Catalogue can also be decentralized (and that is the goal), so this diagram is not 100% accurate. The ideal scenario is to have no single point of failure. --- content/docs/d4c-infra-distribution/_index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/docs/d4c-infra-distribution/_index.md b/content/docs/d4c-infra-distribution/_index.md index 4d38767..34b1786 100644 --- a/content/docs/d4c-infra-distribution/_index.md +++ b/content/docs/d4c-infra-distribution/_index.md @@ -15,13 +15,13 @@ We prioritize interoperability, long-term preservation, and decentralized resili flowchart TD classDef linkNode stroke:#0000EE,color:#0000EE,stroke-width:2px; subgraph mirrors [Mirrors & Preservation] - Metadata[FAIR Data Catalogue] SourceCoop[Source Cooperative] Tigris[Tigris] Community[Community] Zenodo[Zenodo] Cloudflare InternetArchive[Internet Archive] + Metadata[FAIR Data Catalogue] end Sources[Open Data Sources] @@ -61,8 +61,10 @@ flowchart TD mirrors a12@<--> Consumers a12@{animate: true, animation: slow} - Metadata a30@<--> P2P - a30@{animate: true, animation: fast} + + %% Hint, the FAIR Data Catalogue can also be decentralized 🤯 + %%Metadata a30@<--> P2P + %%a30@{animate: true, animation: fast} mirrors a9@<--> P2P a9@{animate: true, animation: fast}