From 49354cc23b9fe92aed0d8a349cd44e326744bf61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Thu, 25 Jul 2024 17:25:30 +0200 Subject: [PATCH] Structure funding data --- _data/funding.yml | 45 ++++++++++++++++++++++++++++++++++++ pages/about.md | 58 +++++++++++++++++++++++------------------------ 2 files changed, 73 insertions(+), 30 deletions(-) create mode 100644 _data/funding.yml diff --git a/_data/funding.yml b/_data/funding.yml new file mode 100644 index 0000000000..d649e57b00 --- /dev/null +++ b/_data/funding.yml @@ -0,0 +1,45 @@ +- title: SPPEXA + url: http://www.sppexa.de/ + img: images/funding/sppexa.jpg + number: + period: + +- title: preDOM - Research Software Sustainability + url: http://gepris.dfg.de/gepris/projekt/391150578 + img: images/funding/dfg.jpg + number: + period: + +- title: BMUV + url: https://www.bmuv.de/ + img: images/funding/bmuv.png + number: + period: + +- title: KONWIHR + url: https://www.konwihr.de/ + img: images/funding/konwihr.png + alt: SPPEXA logo + number: + period: + +- title: EuroTech + url: http://postdoc.eurotech-universities.eu/ + img: images/funding/eurotech.jpeg + alt: SPPEXA logo + number: + period: + +- title: EXC 2075 SimTech + url: https://www.simtech.uni-stuttgart.de/ + img: images/funding/dfg.jpg + alt: SPPEXA logo + number: + period: + +- title: EU Horizon 2020 + img: images/funding/eu.png + alt: SPPEXA logo + description: 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: + period: diff --git a/pages/about.md b/pages/about.md index 8b26b554d6..f3e352f788 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