ADVERTISEMENT

Barbers eyes deuterium as alternative energy source in Philippines

Published Jan 24, 2025 04:23 am

At A Glance

  • Surigao del Norte 2nd district Rep. Robert Ace Barbers has proposed a novel way to address the problem of rising fuel prices and energy costs in the country—develop and harness deuterium deposits.

A lawmaker from Mindanao has proposed a novel way to address the problem of rising fuel prices and energy costs in the country—develop and harness deuterium deposits.

Surigao del Norte 2nd district Rep. Robert Ace Barbers on Friday, Jan. 24, said that he filed a bill seeking the creation of an agency that will focus on research and development of deuterium, known as a fuel for nuclear fusion reactions, after having identified that the Philippine trench has the largest deuterium deposits in the world.

For Barbers, it is only imperative to explore and invest in alternative energy sources, like deuterium, that are sustainable and environmentally friendly because the continued dependence on fossil fuels as the main energy source "exacerbates global warming through excessive carbon emissions, threatening ecosystems and the well-being of future generations".

Deuterium is a hydrogen isotope with a neutron. It occurs in about one out of 6,400 hydrogen atoms, and is said to be naturally abundant in oceans.

"It is a clean energy source that produces no harmful carbon emissions, with its byproducts limited to water vapor or steam. It can also serve as a replacement for traditional fuels such as gasoline, LPG and aviation fuel, offering a versatile and sustainable solution for powering internal combustion engines," Barbers explained.

Under House Bill (HB) No. 11295 that was filed last Jan. 15, Barbers highlighted the need to establish an agency to be called the Philippine Deuterium Research and Development Authority (PDRDA) to prepare the country and take proactive steps toward exploring deuterium--an untapped energy resource in the Philippines.

Under the measure, the proposed PDRDA office will be an attached agency of the Department of Science and Technology (DOST) which, aside from being an R&D (research and development) office for deuterium, would be authorized to facilitate the entry of foreign expertise and resources in order to accelerate the scientific information and technology transfer of local expertise on deuterium-based energy source.


There is also a need to create a Board of Trustees from the government and from energy research and related fields, as well as representatives from the private sector and organizations of scientists and engineers.

Since the 1980s, Barbers said, there had been persistent reports that the Philippines has the largest deposit of deuterium in the world, particularly in the Philippine Deep, and that mining it would pay off for the benefit of the country’s economy.

"Di natin maisasa-isantabi na ang mga malalaking oil companies at ang mga bansa na nagpro-produce nang langis ay threatened so potential ng deuterium as an alternative energy source dahil magigiba ang kanilang mga ekonomiya sakaling ma-explore, harness at makapag-mina tayo ng deuterium (We cannot set aside the fact that big oil companies are threatened by the potential of deuterium as a source of an alternative energy because their economy will become different if ever we explore, harness and be able to mine deuterium)," he said.

"So, hindi malayo na mag-e-exert sila ng effort or pressure o kaya disinformation para ma-diskaril and R&D natin sa deuterium na tinaguriang 'fuel of the future' (So it's not impossible that they will exert effort or pressure as well as resort to disinformation in order to stop the R&D on what is called the 'fuel of the future')," he added.

Barbers said that as of 2021, the use of deuterium as a large-scale power source was still in the early research phase. And according to the Philippine National Oil Company (PNOC), the study is still ongoing, thus "technologically speaking, deuterium as fuel has not been widely researched and has only been used for nuclear fusion reactor prototypes," he said.
   

Related Tags

Robert Ace Barbers deuterium
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.