Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions GRANTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# url: "https://example.com" # homepage of the project
# funding_statement: "This project is funded with the support of .." # optional, if you want a specific bit of text to appear
# funding_id: 2020-1-NL01-KA203-064717 # id of your grant, will be used in combination with funding_database to link to offical grant page
# funding_database: cordis|highergov|ukri|erasmusplus # Database where your project/grant is listed,
# # EU grants are often listed in cordis, US grants in highergov, UK grants in ukri
# # If your project is not present in one of these databases, please ping us.
# funding_database: cordis|highergov|ukri|dfg|erasmusplus|anr # Database where your project/grant is listed,
# # EU grants are often listed in cordis, US grants in highergov, UK grants in ukri
# # If your project is not present in one of these databases, please ping us.
#
# Please add in alphabetical order of the key (id)

Expand Down Expand Up @@ -315,6 +315,18 @@ fondfrance:
funder_name: Fondation de France
funding_id: WB-2022-43290

gaiadata:
name: Gaia Data
github: false
joined: 2022-06
avatar: "/training-material/assets/images/gaia_data.png"
url: https://www.gaia-data.org/
funding_id: "ProjetIA-21-ESRE-0010"
funding_id_display: "21-ESRE-0010"
funding_database: anr
funding_statement: |
This work was supported by the Agence Nationale de la Recherche as part of the “Investissements d’Avenir” Equipex+ Gaia Data program n°ANR-21ESRE-0010.

gallantries:
name: "Gallantries: Bridging Training Communities in Life Science, Environment and Health"
short_name: "Gallantries"
Expand Down
2 changes: 1 addition & 1 deletion _includes/funding-statement-short.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
<div>
{% if site.data.contributors[id].funding_id %}
{{ site.data.contributors[id].funding_id }}
{{ site.data.contributors[id].funding_id_display | default: site.data.contributors[id].funding_id }}
{% endif %}
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/contributor_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,10 @@ <h2>External Links</h2>
{% if entity.funding_database %}
{% assign url = entity | fetch_funding_url %}
<a href="{{ url }}">
{{ entity.funding_id }}
{{ entity.funding_id_display | default: entity.funding_id }}
</a>
{% else %}
<br>{{ entity.funding_id }}
<br>{{ entity.funding_id_display | default: entity.funding_id }}
{% endif %}

</p>
Expand Down
2 changes: 2 additions & 0 deletions _plugins/gtn/contributors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ def self.fetch_funding_url(contributor)
"https://www.highergov.com/contract/#{contributor['funding_id']}/"
when 'dfg'
"https://gepris-extern.dfg.de/gepris/projekt/#{contributor['funding_id']}?language=en"
when 'anr'
"https://anr.fr/#{contributor['funding_id']}"
else
Jekyll.logger.error "Unknown funding system #{contributor['funding_database']}. Please let us know so we can add support for it!"
'ERROR'
Expand Down
Binary file added assets/images/gaia_data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion bin/schema-grants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,15 @@ mapping:
funding_id:
type: str
required: true
description: The short identifier for your grant.
description: The short identifier for your grant. This will be used to construct the URL to your project page on the funding body's website.
_examples:
- 2020-1-NL01-KA203-064717
funding_id_display:
type: str
required: false
description: The short identifier for your grant. Only needed if the funding_id cannot be used to construct a url for to your project page. For example for ANR. Then put the id that should be shown to the user here.
_examples:
- 21-ESRE-0010
url:
type: str
description: associated webpage
Expand All @@ -123,6 +129,7 @@ mapping:
- ukri
- highergov
- dfg
- anr
funder_name:
type: str
description: A name for the agency providing the funding.
Expand Down
7 changes: 7 additions & 0 deletions events/2026-05-18-galaxy-academy.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ tags:
- variant-analysis
- climate
- humanities
- ecology

contributions:
organisers:
Expand Down Expand Up @@ -92,6 +93,7 @@ contributions:
- Oliver_Rupp
- oschwengers
- pauldg
- PaulineSGN
- paulzierep
- pavanvidem
- plushz
Expand All @@ -111,6 +113,7 @@ contributions:
- tcollins2011
- nomadscientist
- wm75
- yvanlebras
funding:
- eurosciencegateway
- biont
Expand All @@ -121,6 +124,8 @@ contributions:
- abromics
- ifb
- FAIR2Adapt
- pndb
- dataterra

location:
name: online
Expand Down Expand Up @@ -251,6 +256,8 @@ program:
link: events/tracks/gta2026-climate.md
- title: Digital Humanities
link: events/tracks/gta2026-dh.md
- title: Ecology
link: events/tracks/gta2026-ecology.md
- title: From Zero to Hero with Python
link: events/tracks/gta2026-bioNT.md
- title: Machine Learning
Expand Down
40 changes: 40 additions & 0 deletions events/tracks/gta2026-ecology.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
layout: event-track

title: Ecology
description: Learn all about Biodiversity data treatment on Galaxy. Start with the tutorial at your own pace. If you need support contact us via the Slack Channel [gta_ecology](https://gtnsmrgsbord.slack.com/channels/{{page.slack_channel}}). {% icon galaxy-info %} #**The workflows used for this track where tested thoroughly on the EU server, please use usegalaxy.eu for this track!**

slack_channel: gta_ecology

contributions:
organisers:
- yvanlebras
instructors:
- PaulineSGN
- Marie59
- yvanlebras
funding:
- dataterra
- pndb
- gaiadata

program:
- section: "Ecology / Biodiversity data treatment"
description: |
If you encounter any issue please ask us in this Slack channel.
tutorials:
- name: biodiversity-data-exploration
topic: ecology
- name: gbif_cleaning
topic: ecology
- name: SAM3
topic: ecology
- name: yolo_predict_deepsea
topic: ecology
- name: PAMPA-toolsuite-tutorial
topic: ecology
- name: obisindicators
topic: ecology
- name: panoply_ebv
topic: ecology
---