Broadcast United

UN: We are taking more from the ocean than can be restored

Broadcast United News Desk
UN: We are taking more from the ocean than can be restored

[ad_1]


By 2030, ocean-related jobs could reach 40 million. Photo: EPA
By 2030, ocean-related jobs could reach 40 million. Photo: EPA

To mark World Oceans Day, the United Nations has joined forces with policymakers, scientists, the private sector, civil society and youth activists to warn that humanity’s relationship with the ocean must urgently change.

Password Host We awaken to new depths They urged Strengthen broader ocean conservation efforts. They cover more than 70% of the Earth and are the source of life for humans and all other life on Earth. They provide at least half of the Earth’s oxygen and most of its biodiversity, and are the main source of protein for more than a billion people worldwide.

They are also vital to the economy, with an estimated 40 million people expected to be employed in ocean-related industries by 2030.”Given that we have depleted 90% of large fish stocks and destroyed half of coral reefs, we are taking more from them than can be restored. We must work together to establish a new balance with the ocean, one that is not based on depleting its riches but on bringing new life to it.,” they stressed at the United Nations.

World Oceans Day was already celebrated on Friday at the Piran Marine Biological Station of the National Institute of Biology, which opened its doors to visitors, especially school children.

The centerpiece of the Marine Biological Station’s traditional open day is a lecture by a biodiversity researcher Lovrenc Lippeinamely on the subject of Slovenia’s experience in exploring the marine diversity of the Mediterranean. Then the students, under the guidance of the researcher Vesnay Flanders Putel In addition to short lectures, they can also participate in seminars on topics such as the diversity of marine life, the ocean under the microscope, and physical experiments to understand shells and water.

The more we know about our oceans, the easier it will be to protect them.

In recent years, Italian and Slovenian experts have been collaborating in various cross-border projects to find solutions for climate resilience. Smarteco 2 They are developing measures to adapt to the climate crisis from Venice Lagoon to Lagoon Caorle and the city of Koper.

Basically, they are our food source, they regulate the climate. They produce more than half of the oxygen we breathe. Basically, they are an essential element in our lives. like We will know how it works, then it will be easier to protect it,She stressed the fragility of the ocean to Slovenian Radio Boyana Lipei From society Dopps and the Skotjansky Bay Nature Reserve.

Consortium Director Recultivation Eastern Veneto Graziano In Paul It highlights rising sea levels due to climate change, which the lagoon is also dealing with. CaorleTherefore, it is already necessary to adapt the structures that protect the coast from the impact of seawater, although this problem will intensify Handle Next generation.

Ecologist Alberto Barros The professor at the University of Padua stressed that we must respect the ocean, both for the beauty of marine life and for the benefits we derive from it. If we want to achieve sustainable development in a time of climate change, we also need to establish new relationships, new alliances, between environmental protection and economic development.

Sea turtles released into the wild

An open day was also held on Friday at Piran Aquarium, which is operated under its center Faculty of Science of Primorsky Territory University. There is not a single resident in the aquarium. The loggerhead turtle has been cared for since October last year and has been released into the wild after successful rehabilitation.

// Production steps of ECMA-262, Edition 6, 22.1.2.1 Array.from||(Array.from=function(){var r;try{r=Symbol.iterator?Symbol.iterator:"Symbol(Symbol.iterator)"}catch //IE11 polyfill if (!String.prototype.includes) { String.prototype.includes = function() { 'use strict'; return String.prototype.indexOf.apply(this, arguments) !== -1; }; }

// Cookie helper var cookieHelper = { getCookie: function(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); },

setCookie: function(name, value, days) { var d = new Date; d.setTime(d.getTime() + 24*60*60*1000*days); document.cookie = name + "=" + value + ";domain=.rtvslo.si;path=/;expires=" + d.toGMTString() + ";secure;"; },

deleteCookie: function(name) { cookieHelper.setCookie(name, '', -1); },

cookieExist: function(cookieName) { if (document.cookie.split(';').filter(function(item) { return item.includes(cookieName + '=') }).length) { //console.log('Cookie founded!'); return true; } return false; } }; // END: Cookie helper

// iProm (function(a,g,b,c){ a(c)=a(c)||function(){ "undefined"===typeof a.ipromNS?(a(c).q=a(c).q||()).push(arguments):a.ipromNS.execute(arguments)}; var k=function(){ var b=g.getElementsByTagName("script")(0);return function h(f){ var e=f.shift();a(c)("setConfig",{ server:e}); var d=document.createElement("script");0-1){ cookieConsent = true; }

var $sid = 'slovenija'; var $ssid = 'slovenija'; if($sid == ''){ $sid = 'default'; } if(cookieConsent == false){ $sid = 'safe'; $ssid = ''; }

_ipromNS('init', { sitePath: ('rtvslo',$sid,$ssid), cookieConsent: cookieConsent }); // END: iProm

// Dark mode, Comments & Login if (( document.cookie.indexOf('darkModeEnabled=true') != -1 ) || ( document.cookie.indexOf('darkModeEnabled') == -1 && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches )) { document.body.classList.add('dark-mode'); }

if (document.cookie.indexOf('showComments=true') != -1) document.body.classList.add('show-comments-enabled'); if (document.cookie.indexOf('APISESSION_USER_ID') != -1) { document.body.classList.add('user-logged-in'); // ADVANCED USERS if (document.cookie.indexOf('APISESSION_USER_NL') != -1) { cookieHelper.getCookie('APISESSION_USER_NL').split('-').forEach(function(item) { if(item == '15') document.body.classList.add('advanced-user'); }); } } else { document.body.classList.add('user-logged-out'); }

// Mobile check var mobile = false; var mobile_xs = false;

var checkIfMobile = function checkIfMobile() { var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;

w < 992 ? (mobile = true) : (mobile = false); // 992px = lg breakpoint w < 576 ? (mobile_xs = true) : (mobile_xs = false); // 576px = sm breakpoint }; checkIfMobile(); window.addEventListener("resize", checkIfMobile); // iOS standalone var isIos = function isIos() { var userAgent = window.navigator.userAgent.toLowerCase(); return /iphone|ipad|ipod/.test(userAgent); }; // Detects if device is on iOS var isInStandaloneMode = function isInStandaloneMode() { return "standalone" in window.navigator && window.navigator.standalone; }; // Detects if device is in iOS standalone mode var showIosNative = false; if (window.location.href.indexOf("show-ios-native") !== -1) document.cookie = "showIosNative=true"; if (document.cookie && document.cookie.indexOf("showIosNative=true") != -1) showIosNative = true; if ((isIos() && isInStandaloneMode() && mobile) || showIosNative) document.body.classList.add("ios-standalone"); // Facebook if(document.cookie && document.cookie.indexOf("cc_social=yes") > -1){ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)(0); if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src="https://connect.facebook.net/sl_SI/sdk.js#xfbml=1&autoLogAppEvents=1&version=v3.1&appId=142347525793254"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }

//EBU Pilot window.getEbuConsent = function() { var ebuConsent = false; if(document.cookie && document.cookie.indexOf("cc_social=yes") >-1){ ebuConsent = true; } return ebuConsent; }

function scrollToLiveItemInArticle() { let liveItem = document.getElementById('mmczivoinjectV2'); if (!liveItem) { for (let i = 0; i <= 3; i++) { let element="rtv4dplayer_live_" + i; liveItem = document.getElementById(element); if (liveItem) break; } } if (liveItem) { liveItem.scrollIntoView({behavior: "smooth", block: "center", inline: "nearest"}); } }

[ad_2]

Source link

Share This Article
Leave a comment

Leave a Reply

Your email address will not be published. Required fields are marked *