diff --git a/.gitignore b/.gitignore index 421e603..04d5c65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .hugo_build.lock public resources/_gen +to_be_added \ No newline at end of file diff --git a/assets/images/brands/bpi.png b/assets/images/brands/bpi.png new file mode 100644 index 0000000..34e2ea2 Binary files /dev/null and b/assets/images/brands/bpi.png differ diff --git a/assets/images/brands/centrale_lyon.png b/assets/images/brands/centrale_lyon.png new file mode 100644 index 0000000..e64d5dc Binary files /dev/null and b/assets/images/brands/centrale_lyon.png differ diff --git a/assets/images/brands/cnes.png b/assets/images/brands/cnes.png new file mode 100644 index 0000000..a63b71a Binary files /dev/null and b/assets/images/brands/cnes.png differ diff --git a/assets/images/brands/france2030.png b/assets/images/brands/france2030.png new file mode 100644 index 0000000..33f7e87 Binary files /dev/null and b/assets/images/brands/france2030.png differ diff --git a/assets/images/brands/gfz.png b/assets/images/brands/gfz.png new file mode 100644 index 0000000..91f1f60 Binary files /dev/null and b/assets/images/brands/gfz.png differ diff --git a/assets/images/brands/pam_building.png b/assets/images/brands/pam_building.png new file mode 100644 index 0000000..7db6c3f Binary files /dev/null and b/assets/images/brands/pam_building.png differ diff --git a/assets/images/brands/quantstack.png b/assets/images/brands/quantstack.png deleted file mode 100644 index 26dadf2..0000000 Binary files a/assets/images/brands/quantstack.png and /dev/null differ diff --git a/assets/images/brands/safran.png b/assets/images/brands/safran.png new file mode 100644 index 0000000..c988d84 Binary files /dev/null and b/assets/images/brands/safran.png differ diff --git a/assets/images/brands/spacedreams.png b/assets/images/brands/spacedreams.png new file mode 100644 index 0000000..36ba5ec Binary files /dev/null and b/assets/images/brands/spacedreams.png differ diff --git a/assets/images/brands/ssg-aero.png b/assets/images/brands/ssg-aero.png deleted file mode 100644 index 0333e09..0000000 Binary files a/assets/images/brands/ssg-aero.png and /dev/null differ diff --git a/assets/images/brands/vectura.png b/assets/images/brands/vectura.png new file mode 100644 index 0000000..fecd8a3 Binary files /dev/null and b/assets/images/brands/vectura.png differ diff --git a/assets/images/portfolio/pyturbo_aircraft.png b/assets/images/portfolio/pyturbo_aircraft.png new file mode 100644 index 0000000..ce720f4 Binary files /dev/null and b/assets/images/portfolio/pyturbo_aircraft.png differ diff --git a/assets/images/portfolio/pyturbo_icon.gif b/assets/images/portfolio/pyturbo_icon.gif new file mode 100644 index 0000000..f8571ac Binary files /dev/null and b/assets/images/portfolio/pyturbo_icon.gif differ diff --git a/assets/images/portfolio/pyturbo_user.gif b/assets/images/portfolio/pyturbo_user.gif new file mode 100644 index 0000000..a490fa2 Binary files /dev/null and b/assets/images/portfolio/pyturbo_user.gif differ diff --git a/config/_default/menus.toml b/config/_default/menus.toml index eda500c..d4524bd 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -24,6 +24,11 @@ name = "Videos" url = "videos/" weight = 7 +[[main]] +name = "Portfolio" +url = "portfolio/" +weight = 8 + [[main]] name = "Blog" url = "blog/" @@ -48,4 +53,4 @@ weight = 9 #[[footer]] #name = "Terms & Conditions" #url = "terms-and-conditions/" -#weight = 4 +#weight = 4 \ No newline at end of file diff --git a/content/team/benoit.md b/content/advisors/benoit.md similarity index 100% rename from content/team/benoit.md rename to content/advisors/benoit.md diff --git a/content/advisors/index.md b/content/advisors/index.md new file mode 100644 index 0000000..3395ff1 --- /dev/null +++ b/content/advisors/index.md @@ -0,0 +1,5 @@ +--- +subtitle: "Our Advisors" +title: "External Partnerships" +headless: true +--- diff --git a/content/team/olivier.md b/content/advisors/olivier.md similarity index 100% rename from content/team/olivier.md rename to content/advisors/olivier.md diff --git a/content/partners/centrale_lyon.md b/content/partners/centrale_lyon.md new file mode 100644 index 0000000..2cf93d9 --- /dev/null +++ b/content/partners/centrale_lyon.md @@ -0,0 +1,4 @@ +--- +image: "images/brands/centrale_lyon.png" +external_url: "https://www.ec-lyon.fr/" +--- diff --git a/content/partners/cnes.md b/content/partners/cnes.md new file mode 100644 index 0000000..7ac1907 --- /dev/null +++ b/content/partners/cnes.md @@ -0,0 +1,4 @@ +--- +image: "images/brands/cnes.png" +external_url: "https://www.cnes.fr/" +--- diff --git a/content/partners/gfz.md b/content/partners/gfz.md new file mode 100644 index 0000000..c624622 --- /dev/null +++ b/content/partners/gfz.md @@ -0,0 +1,4 @@ +--- +image: "images/brands/gfz.png" +external_url: "https://www.gfz-potsdam.de/en/" +--- diff --git a/content/partners/index.md b/content/partners/index.md index 6ad3131..346be65 100644 --- a/content/partners/index.md +++ b/content/partners/index.md @@ -1,5 +1,5 @@ --- subtitle: "Our Partners" -title: "The people we work with" +title: "The organisations we work with" headless: true --- diff --git a/content/partners/pam_building.md b/content/partners/pam_building.md new file mode 100644 index 0000000..bf11597 --- /dev/null +++ b/content/partners/pam_building.md @@ -0,0 +1,4 @@ +--- +image: "images/brands/pam_building.png" +external_url: "https://www.pambuilding.fr/" +--- diff --git a/content/partners/quantstack.md b/content/partners/quantstack.md deleted file mode 100644 index be8bc4f..0000000 --- a/content/partners/quantstack.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -image: "images/brands/quantstack.png" -external_url: "https://quantstack.net/" ---- diff --git a/content/partners/safran.md b/content/partners/safran.md new file mode 100644 index 0000000..5bf86fd --- /dev/null +++ b/content/partners/safran.md @@ -0,0 +1,4 @@ +--- +image: "images/brands/safran.png" +external_url: "https://www.safran-group.com/" +--- diff --git a/content/partners/spacedreams.md b/content/partners/spacedreams.md new file mode 100644 index 0000000..6a0404c --- /dev/null +++ b/content/partners/spacedreams.md @@ -0,0 +1,4 @@ +--- +image: "images/brands/spacedreams.png" +external_url: "https://www.spacedreams.com/" +--- diff --git a/content/partners/ssg-aero.md b/content/partners/ssg-aero.md deleted file mode 100644 index 687f709..0000000 --- a/content/partners/ssg-aero.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -image: "images/brands/ssg-aero.png" -external_url: "https://www.ssg-aero.com/" ---- diff --git a/content/partners/vectura.md b/content/partners/vectura.md new file mode 100644 index 0000000..678b91e --- /dev/null +++ b/content/partners/vectura.md @@ -0,0 +1,4 @@ +--- +image: "images/brands/vectura.png" +external_url: "https://www.vectura-system.com/" +--- diff --git a/content/portfolio/_index.md b/content/portfolio/_index.md new file mode 100644 index 0000000..f9602aa --- /dev/null +++ b/content/portfolio/_index.md @@ -0,0 +1,6 @@ +--- +title: "Portfolio" +description: "meta description" +image: "" +draft: false +--- \ No newline at end of file diff --git a/content/portfolio/pyturbo.md b/content/portfolio/pyturbo.md new file mode 100644 index 0000000..0d32094 --- /dev/null +++ b/content/portfolio/pyturbo.md @@ -0,0 +1,40 @@ +--- +title: "pyturbo library" +subtitle: "Efficient turbine design made open-source" +draft: false +image: "images/portfolio/pyturbo_icon.gif" +weight: 1 +article_url: "pyturbo" +--- + +
+
+ +### Objectives + +- Demonstrate modelling 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. + +
+
+
+ {{
}} +
+
+ {{
}} +
+
+
\ No newline at end of file diff --git a/content/support/bpi.md b/content/support/bpi.md new file mode 100644 index 0000000..4f3cc6e --- /dev/null +++ b/content/support/bpi.md @@ -0,0 +1,4 @@ +--- +image: "images/brands/bpi.png" +external_url: "https://www.bpifrance.fr/" +--- diff --git a/content/support/france2030.md b/content/support/france2030.md new file mode 100644 index 0000000..d39e738 --- /dev/null +++ b/content/support/france2030.md @@ -0,0 +1,4 @@ +--- +image: "images/brands/france2030.png" +external_url: "https://www.economie.gouv.fr/france-2030" +--- diff --git a/content/support/index.md b/content/support/index.md new file mode 100644 index 0000000..a61e7d5 --- /dev/null +++ b/content/support/index.md @@ -0,0 +1,5 @@ +--- +subtitle: "Our Sponsors" +title: "They support us" +headless: true +--- diff --git a/content/partners/inria.md b/content/support/inria.md similarity index 100% rename from content/partners/inria.md rename to content/support/inria.md diff --git a/content/we_worked_together/alexandre.md b/content/we_worked_together/alexandre.md index 2bec853..be7a732 100644 --- a/content/we_worked_together/alexandre.md +++ b/content/we_worked_together/alexandre.md @@ -1,6 +1,6 @@ --- name: "Alexandre Perrin" -designation: "Intern - Avionic Engineering student" +designation: "Intern - Avionic Engineering" image: "images/team/alexandre.jpg" weight: 999 --- diff --git a/content/we_worked_together/anthony.md b/content/we_worked_together/anthony.md index c1ee553..0e00e5e 100644 --- a/content/we_worked_together/anthony.md +++ b/content/we_worked_together/anthony.md @@ -1,6 +1,6 @@ --- name: "Anthony Pacini" image: "images/team/anthony.jpg" -designation: "Intern - Datascience and Artificial Intelligence student" +designation: "Intern - Datascience and AI" weight: 998 --- diff --git a/content/team/hugo.md b/content/we_worked_together/hugo.md similarity index 89% rename from content/team/hugo.md rename to content/we_worked_together/hugo.md index c761c95..ec1d996 100644 --- a/content/team/hugo.md +++ b/content/we_worked_together/hugo.md @@ -2,5 +2,5 @@ name: "Hugo Chesneau" designation: "Scientific Software Engineer" image: "images/team/hugo.jpg" -weight: 2 +weight: 990 --- diff --git a/content/we_worked_together/index.md b/content/we_worked_together/index.md index 47ad00d..c6653ff 100644 --- a/content/we_worked_together/index.md +++ b/content/we_worked_together/index.md @@ -1,5 +1,5 @@ --- -subtitle: "Past collaborations" +subtitle: "Past collaborators" title: "We Were Pleased To Work Together" headless: true --- diff --git a/content/we_worked_together/nam.md b/content/we_worked_together/nam.md index 74a151d..b98589e 100644 --- a/content/we_worked_together/nam.md +++ b/content/we_worked_together/nam.md @@ -1,6 +1,6 @@ --- name: "Nam Vu" -designation: "Intern - CS Engineering student" +designation: "Intern - CS Engineering" image: "images/team/nam.jpg" weight: 1000 --- diff --git a/content/we_worked_together/simon.md b/content/we_worked_together/simon.md index 2fc91cc..048b270 100644 --- a/content/we_worked_together/simon.md +++ b/content/we_worked_together/simon.md @@ -1,6 +1,6 @@ --- name: "Simon Garrigues" -designation: "Intern - Propulsion Engineering Student" +designation: "Intern - Propulsion Engineering" image: "images/team/simon.jpg" weight: 995 --- diff --git a/layouts/index.html b/layouts/index.html index aef94e7..feca8b4 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -170,7 +170,7 @@

