Skip to content

Commit

Permalink
Add EU funding information
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Nov 26, 2024
1 parent 3c3167d commit ad8b60a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion site.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
8 changes: 5 additions & 3 deletions src/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,19 @@
</div>
</div>

<div style="text-align: center" v-if="siteConfig.footnote">
<p>{{ siteConfig.footnote }}</p>
<div style="text-align: center">
<p>
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
<a href="https://twemoji.twitter.com/" target="_blank"
>Twemoji project</a
>
maintained by Twitter and released under
<a href="https://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a>
license.
</p>
<p>{{ siteConfig.footnote1 }}</p>
<img style="width: 250px" :src="siteConfig.footnote_image" />
<p>{{ siteConfig.footnote2 }}</p>
</div>
<br />
</div>
Expand Down
6 changes: 4 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,10 @@
</b-tooltip>
</div>
</div>
<div style="text-align: center" v-if="siteConfig.footnote">
<p>{{ siteConfig.footnote }}</p>
<div style="text-align: center" v-if="siteConfig.show_footnote">
<p style="font-size: 13px;">{{ siteConfig.footnote1 }}</p>
<img style="width: 250px" :src="siteConfig.footnote_image" />
<p style="font-size: 13px;">{{ siteConfig.footnote2 }}</p>
</div>
</footer>
<modal
Expand Down

0 comments on commit ad8b60a

Please sign in to comment.