From f3a42d34bc62f5dc25e4be9210a5197de20548b9 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Mon, 26 Jan 2026 09:51:58 -0500 Subject: [PATCH] Update error on dissemination strategy page --- content/docs/dissemination/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/dissemination/_index.md b/content/docs/dissemination/_index.md index 23a4983..e8d219d 100644 --- a/content/docs/dissemination/_index.md +++ b/content/docs/dissemination/_index.md @@ -9,7 +9,7 @@ Our dissemination strategy prioritizes interoperability, long-term preservation, Once data products reach a production-ready state, the workflow is as follows: * **Cloud-Native First:** Priority is given to highly performant, system-to-system file formats (e.g., [Geo]Parquet) to enable efficient bulk analysis. Support for specific desktop GIS clients (e.g., Esri products, QGIS) will follow. -* **Persistent Identification & Cataloging:** * Every dataset version will be assigned a DOI for citation and immutability. +* **Persistent Identification & Cataloging:** Every dataset version will be assigned a DOI for citation and immutability. * The endpoint `https://data-01.dataforcanada.org/processed/` will strictly serve the **latest** version of a dataset. * Global metadata will be aggregated into a single, queryable [STAC GeoParquet](https://stac-utils.github.io/stac-geoparquet/latest/spec/stac-geoparquet-spec/) file. This catalog will track all versions and DOIs, providing direct download links to [Zenodo](https://zenodo.org) which serves as the long-term data repository. * **Decentralized Distribution:** We will pilot BitTorrent to maximize infrastructure resilience. By leveraging HTTP Web Seeding (BEP 19), torrents will be seeded simultaneously by Zenodo, the Data for Canada infrastructure, and community peers, ensuring high availability without a single point of failure.