{{.Params.name | markdownify}}

{{end}} -{{with .Site.GetPage "we_worked_together"}} +{{with .Site.GetPage "advisors"}}
@@ -219,29 +219,34 @@

{{.Params.title | markdownify}}

-
+
{{end}} +{{with .Site.GetPage "support"}} +
+
+
+
+
+

{{.Params.subtitle | markdownify}}

+

{{.Params.title | markdownify}}

+

{{.Params.description | markdownify}}

+
+
+
+
+
+ +
+
+
+
+{{end}} + +{{with .Site.GetPage "we_worked_together"}} +
+
+
+
+
+

{{.Params.subtitle | markdownify}}

+

{{.Params.title | markdownify}}

+

{{.Params.description | markdownify}}

+
+
+
+
+ {{range sort .Resources "Params.weight"}} +
+
+
+ {{ if fileExists (add `assets/` .Params.image) }} + {{$img:= resources.Get .Params.image }} + {{$img:= $img.Resize "175x "}} + {{$imgWebp:= $img.Resize "175x webp"}} + Team Image + {{end}} +
+

{{.Params.name | markdownify}}

+

{{.Params.designation | markdownify}}

+
+
+ {{end}} +
+
+
+{{end}} +
diff --git a/layouts/portfolio/card.html b/layouts/portfolio/card.html new file mode 100644 index 0000000..c955539 --- /dev/null +++ b/layouts/portfolio/card.html @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/layouts/portfolio/list.html b/layouts/portfolio/list.html new file mode 100644 index 0000000..46f0240 --- /dev/null +++ b/layouts/portfolio/list.html @@ -0,0 +1,112 @@ +{{ define "main" }} + +{{ if (eq .Section "portfolio") }} +{{ partial "page-header.html" . }} +
+
+
+ {{ $paginator := .Paginate (where site.RegularPages "Section" "in" "portfolio/.") }} + {{ range $paginator.Pages }} +
+ {{ .Render "card" }} +
+ {{ end }} +
+
+
+
+
+
+
+ {{"" | safeHTML }} + {{ $paginator := .Paginator }} + + {{ $adjacent_links := 2 }} + + {{ $max_links := (add (mul $adjacent_links 2) 1) }} + + {{ $lower_limit := (add $adjacent_links 1) }} + + {{ $upper_limit := (sub $paginator.TotalPages $adjacent_links) }} + + {{ if gt $paginator.TotalPages 1 }} + + {{ end }} +
+
+
+
+
+ +{{ else }} +{{ partial "page-header.html" . }} +
+
+
+
+
+ {{.Content}} +
+
+
+
+
+{{ end }} + +{{ end }} \ No newline at end of file