aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/base.css5
-rw-r--r--img/logo-aei.pngbin0 -> 28218 bytes
-rw-r--r--index.html18
3 files changed, 16 insertions, 7 deletions
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
--- /dev/null
+++ b/img/logo-aei.png
Binary files 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</code></pre>
</ol>
</section>
<section>
- <h3>Supporting organizations:</h3>
- <div class="support">
- <div id="logo-rda"><a href="https://cordis.europa.eu/project/id/777388"><img src="./img/rda-europe.png"></a></div>
- <div><a href="https://www.cefca.es/"><img src="./img/cefca-logo-black.svg"></a></div>
- <div><a href="https://www.iac.es/"><img src="./img/iac-compressed.svg"></a></div>
- <div><a href="https://cordis.europa.eu/project/id/339659"><img src="./img/erc-compressed.svg"></a></div>
- <div id="logo-mext"><a href="https://www.mext.go.jp/en"><img src="./img/mext-compressed.svg"></a></div>
+ <h3>Supporting organizations:</h3>
+ <p>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: <a href="http://akhlaghi.org">Mohammad Akhlaghi</a>) and PID2022-138896NA-C54 and (PI: <a href="https://calderilla15.wixsite.com/helenadominguez">Helena Dominguez Sánchez</a>), driven by the <a href="https://www.arrakihs-mission.eu">ARRAKIHS Mission</a> which uses Maneage as the main processing pipeline controller. </p>
+ <div class="support">
+ <div id="logo-aei"><a href="https://aei.gob.es"><img src="./img/logo-aei.png"></a></div>
+ <div><a href="https://www.cefca.es/"><img src="./img/cefca-logo-black.svg"></a></div>
+ </div>
+ <div class="support">
+ <div id="logo-rda"><a href="https://cordis.europa.eu/project/id/777388"><img src="./img/rda-europe.png"></a></div>
+ <div><a href="https://www.iac.es/"><img src="./img/iac-compressed.svg"></a></div>
+ <div><a href="https://cordis.europa.eu/project/id/339659"><img src="./img/erc-compressed.svg"></a></div>
+ <div id="logo-mext"><a href="https://www.mext.go.jp/en"><img src="./img/mext-compressed.svg"></a></div>
</div>
</section>