diff --git a/content/about/members/apex_ai.md b/content/about/members/apex_ai.md new file mode 100644 index 0000000000000000000000000000000000000000..411d031a851ddf410721ff8bc05a6a2d4f070738 --- /dev/null +++ b/content/about/members/apex_ai.md @@ -0,0 +1,15 @@ +--- +Title: Apex.AI +Description: Apex.AI Member Bio +Date: 2022-11-04 +Member: voting/apexai +--- + + +{{< member_header >}} +{{}} + +## About Apex.AI + +Apex.AI provides safety-certified products enabling the transformation to the software-defined future of the automotive industry. Our products Apex.OS and Apex.Middleware are implementing cloud connectivity and the runtime environment to orchestrate automotive applications in mixed-critical systems. Apex.AI will bring its complete competence to take the next step toward software-defined vehicles. + diff --git a/content/headless_media/images/apexai.png b/content/headless_media/images/apexai.png new file mode 100644 index 0000000000000000000000000000000000000000..39c330f39f034a0d4f3242a692b3167bddb65333 Binary files /dev/null and b/content/headless_media/images/apexai.png differ diff --git a/content/news/2022/welcome_apex_ai.md b/content/news/2022/welcome_apex_ai.md new file mode 100644 index 0000000000000000000000000000000000000000..c992b744ecb3b392291c771dfab5e737d8245320 --- /dev/null +++ b/content/news/2022/welcome_apex_ai.md @@ -0,0 +1,31 @@ +--- +Title: Apex.AI joins SOAFEE SIG +Description: New member announcement – click for more details on Apex.AI +Date: 2022-11-04 +Member: voting/apexai + +Banner: + Active: true + Title: Apex.AI joins SOAFEE SIG + Description: Apex.AI joins the SOAFEE SIG as a voting member. + Background: banner/banner2.jpg + +Card: + Class: new-member +--- + + +{{< member_header >}} +# Apex.AI joins SOAFEE SIG + +The SOAFEE community are excited to welcome Apex.AI as a voting member of the SOAFEE SIG. +{{}} + +## Why Apex.AI are joining SOAFEE + +The future of mobility is software-defined! SOAFEE aims to develop an open-standards-based cloud-native architecture for mixed-critical automotive design. It perfectly matches our strengths (functional safety, open-source, ROS, cloud-edge connectivity) and our strategic focus on software-defined vehicles. + +## About Apex.AI + +Apex.AI provides safety-certified products enabling the transformation to the software-defined future of the automotive industry. Our products Apex.OS and Apex.Middleware are implementing cloud connectivity and the runtime environment to orchestrate automotive applications in mixed-critical systems. Apex.AI will bring its complete competence to take the next step toward software-defined vehicles. + diff --git a/content/news/2022/welcome_renesas.md b/content/news/2022/welcome_renesas.md index d139004a1a42604ffd2e7ff958aed0e8d997abe6..a90ad9dc188e3be5cd6bd9fe24e7a76d37e9492e 100644 --- a/content/news/2022/welcome_renesas.md +++ b/content/news/2022/welcome_renesas.md @@ -5,7 +5,7 @@ Date: 2022-10-25 Member: voting/renesas Banner: - Active: true + Active: false Title: Renesas joins SOAFEE SIG Description: Renesas joins the SOAFEE SIG as a voting member. Background: banner/banner3.jpg diff --git a/data/members.yaml b/data/members.yaml index 6d090df7ed74d6bdd323ec8c4c02d8116e589e92..4bc8defbd6df5868f53d0ddcda88c615ccc649ca 100644 --- a/data/members.yaml +++ b/data/members.yaml @@ -41,6 +41,10 @@ voting: name: Ampere image: images/ampere.png url: https://amperecomputing.com/ + apexai: + name: Apex.AI + image: images/apexai.png + url: https://www.apex.ai/ astc: name: ASTC image: images/astc.png diff --git a/themes/soafee/layouts/shortcodes/imagegrid.html b/themes/soafee/layouts/shortcodes/imagegrid.html index 92b9c9dbda58278e22b7507a352d7382972e3762..f3a13962599a8732a4a464b0dccadbc50134657a 100644 --- a/themes/soafee/layouts/shortcodes/imagegrid.html +++ b/themes/soafee/layouts/shortcodes/imagegrid.html @@ -13,6 +13,7 @@ {{ if not $directLink }} {{ $aboutURL := printf "/about/members/%s" .name | lower }} {{ $aboutURL = replace $aboutURL " " "_" }} + {{ $aboutURL = replace $aboutURL "." "_" }} {{ with $.Site.GetPage $aboutURL }} {{ $url = $aboutURL }} {{ end }}