aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2026-03-31 21:02:16 +0200
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2026-03-31 21:03:27 +0200
commit92d7c2f17b609f82323b9aae0cc04efef201e839 (patch)
tree5ff0ed0270541f90da48d427065d932c20de0520
parent7702336dda7ba22be73420bf8dba4313879fb051 (diff)
Added text and fixed logo sizes in the supporting organizations
Until now, only the current grants were written. But that was not fair. With this commit, a short history of the project has been added, mentioning all the relevant institues and grants.
-rw-r--r--css/base.css34
-rw-r--r--img/logo-aei.pngbin28218 -> 54609 bytes
-rw-r--r--index.html18
3 files changed, 7 insertions, 45 deletions
diff --git a/css/base.css b/css/base.css
index cfba1b9..2250432 100644
--- a/css/base.css
+++ b/css/base.css
@@ -294,40 +294,6 @@ a:hover {
}
/* ==================================================================
- * The sponsors
- * ================================================================== */
-
-.support {
- display: flex;
- flex-flow: row wrap; /* stack horizontally and allow wrapping */
- justify-content: space-around; /* display items with space between */
- align-items: center; /* align the items in middle of container */
- margin: 10px auto;
-}
-
-.support img {
- width: 120px;
- height: auto;
-}
-
-/* Try to scale the logos for a better look */
-
-#logo-aei img {
- width: 600px;
- height: auto;
-}
-
-#logo-rda img {
- width: 150px;
- height: auto;
-}
-
-#logo-mext img {
- width: 200px;
- height: auto;
-}
-
-/* ==================================================================
* Page footer
* ================================================================== */
diff --git a/img/logo-aei.png b/img/logo-aei.png
index a7b5b04..ba5e12c 100644
--- a/img/logo-aei.png
+++ b/img/logo-aei.png
Binary files differ
diff --git a/index.html b/index.html
index 2b5d9e4..2fbaf23 100644
--- a/index.html
+++ b/index.html
@@ -163,17 +163,13 @@ git branch -b my-fix</code></pre>
</section>
<section>
<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>
+ <p>Work on Maneage has been funded by the Fondo de Inversiones de Teruel (<a href="https://www.aragon.es/-/fondo-de-inversiones-de-teruel-fite-1">FITE</a>, or Teruel investment fund) to <a href="https://www.cefca.es/">CEFCA</a> and the Spanish state research agency (AEI) grants PID2024-162229NB-I00 (PI: <a href="http://akhlaghi.org">M. Akhlaghi</a>) and PID2022-138896NA-C54 and (PI: <a href="https://calderilla15.wixsite.com/helenadominguez">H. Dominguez Sánchez</a>), PID2021-124918NA-C43 (PI: <a href="http://akhlaghi.org">M. Akhlaghi</a>). Also, IAC’s project P/300724 (PIs: Johan H. Knapen and Ignacio Trujiollo, financed by the SMSI, through the Canary Islands Department of Economy, Knowledge and Employment) and European Research Council (ERC) advanced grant 339659-MUSICOS (PI: Roland Bacon) at Centre de Recherche Astrophysique de Lyon (CRAL). Maneage was originally conceived as part of Mohammad Akhlaghi's PhD thesis in Tohoku University that was funded by the Japanese Ministry of education, culture, sports and science (MEXT) scholarship.</p>
+ <a href="https://aei.gob.es"><img src="./img/logo-aei.png" width=45%></a> &nbsp;
+ <a href="https://www.cefca.es/"><img src="./img/cefca-logo-black.svg" width=8%></a> &nbsp;
+ <a href="https://cordis.europa.eu/project/id/777388"><img src="./img/rda-europe.png" width=12%></a> &nbsp;
+ <a href="https://www.iac.es/"><img src="./img/iac-compressed.svg" width=9%></a> &nbsp;
+ <a href="https://cordis.europa.eu/project/id/339659"><img src="./img/erc-compressed.svg" width=9%></a> &nbsp;
+ <a href="https://www.mext.go.jp/en"><img src="./img/mext-compressed.svg" width=20%></a>
</section>