diff --git a/public/static/img/EuropeanFlag-Funded by the EU-POS.jpg b/public/static/img/EuropeanFlag-Funded by the EU-POS.jpg new file mode 100644 index 00000000..5233926d Binary files /dev/null and b/public/static/img/EuropeanFlag-Funded by the EU-POS.jpg differ diff --git a/site.config.json b/site.config.json index 3b2436a4..d063e0e4 100644 --- a/site.config.json +++ b/site.config.json @@ -111,7 +111,10 @@ "detailed_image": null, "detailed_body": "description" }, - "footnote": "BioImage.IO -- a collaborative effort to bring AI models to the bioimaging community. We receive funding support from the European Union’s Horizon Europe research and innovation programme under grant agreement number 101057970 (https://ai4life.eurobioimaging.eu/)", + "show_footnote": true, + "footnote1": "BioImage.IO -- a collaborative effort to bring AI models to the bioimaging community, powered by the AI4Life consortium", + "footnote2": "AI4Life receives funding from the European Union’s Horizon Europe research and innovation programme under grant agreement number 101057970. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or the European Research Council Executive Agency. Neither the European Union nor the granting authority can be held responsible for them.", + "footnote_image": "/static/img/EuropeanFlag-Funded by the EU-POS.jpg", "partners": [], "excluded_partners": ["bioimageio"], "excluded_tags": ["bioimage.io", "bioimage.io:model", "bioimage.io:application", "bioimage.io:workflow", "bioimage.io:notebook", "bioimage.io:dataset", "zenodo"], diff --git a/src/views/About.vue b/src/views/About.vue index 2ae40bf6..05690a96 100644 --- a/src/views/About.vue +++ b/src/views/About.vue @@ -76,10 +76,9 @@ -
-

{{ siteConfig.footnote }}

+

- The giraffe icon used in the BioImage logo is adapted from the + The giraffe icon used in the BioImage.IO logo is adapted from the Twemoji project @@ -87,6 +86,9 @@ CC-BY 4.0 license.

+

{{ siteConfig.footnote1 }}

+ +

{{ siteConfig.footnote2 }}


diff --git a/src/views/Home.vue b/src/views/Home.vue index 09adbce1..ea06470c 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -166,8 +166,10 @@ -
-

{{ siteConfig.footnote }}

+
+

{{ siteConfig.footnote1 }}

+ +

{{ siteConfig.footnote2 }}