From e82b1acd9673e2cfb51759e7ed86e65d401c9bf4 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Sun, 25 Jan 2026 19:54:22 -0500 Subject: [PATCH] Added more content --- content/docs/_index.md | 6 +++++- content/docs/dissemination/_index.md | 15 +++++++++++++++ content/docs/processes/_index.md | 7 +++++++ hugo.yaml | 4 +++- 4 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 content/docs/dissemination/_index.md diff --git a/content/docs/_index.md b/content/docs/_index.md index 2285f18..4e63b9b 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -1,4 +1,8 @@ --- -toc: true +toc: false comments: false --- + +Welcome to the documentation for the Data for Canada project. + +Look through https://github.com/orgs/dataforcanada/repositories to see ongoing work being done in this project. \ No newline at end of file diff --git a/content/docs/dissemination/_index.md b/content/docs/dissemination/_index.md new file mode 100644 index 0000000..5e7f3b6 --- /dev/null +++ b/content/docs/dissemination/_index.md @@ -0,0 +1,15 @@ +--- +title: "Data Dissemination Strategy" +toc: true +weight: 3 +--- + +Our dissemination strategy prioritizes interoperability, long-term preservation, and decentralized resilience. + +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. + * 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. \ No newline at end of file diff --git a/content/docs/processes/_index.md b/content/docs/processes/_index.md index e69de29..7c0dcf2 100644 --- a/content/docs/processes/_index.md +++ b/content/docs/processes/_index.md @@ -0,0 +1,7 @@ +--- +title: "Processes" +toc: true +weight: 2 +--- + +For the moment, this project only has two processes, both of which are still in development. \ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml index 2837a1a..1243629 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -56,6 +56,8 @@ menu: icon: github params: + displayUpdatedDate: true + externalLinkDectoration: true navbar: displayTitle: true @@ -68,7 +70,7 @@ params: page: # full (100%), wide (90rem), normal (1280px) - width: wide + width: full footer: displayCopyright: True