diff --git a/CONTRIBUTORS.yaml b/CONTRIBUTORS.yaml
index fbc0f451b4ede2..9ad7d535a49d8f 100644
--- a/CONTRIBUTORS.yaml
+++ b/CONTRIBUTORS.yaml
@@ -655,6 +655,14 @@ B0r1sD:
former_affiliations:
- eurosciencegateway
+C0c0-C00k13:
+ name: Emilie-Jeanne Mayi
+ joined: 2026-06
+ affiliations:
+ - ISYEB
+ - mnhn
+ - pndb
+
CameronFRWatson:
name: Cameron Watson
joined: 2022-07
@@ -1160,6 +1168,13 @@ meaghanmcconlogue:
github: false
joined: 2026-01
+Meyane:
+ gtn-halloffame: "no"
+ name: Meyane Marage
+ joined: 2026-06
+ affiliations:
+ - mercator
+
michaelreich:
gtn-halloffame: "no"
name: Michael Reich
diff --git a/ORGANISATIONS.yaml b/ORGANISATIONS.yaml
index a4b7f8cde9b1df..585d6c4bbc846b 100644
--- a/ORGANISATIONS.yaml
+++ b/ORGANISATIONS.yaml
@@ -214,6 +214,14 @@ limagrain:
github: false
gtn-halloffame: "no"
+mercator:
+ name: Mercator Ocean International
+ joined: 2026-06
+ url: https://www.mercator-ocean.eu
+ avatar: "/training-material/shared/images/logos/mercator.png"
+ github: false
+ gtn-halloffame: "no"
+
miracum:
name: Melbourne Bioinformatics
url: https://mdhs.unimelb.edu.au/melbournebioinformatics
diff --git a/shared/images/logos/mercator.png b/shared/images/logos/mercator.png
new file mode 100644
index 00000000000000..6be398d9f760df
Binary files /dev/null and b/shared/images/logos/mercator.png differ
diff --git a/topics/ecology/tutorials/QGIS_Antarctic_species_env./tutorial.md b/topics/ecology/tutorials/QGIS_Antarctic_species_env./tutorial.md
new file mode 100644
index 00000000000000..3256554a68cba6
--- /dev/null
+++ b/topics/ecology/tutorials/QGIS_Antarctic_species_env./tutorial.md
@@ -0,0 +1,101 @@
+---
+layout: tutorial_hands_on
+title: Display marine Antarctic species occurences & environemental information on QGIS
+questions:
+- How to use QGIS through Galaxy to create maps showing species occurences on environmental context
+objectives:
+- Deal with QGIS execution management
+- Access, filter, and import GIS data using WFS webservice
+time_estimation: 0H30M
+key_points:
+- From WFS webservice, you can now access GIS remote data, build a query to select a subpart of the data, and import it to Galaxy through QGIS Galaxy interactive tool.
+tags:
+ - GIS
+ - Geographical Information System
+ - spatial data
+ - maps
+ - OGC
+ - biodiversity
+ - ecology
+ - data visualization
+contributions:
+ authorship:
+ - Meyane
+ - C0c0-C00k13
+ - TuturBaba
+ - yvanlebras
+ funding:
+ - mnhn
+ - pndb
+ - sorbonneuniv
+ - ISYEB
+
+subtopic: ecologyviz
+---
+
+Dealing with Biodiveristy data, notably species occurences, scientists are intensively using QGIS solution to display such biological information on a geographical context. To illustrate this kind of task, we will use Antarctic geographical context to create a map presenting marine species occurences obtained from OBIS, environmental information from IBSCO, and basemap from NPI/Quantarctica.
+
+>
+>
+> In this tutorial, we will cover:
+>
+> 1. TOC
+> {:toc}
+>
+{: .agenda}
+
+# Managing QGIS Galaxy interactive tool
+
+QGIS is integrated in Galaxy as an interactive tool. This kind of tool works differently than classical tools as it allows the user to interact with a dedicated graphical interface.
+
+To use QGIS, you need to use the {% tool [dedicated form](interactive_tool_qgis) %}, you can specify input datasets from your history you want to use in QGIS, or not ;), then press the execute button to launch a dedicated QGIS instance. When the graphical user interface of QGIS is ready to be used, a URL will be displayed at the top of the Galaxy center panel. If you don't see it, you can see and access it through the "Interactive Tools" space of the left panel or you can click on {% icon galaxy-eye %} on the tool in the history.
+
+Once you finish your work on QGIS, if you want to reuse data and/or the entire project, you need to save files in the "output" folder (which you can find in the "working" directory).
+Then, quit QGIS properly through the "Project" Menu tab top left and click on "Exit QGIS".
+
+# Importing data to Galaxy
+
+The starting point is to gather occurences and environmental data with an Antarctic base map in your Galaxy history
+
+## Antarctic species occurences
+
+> Seraching and downloading marine occurences data from OBIS
+>
+> 1.
+{: .hands_on}
+
+## Antarctic bathymetry
+
+
+> Downloading bathymetry from GEBCO IBSCO
+>
+> 1.
+{: .hands_on}
+
+>
+>
+> 1. Are you seeing how QGIS shows the fact that a layer is resulting from a query made on a larger layer?
+>
+> >
+> >
+> > 1. There is a dedicated "filter" icon next to the name of the layer.
+> >
+> {: .solution}
+>
+{: .question}
+
+## Antarctic basemap
+
+> Downloading bathymetry from GEBCO IBSCO
+>
+> 1.
+{: .hands_on}
+
+# Launching a QGIS instance on your data
+
+# Using QGIS to create a Antarctic biodiversity map
+
+
+# Conclusion
+
+You just did a classical GIS operation, importing species occurences, environemtal and geographical context basemap data into QGIS, creating a QGIS project, displaying features of interest saved in a QGIS project archive you can share broadly through Galaxy!