ADVERTISEMENT

King Charles urges 'genuine' climate action at COP28

Published Dec 1, 2023 01:53 pm

DUBAI, United Arab Emirates - King Charles III told world leaders Friday that the UN's COP28 talks in Dubai must be a turning point in the fight against climate change, as tough negotiations over the fate of fossil fuels began.

346Q2K6-Preview.jpg
Britain's King Charles III poses for a family photo with other participating world leaders and delegates during the COP28 United Nations climate summit in Dubai on December 1, 2023. World leaders take centre stage at UN climate talks in Dubai on December 1, under pressure to step up efforts to limit global warming as the Israel-Hamas conflict casts a shadow over the summit. (Photo by Giuseppe CACACE / AFP)

Charles kicked off two days of speeches by heads of state and government in the oil-rich United Arab Emirates, where the future of fossil fuels has taken centre stage.

"I pray with all my heart that COP28 will be another critical turning point towards genuine transformational action," King Charles told assembled leaders including Indian Prime Minister Narendra Modi, French President Emmanuel Macron and Brazilian President Luiz Inacio Lula da Silva.

"We are carrying out a vast, frightening experiment... all at once, at a pace that far outstrips Nature's ability to cope," said the king, a lifelong environmentalist, who missed last year's COP27 in Egypt reportedly due to objections by then UK prime minister Liz Truss.

The sense of urgency was heightened by a UN warning Thursday that 2023 is on track to become the hottest year on record, raising fears the world will not meet the goal of limiting warming to 1.5 degrees Celsius.

Speaking after the king, Lula, who will host COP30 climate talks in the Amazon in 2025, said: "The planet is fed up with unfulfilled climate agreements."

Other leaders from developing nations spoke of the disproportionate impact of global warming on their people and urged wealthier nations to honour unfulfilled promises to deliver climate funding.

"It's painful for the people of the small island developing states to see that COP28 may not be the milestone moment we had all been hoping for because of our slow progress on the Paris Agreement," said Tonga's King Tupou VI.

The UAE hosts said more than 170 world leaders would attend COP28, but Chinese President Xi Jinping and US President Joe Biden -- whose countries are the world's biggest polluters -- are absent.

The COP28 conference opened on Thursday with an early victory as nations agreed to launch a "loss and damage" fund for vulnerable countries devastated by natural disasters.

But delegates face two weeks of tough negotiations on an array of issues that have long bedevilled climate talks, starting with the future of oil, gas and coal.

The Israel-Hamas war also cast a shadow over the conference, with the Iranian delegation walking out in protest over the presence of Israeli representatives.

 

- Phase down vs phase out -

A first draft of a COP28 agreement being negotiated by nearly 200 countries includes language on a "phasedown/out" of fossil fuels, which account for the bulk of greenhouse gas emissions.

"The science is clear: the 1.5-degree limit is only possible if we ultimately stop burning all fossil fuels," UN Secretary-General Antonio Guterres said.

Activists have raised concerns about the influence of the energy industry lobby at COP28 as the conference is chaired by Sultan Al Jaber, who is also head of the UAE's national oil company.

Jaber, who is also chairman of a renewable energy firm, said Thursday the "role of fossil fuels" must be included in a final COP28 deal.

The draft text sets up a fight between those calling for a "phaseout" and those in favour of a less drastic "phasedown" of fossil fuels. But observers said the inclusion of such language was significant.

"It is more ambitious than anything ever tabled at COP27 (talks in Egypt last year), so even having it among the options is a big step up," said Lola Vallejo, an expert from French climate think tank IDDRI.

 

- Gaza war -

 

But the climate crisis shared the spotlight with the Israel-Hamas conflict as a week-long truce ended.

"We cannot talk about climate change in isolation from the humanitarian tragedies unfolding around us," said Jordan's King Abdullah II.

Israeli President Isaac Herzog met his UAE counterpart Sheikh Mohamed bin Zayed Al Nahyan on Thursday as part of a diplomatic push to release hostages held by Hamas since the conflict erupted on October 7.

US Secretary of State Antony Blinken travelled to Dubai on Friday to meet regional counterparts.

US Vice President Kamala Harris, who will represent the United States at COP28, was also expected to meet with regional officials on the Israel-Hamas conflict.

Related Tags

WORLDNEWS
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.