diff --git a/_data/funding.yml b/_data/funding.yml new file mode 100644 index 0000000000..fe20675e38 --- /dev/null +++ b/_data/funding.yml @@ -0,0 +1,93 @@ +- title: preECO – A community-driven ecosystem of adapters and application cases for the coupling library preCICE + url: https://gepris.dfg.de/gepris/projekt/528693298?language=en + img: images/funding/dfg.jpg + alt: DFG logo + description: DFG call on research software usability + number: 528693298 + period: 2023–2026 + +- title: Parallel numerical coupling methods for interface problems (D02) + url: https://gepris.dfg.de/gepris/projekt/393213126?language=en + img: images/funding/dfg.jpg + alt: DFG logo + description: SFB 1313 – Interface-Driven Multi-Field Processes in Porous Media – Flow, Transport and Deformation + number: 327154368 + period: 2018–2026 + +- title: A data-driven optimization framework for improving the adaptation of the neuromuscular system in brain pathology + url: https://gepris.dfg.de/gepris/projekt/465243391?language=en + img: images/funding/dfg.jpg + alt: DFG logo + description: Priority Programme SPP 2311 – Robust coupling of continuum-biomechanical in silico models to establish active biological system models for later use in clinical applications - Co-design of modeling, numerics and usability + number: 465243391 + period: 2021–2025 + +- title: FlexMap – Flexible and efficient data mapping for simulation of coupled problems + url: https://gepris.dfg.de/gepris/projekt/515015468?language=en + img: images/funding/dfg.jpg + alt: DFG logo + description: Individual research grant + number: 515015468 + period: 2022–2025 + +- title: SimTech PN5-9(II) – Application-agnostic software for model adaptivity of two-scale coupled problems + url: https://www.simtech.uni-stuttgart.de/exc/research/pn/pn5/pn5-9ii/ + img: images/funding/simtech.png + alt: SimTech logo + description: Cluster of Excellence EXC 2075 SimTech – Data-Integrated Simulation Science under Germany's Excellence Strategy + number: 390740016 + period: 2024–2025 + +- title: preATHLET – Extension of ATHLET by the general coupling interface preCICE for multiphysics simulation in reactor safety + url: https://www.grs.de/ + img: images/funding/bmuv.png + alt: BMUV logo + description: BMUV (project management agency GRS) + number: 1501593 + period: 2019–2023 + +- title: Efficient remeshing in preCICE + url: https://www.konwihr.de/ + img: images/funding/konwihr.png + alt: KONWIHR logo + description: KONWIHR – Competence Network for Scientific HPC in Bavaria + period: 2021-2023 + +- title: SimTech PN5-9 – Adaptive and flexible macro-micro coupling software + url: https://www.simtech.uni-stuttgart.de/exc/research/pn/pn5/pn5-9/ + img: images/funding/simtech.png + alt: SimTech logo + description: Cluster of Excellence EXC 2075 SimTech – Data-Integrated Simulation Science under Germany's Excellence Strategy + number: 390740016 + period: 2021–2023 + +- title: preDOM – Domestication of the coupling library preCICE + url: http://gepris.dfg.de/gepris/projekt/391150578?language=en + img: images/funding/dfg.jpg + alt: DFG logo + description: DFG call on research software sustainability + number: 391150578 + period: 2018–2022 + +- title: Optimization of dynamic mesh handling in preCICE + url: https://www.konwihr.de/ + img: images/funding/konwihr.png + alt: KONWIHR logo + description: KONWIHR – Competence Network for Scientific HPC in Bavaria + period: 2020-2021 + +- title: ExaFSA - Exascale simulation of fluid-structure-acoustics interactions + url: https://gepris.dfg.de/gepris/projekt/230798225?language=en + img: images/funding/sppexa.jpg + alt: SPPEXA logo + description: SPPEXA – Priority Programme SPP 1648 – Software for Exascale Computing + number: 230798225 + period: 2012–2020 + +- title: UMMC – Usable algorithms and software for multi-model coupled engineering problems + url: https://postdoc2.eurotech-universities.eu/ + img: images/funding/eu.png + alt: EU logo + description: EuroTech PostDoc Program. This project has received funding from the European Union's Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No 754462. + number: 754462 + period: 2019–2020 diff --git a/images/funding/bmwi.png b/images/funding/bmwi.png deleted file mode 100644 index c3fe48260d..0000000000 Binary files a/images/funding/bmwi.png and /dev/null differ diff --git a/images/funding/eurotech.jpeg b/images/funding/eurotech.jpeg deleted file mode 100644 index 591e63e0d2..0000000000 Binary files a/images/funding/eurotech.jpeg and /dev/null differ diff --git a/images/funding/simtech.png b/images/funding/simtech.png new file mode 100644 index 0000000000..46d3e9a3ff Binary files /dev/null and b/images/funding/simtech.png differ diff --git a/pages/about.md b/pages/about.md index 8b26b554d6..ecdd7846ce 100644 --- a/pages/about.md +++ b/pages/about.md @@ -59,36 +59,34 @@ The website in its current form was planned and implemented by CH Lorenz Researc ## Funding -
-
- SPPEXA -
-
- preDOM -
-

Research Software Sustainability

-
-
- BMUV -
-
-
-
- KONWIHR -
-
- EuroTech -
-
- preDOM -
-

EXC 2075 SimTech

-
-
- European Union -
-

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No 754462

-
+
+{% for item in site.data.funding %} +
+
+ +
+
+
+ + Logo + +
+
+ {% if item.description %}

{{ item.description }}

{% endif %} + {% if item.number %}

Funding number: {{ item.number }}

{% endif %} +

Years running: {{ item.period }}

+
+
+
+
+
+{% endfor %}
## Prince XML