commit 45ec9f3b2ef1251a82dfb8a24cef4b5d78f9661f parent 4ac723f96dd5f2d465fe7c49061a5c33ba55855e Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 24 Jun 2021 16:23:02 +0200 Add funding notice Diffstat:
| M | meso-menu.sh | | | 21 | +++++++++++++++++---- |
1 file changed, 17 insertions(+), 4 deletions(-)
diff --git a/meso-menu.sh b/meso-menu.sh @@ -158,9 +158,14 @@ print_high_tune_sub_menu() { echo " <li><a href=https://gitlab.com/meso-star/htrdr>Git repository</a></li>" echo ' </ul>' echo ' <div id="info">' - echo ' <p>Visit the ' - echo ' <a href="http://www.umr-cnrm.fr/high-tune/?lang=en">' - echo ' High-Tune project web site</a></p>' + echo ' <p>htrdr was funded by the <a href=https://www.ademe.fr/>ADEME</a>' + echo ' (MODEVAL-URBA-2019) from 2019 to 2022. |Méso|Star> was partner of the' + echo ' project with <a href="https://www.umr-cnrm.fr/">CNRM</a>.</p>' + echo ' <p>htrdr was funded by the <a' + echo ' href=https://anr.fr/Project-ANR-16-CE01-0010> ANR High-Tune</a> from' + echo ' 2016 to 2019. |Méso|Star> was sub-contractor of the project. Visit' + echo ' the <a href="http://www.umr-cnrm.fr/high-tune/?lang=en"> High-Tune' + echo ' project web site</a>.</p>' echo ' </div>' echo ' </div>' } @@ -232,7 +237,8 @@ print_solstice_sub_menu() { echo " <li><a href=https://gitlab.com/meso-star/solstice>Git repository</a></li>" echo ' </ul>' echo ' <div id="info">' - echo ' <p>Visit the <a href="https://www.labex-solstice.fr/solstice-software">' + echo ' <p>Solstice was funded by the LABEX Solstice from 2016 to 2017.' + echo ' Visit the <a href="https://www.labex-solstice.fr/solstice-software">' echo ' LABEX Solstice web page</a> for complementary informations and examples.</p>' echo ' </div>' echo ' </div>' @@ -328,6 +334,13 @@ print_star_engine_sub_menu() { fi echo " <li><a href=https://gitlab.com/meso-star/star-engine>Repository</a></li>" echo ' </ul>' + echo ' <div id="info">' + echo ' <p>Star-Engine was funded by the <a href=https://www.laregion.fr>Occitanie' + echo ' region</a> (CLE-EDSTAR) from 2016 to 2018. |Méso|Star> was partner of' + echo ' the project with the <a href=http://www.laplace.univ-tlse.fr>LAPLACE</a> and <a' + echo ' href=https://www.imt-mines-albi.fr/en/rapsodee-research-centre>RAPSODEE</a>.' + echo ' </p>' + echo ' </div>' echo ' </div>' }