Skip to content

Commit

Permalink
Links (#49)
Browse files Browse the repository at this point in the history
* Fixed customers link on the menu. Keeping partners to relate to sponsors too.

* Restructure of blog files.

* Added link to the title of portfolio card.

* Corrected path to deploy.

* Corrected pyturbo portfolio url.

* update pyturbo

---------

Co-authored-by: Adrien DELSALLE <[email protected]>
  • Loading branch information
brunohs1993 and adriendelsalle authored Oct 7, 2024
1 parent a0c0a90 commit 73eed63
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ weight = 3

[[main]]
name = "Partners"
url = "#partners"
url = "#customers"
weight = 4

[[main]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
---

<div class='row'>
<div class='col-7 '>

### 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.

<div class='row'>
<div class='col-lg-5 col-md-5 col-12' text-align='center'>
<div class='imgbox'>
{{<figure src=pyturbo_icon.gif width="100%" class="center-fit">}}
</div>
<div class='col-5' text-align='center'>
<div class='row'>
{{<figure src=/images/portfolio/pyturbo_icon.gif width="500">}}
</div>
<div class='row'>
{{<figure src=/images/portfolio/pyturbo_aircraft.png width="500">}}
</div>
<center><p> Turbofan engine being scaled by the user in real time.</p></center>
</div>
<div class='col-lg-7 col-md-7 col-12' text-align='center'>
<div class='imgbox'>
{{<figure src=pyturbo_aircraft.png width="100%">}}
</div>
</div>
<center><p> Aircraft digital twin mounted with 2 turbofans.</p></center>
</div>
</div>
</div>

### Outlook

- Add alternative modelings, architectures.
- Improve the learning experience with beginner to advanced tutorials.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/portfolio/2023/pyturbo/pyturbo_icon.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion layouts/portfolio/card.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<article class="card blog-card">
<div class="card-body">
<h3 class="card-title"><a title="{{ .Title }}">{{ .Title }}</a>
<h3 class="card-title"><a title="{{ .Title }}" href="{{ .Params.article_url }}" >{{ .Title }} </a>
</h3>
<p>{{ .Params.subtitle }} </p>
</div>
Expand Down

0 comments on commit 73eed63

Please sign in to comment.