From fdc3aaea22242e60beb778952f3356adb0cf7eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Cipri=C3=A0?= Date: Tue, 21 Oct 2025 12:34:23 +0200 Subject: [PATCH 1/4] Update icons for Interoperability, Data Spaces, and Get Involved sections in roadmap --- docs/getting_started/roadmap.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting_started/roadmap.yaml b/docs/getting_started/roadmap.yaml index b41800d1..98e07617 100644 --- a/docs/getting_started/roadmap.yaml +++ b/docs/getting_started/roadmap.yaml @@ -1,10 +1,10 @@ - title: "[Nodes & Countries](nodes_countries.md)" icon: ":material-graph-outline:" - title: "[Interoperability](interoperability.md)" - icon: ":material-hub-outline:" + icon: ":octicons-arrow-switch-16:" - title: "[Data Spaces](data_spaces/index.md)" - icon: ":material-database-outline:" + icon: ":material-hub-outline:" - title: "[Get involved](./get_involved/index.md)" - icon: ":material-handshake:" + icon: ":material-account-plus:" - title: "[AI Services](../services/index.md)" icon: ":material-robot-outline:" From 04dd7fd10acf0607df63e462fa62f49da62b065a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Cipri=C3=A0?= Date: Tue, 21 Oct 2025 12:37:14 +0200 Subject: [PATCH 2/4] Add section for deploying a Minimum Viable Data Space on AWS --- docs/documentation/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/documentation/index.md b/docs/documentation/index.md index 47a18e51..b3cb688e 100644 --- a/docs/documentation/index.md +++ b/docs/documentation/index.md @@ -48,3 +48,17 @@ Reports and deployment guides of different components. [:octicons-arrow-right-24: Learn more](./data_federation/index.md) + +## Deploying a Minimum Viable Data Space + +
+ +- :material-rocket-launch-outline:{ .lg .middle } __MV Data Space__ + + --- + + Step-by-step instructions for deploying a Minimum Viable Data Space (MVDS) on AWS. + + [:octicons-arrow-right-24: Learn more](./mv_data_space/index.md) + +
\ No newline at end of file From 87b6a785138549014e1036e320a87397be4d746e Mon Sep 17 00:00:00 2001 From: silviasdfg <16259878+silviasdfg@users.noreply.github.com> Date: Fri, 24 Oct 2025 10:02:41 +0200 Subject: [PATCH 3/4] Add note on Level 2 interoperability --- docs/services/healthy_routes.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/services/healthy_routes.md b/docs/services/healthy_routes.md index b7af1268..aa297735 100644 --- a/docs/services/healthy_routes.md +++ b/docs/services/healthy_routes.md @@ -23,6 +23,13 @@ This demo adheres to **Level 1** interoperability as defined by CitCom's [intero > > These adjustments enable the demo to work seamlessly with Valencia's available datasets while maintaining compatibility with Smart Data Models where possible. + +!!! Note "Level 2 of interoperability" + + To adapt the demo application to Level 2 of interoperability, it must operate within a data **space infrastructure**, where data exchanges are **traceable, governed, and policy-compliant**. Instead of connecting directly to raw data sources, the application interacts through standardized **connectors** that manage trust and authorization. This setup involves registering the application with identity services, using **verifiable credentials** to prove access rights, and ensuring that all data exchanges are traceable and aligned with governance rules. + + A detailed walkthrough of this process, including example scripts and deployment steps, is available on the [MIAIS repository section](./waste_collection.md#running-miais-in-level-2). This resource illustrates how to integrate an AI service into a Level 2 environment using a minimum viable data space configuration. + ## Features - Map UI with route selection between monuments - Compute fastest route and alternatives @@ -52,12 +59,13 @@ This demo adheres to **Level 1** interoperability as defined by CitCom's [intero 3. Activate the virtual environment: - * On Windows: + - On Windows: ```bash .venv\Scripts\activate ``` - * On macOS/Linux: + + - On macOS/Linux: ```bash source .venv/bin/activate ``` From 3b833f27f01d3707e55e7be073f7e39a9a5fd32b Mon Sep 17 00:00:00 2001 From: Sergio <44024844+sermars@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:12:35 +0000 Subject: [PATCH 4/4] Add navigation entries for Local Digital Twins and AI Assessment sections --- docs/documentation/ai_assessment/index.md | 3 +++ docs/documentation/local_digital_twins/index.md | 4 ++++ docs/toolbox/ldt_toolkit.md | 3 +++ mkdocs.yml | 5 +++++ 4 files changed, 15 insertions(+) create mode 100644 docs/documentation/ai_assessment/index.md create mode 100644 docs/documentation/local_digital_twins/index.md create mode 100644 docs/toolbox/ldt_toolkit.md diff --git a/docs/documentation/ai_assessment/index.md b/docs/documentation/ai_assessment/index.md new file mode 100644 index 00000000..5312b5b9 --- /dev/null +++ b/docs/documentation/ai_assessment/index.md @@ -0,0 +1,3 @@ +--- +title: AI Assessment +--- diff --git a/docs/documentation/local_digital_twins/index.md b/docs/documentation/local_digital_twins/index.md new file mode 100644 index 00000000..43f75417 --- /dev/null +++ b/docs/documentation/local_digital_twins/index.md @@ -0,0 +1,4 @@ +--- +title: Local Digital Twins +--- + diff --git a/docs/toolbox/ldt_toolkit.md b/docs/toolbox/ldt_toolkit.md new file mode 100644 index 00000000..81f91cc8 --- /dev/null +++ b/docs/toolbox/ldt_toolkit.md @@ -0,0 +1,3 @@ +--- +title: LDT Toolkit +--- diff --git a/mkdocs.yml b/mkdocs.yml index 4ec71a58..87d4ba3f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -62,6 +62,10 @@ nav: - documentation/mv_data_space/fiware/consumer.md - documentation/mv_data_space/fiware/provider.md - documentation/mv_data_space/index.md + - Local Digital Twins: + - documentation/local_digital_twins/index.md + - AI Assessment: + - documentation/ai_assessment/index.md - AI services: - services/index.md - Minimal Interoperable AI Service: services/waste_collection.md @@ -91,6 +95,7 @@ nav: - tef/south_connect/warsaw.md - Toolbox: - toolbox/index.md + - LDT Toolkit: toolbox/ldt_toolkit.md - AI Toolkit: toolbox/ai_toolkit.md - AI Logging Monitor: toolbox/ai_logging_monitor.md - MIMs Toolkit: toolbox/mims_toolkit.md