diff --git a/config/_default/menus.toml b/config/_default/menus.toml index e0a8659..0cc60a8 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -11,7 +11,7 @@ weight = 3 [[main]] name = "Partners" -url = "#partners" +url = "#customers" weight = 4 [[main]] diff --git a/content/portfolio/2023/pyturbo.md b/content/portfolio/2023/pyturbo/index.md similarity index 50% rename from content/portfolio/2023/pyturbo.md rename to content/portfolio/2023/pyturbo/index.md index 5c64e8e..b300efa 100644 --- a/content/portfolio/2023/pyturbo.md +++ b/content/portfolio/2023/pyturbo/index.md @@ -3,39 +3,39 @@ year: 2023 title: "pyturbo library" subtitle: "Efficient turbine design made open-source" draft: false -image: "images/portfolio/pyturbo_icon.gif" +image: "/images/portfolio/pyturbo_icon.gif" weight: 1 -article_url: "portfolio/2023/pyturbo" +article_url: "./2023/pyturbo" --- -
-
- ### Objectives -- Demonstrate modelling and design capabilities based on CoSApp. - +- Demonstrate modeling and design capabilities based on CoSApp. - Provide a turbofan Open-Source library for training and as a base block of advanced simulations workflows. -### Outlook - -- Add alternative modelings, architectures. -- Improve the learning experience with beginner to advanced tutorials. - ### Current status - A turbofan (2 shafts) architecture is covered from single physics/components to the full product, using modular intermediate assemblies. - - Multiple off-design and design strategies are available as numerical workflows. +
+
+
+ {{
}}
-
-
- {{
}} -
-
- {{
}} -
+

Turbofan engine being scaled by the user in real time.

+
+
+
+ {{
}}
-
\ No newline at end of file +

Aircraft digital twin mounted with 2 turbofans.

+
+
+
+ +### Outlook + +- Add alternative modelings, architectures. +- Improve the learning experience with beginner to advanced tutorials. \ No newline at end of file diff --git a/content/portfolio/2023/pyturbo/pyturbo_aircraft.png b/content/portfolio/2023/pyturbo/pyturbo_aircraft.png new file mode 100644 index 0000000..ce720f4 Binary files /dev/null and b/content/portfolio/2023/pyturbo/pyturbo_aircraft.png differ diff --git a/content/portfolio/2023/pyturbo/pyturbo_icon.gif b/content/portfolio/2023/pyturbo/pyturbo_icon.gif new file mode 100644 index 0000000..f8571ac Binary files /dev/null and b/content/portfolio/2023/pyturbo/pyturbo_icon.gif differ diff --git a/layouts/portfolio/card.html b/layouts/portfolio/card.html index c955539..9002a44 100644 --- a/layouts/portfolio/card.html +++ b/layouts/portfolio/card.html @@ -1,6 +1,6 @@
-

{{ .Title }} +

{{ .Title }}

{{ .Params.subtitle }}