Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/documentation/ai_assessment/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: AI Assessment
---
14 changes: 14 additions & 0 deletions docs/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,17 @@ Reports and deployment guides of different components.
[:octicons-arrow-right-24: Learn more](./data_federation/index.md)

</div>

## Deploying a Minimum Viable Data Space

<div class="grid cards" markdown>

- :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)

</div>
4 changes: 4 additions & 0 deletions docs/documentation/local_digital_twins/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Local Digital Twins
---

6 changes: 3 additions & 3 deletions docs/getting_started/roadmap.yaml
Original file line number Diff line number Diff line change
@@ -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:"
12 changes: 10 additions & 2 deletions docs/services/healthy_routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
Expand Down
3 changes: 3 additions & 0 deletions docs/toolbox/ldt_toolkit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: LDT Toolkit
---
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down