diff --git a/config.toml b/config.toml index 0ec6226350370e60afb86cd1f39ef82e4377c5d6..937f1e0db17bb27578499bd850165df7d82f8944 100644 --- a/config.toml +++ b/config.toml @@ -48,4 +48,23 @@ pluralizeListTitles = false [blackfriday] plainIDAnchors = true - hrefTargetBlank = true \ No newline at end of file + hrefTargetBlank = true + + + +[[menu.main]] +name = "About" +url = "/about" +weight = 1 + +[[menu.main]] +name = "Use cases" +url = "/use_cases" +weight = 2 + +[[menu.main]] +name = "Resources" +url = "/resources" +weight = 10 + + diff --git a/content/_index.md b/content/_index.md index fe3764712340de4cd899b7bc24ffc16f400e84e3..61e35622a94ffa7a9148e64e8a7c3e8e13c837e3 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,8 @@ --- title: "Eclipse AI, Cloud & Edge (AICE) Working Group" -date: 2021-05-04T10:00:00-04:00 -type: "coming-soon" +date: 2022-02-04T10:00:00-04:00 +#type: "coming-soon" footer_class: "footer-darker" --- + +We want [articles](/articles/aice_aura_demonstrator/) diff --git a/content/use_cases/_index.md b/content/use_cases/_index.md new file mode 100644 index 0000000000000000000000000000000000000000..6110faaa5ad3cb00f6276ad5c5f8abc935fdb9af --- /dev/null +++ b/content/use_cases/_index.md @@ -0,0 +1,9 @@ +--- +title: "AICE Use cases" +date: 2021-05-04T10:00:00-04:00 +footer_class: "footer-darker" +--- + +Our first demonstrator has been conducted with the AURA association on epiletpic seizure detection. + + diff --git a/content/articles/aice_aura_demonstrator/index.md b/content/use_cases/aura/_index.md similarity index 99% rename from content/articles/aice_aura_demonstrator/index.md rename to content/use_cases/aura/_index.md index 65a72754c334f876589595255d54ba647e497ac0..c099e92bfc89a8070a54a9a3c709d0558a216ac3 100644 --- a/content/articles/aice_aura_demonstrator/index.md +++ b/content/use_cases/aura/_index.md @@ -1,11 +1,11 @@ --- -title: "AICE: The AURA Demonstrator" -date: 2022-01-20T10:00:00-04:00 -layout: "single" +title: "The AURA use case" +date: 2021-05-04T10:00:00-04:00 footer_class: "footer-darker" +aliases: +- /articles/aice_aura_demonstrator/index.html --- -## Introduction This document describes the work done on the AICE Working Group demonstrator with the AURA use case. This project constitues the first iteration of the AICE OpenLab and intends to demonstrate the benefits of a shared, common platform to collaboratively work on AI workflows. diff --git a/static/_redirects b/static/_redirects new file mode 100644 index 0000000000000000000000000000000000000000..e607fa5d8c219c10090294a033104a7f4a191154 --- /dev/null +++ b/static/_redirects @@ -0,0 +1,2 @@ +/articles/aice_aura_demonstrator/* /use_cases/aura/ 301 +