Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

All news

2022-04-01

Marispace-X: The digitalization of the maritime domaine

Gaia-X project is featured in the IT-BUSINESS Podcast

Climate Protection
Munition
IoUT
Offshore
Read more
All news
2022-03-03

Minister-President Daniel Günther announces New Digital Cooperation in the Maritime Space between Rostock and Kiel

Minister-President Daniel Günther and Science Minister Bettina Martin from Mecklenburg-Western Pomerania gave a press conference to inform about the opportunities of Marispace-X for northern Germany.

Climate Protection
Munition
IoUT
Offshore
Read more
All news
2022-01-26

Sea Of Data: Marispace-X Connects Ecosystems

Slowing climate change, exploring digital opportunities for wind power and clearing old munitions from the ocean – Marispace-X, a Big Data project based on Gaia-X, was launched at the turn of the year. Why new technologies and trust are needed to bring untapped potential from the sea to the surface.

Climate Protection
Read more
All news
2021-12-01

Building a maritime data space with Gaia-X

Marispace-X featured in the Inside IONOS Podcast

Munition
Offshore
IoUT
Climate protection
Read more
All news
No results found.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
// for each of the .wg-element-wrapper language links document.querySelectorAll('.wg-element-wrapper.sw3 [lang]').forEach((link)=>{ // add a click event listener link.addEventListener('click', function(e){ // prevent default e.preventDefault(); // switch current active language after a setTimeout setTimeout(()=>Weglot.switchTo(this.getAttribute('lang')),700); }); }); const radioButtonWrapper = document.querySelector('#toggle-options .radio-buttons-wrapper'); const btnToggle = document.querySelector('#button-toggle'); const textContent = document.querySelector('#text-content'); const toggleOptions = document.querySelector('#toggle-options'); btnToggle.addEventListener('click', (e) => { btnToggle.classList.toggle('active-button'); toggleOptions.classList.toggle('active'); radioButtonWrapper.classList.toggle('active'); }); const toggle = document.querySelectorAll('#toggle-options .fs-radio_field.w-radio'); toggle.forEach((element, idx) => element.addEventListener('click', (e) => { const parent = e.target.parentNode; const text = parent.querySelector('span.w-form-label').textContent; textContent.textContent = text; btnToggle.classList.remove('active-button'); toggleOptions.classList.remove('active'); radioButtonWrapper.classList.remove('active'); }) )