From 7702336dda7ba22be73420bf8dba4313879fb051 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 31 Mar 2026 16:18:25 +0200 Subject: Added current grant information and AEI logo Until now, the supporting organizations section of the Maneage webpage didn't contain the AEI logo for the two grants that we have been using to develop Maneage. With this commit it has been added, along with a short description for the current grant. Previous grants will also be mentioned soon. --- css/base.css | 5 +++++ img/logo-aei.png | Bin 0 -> 28218 bytes index.html | 18 +++++++++++------- 3 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 img/logo-aei.png diff --git a/css/base.css b/css/base.css index 0a41b18..cfba1b9 100644 --- a/css/base.css +++ b/css/base.css @@ -312,6 +312,11 @@ a:hover { /* Try to scale the logos for a better look */ +#logo-aei img { + width: 600px; + height: auto; +} + #logo-rda img { width: 150px; height: auto; diff --git a/img/logo-aei.png b/img/logo-aei.png new file mode 100644 index 0000000..a7b5b04 Binary files /dev/null and b/img/logo-aei.png differ diff --git a/index.html b/index.html index 4cfbdcd..2b5d9e4 100644 --- a/index.html +++ b/index.html @@ -162,13 +162,17 @@ git branch -b my-fix
-

Supporting organizations:

-
-
-
-
-
-
+

Supporting organizations:

+

The following organizations have funded the development of Maneage through the years. Currently it is being funded by the Fondo de Inversiones de Teruel (FITE, or Teruel investment fund) and the Spanish state research agency (AEI) grants PID2024-162229NB-I00 (PI: Mohammad Akhlaghi) and PID2022-138896NA-C54 and (PI: Helena Dominguez Sánchez), driven by the ARRAKIHS Mission which uses Maneage as the main processing pipeline controller.

+
+
+
+
+
+
+
+
+
-- cgit v1.2.1