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/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 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/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:" 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 ``` 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