Skip to content

Latest commit

 

History

History
100 lines (94 loc) · 2.84 KB

catalogue.md

File metadata and controls

100 lines (94 loc) · 2.84 KB
layout title
default
AIOTI Ontology Landscape Portfolio
<script src="https://code.jquery.com/jquery-3.5.0.min.js" integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ=" crossorigin="anonymous"> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.20/js/jquery.dataTables.min.js" integrity="sha256-L4cf7m/cgC51e7BFPxQcKZcXryzSju7VYBKJLOKPHvQ=" crossorigin="anonymous"> </script>

Browse the solutions provided by AIOTI members in the table below.
Follow this link to return to the main page.

{% for solution in site.solutions %} {% endfor %}
Name Provider Domains Status
{{ solution.name }} {{ solution.provider}}

{{ solution.provider }}
{{ solution.challenges }} {{ solution.status }}

Location:
{{ solution.location }}
Description: {{ solution.content | markdownify }} Partners involved:
{{ solution.partners }}
More details:
{{ solution.details }}
Next Steps:
{{ solution.next_steps}}

Contribute to our Portfolio!

This page is an open-source project available on GitHub.
Feel free to contribute!

<script> $(document).ready(function() { $('#catalogue').DataTable(); } ); </script>