ADVERTISEMENT

35 Years of Transformation with Aboitiz Foundation

Published Sep 28, 2023 04:51 am

The Aboitiz Foundation celebrates 35 years of co-creating resilient, empowered, and sustainable communities. In the Aboitiz Group’s journey to become the Philippines’ first techglomerate, Aboitiz Foundation represents what lies at the heart of this Great Transformation: People. The Foundation optimizes the synergies of Aboitiz business units and its partners nationwide to create more value for its beneficiaries, its communities, and the environment. 

The Group’s commitment to corporate citizenship traces back to over a century ago when its founder, Don Ramon Aboitiz, began his corporate philanthropy efforts to better the welfare of his employees. Founded in 1988, Aboitiz Foundation has evolved beyond traditional charity, harnessing innovation to drive change and shape the future of underserved communities. With investments totaling more than PHP5 billion, Aboitiz Foundation has partnered with some 600,000 individuals and institutional partners and implemented over 5,000 corporate social responsibility (CSR) projects.

092823AboitizFoundation1.jpg
Aboitiz Foundation provides scholarships and financial aid to students nationwide so they can 
seize opportunities for further education, employment, and entrepreneurship.

FUTURE LEADERS

Over the years, Aboitiz Foundation has provided resources, facilities, and scholarships to Filipino students and young professionals, especially those in remote areas who have less access. The Foundation made a US$10 million donation to the Asian Institute of Management (AIM) for the Aboitiz School of Innovation, Technology & Entrepreneurship (ASITE) to help address the demand for talent in data science in the country through world-class teaching and research. The Foundation is also onboarding partners to scale Aurora PH, a project that aims to provide access to electricity, internet connectivity, and digital tools to accelerate the learning of students in last-mile schools. Focusing on STEM (science, technology, engineering, and mathematics) and entrepreneurial fields, the Foundation’s aims aim to empower the nation’s future leaders with opportunities to drive change for the generations to come.

092823AboitizFoundation2.jpg
Aboitiz Foundation’s Byaheng Digiskarte is a mentoring program that empowers MSMEs to enhance 
their business operations and expand their market reach through developing digital skills. 

ENTERPRISE & JOBS

In an ever-changing economic landscape, Aboitiz Foundation adopts an agile approach in its development programs. It finds ways to leverage technology to upskill Filipinos so they can excel in the digital economy. In 2022, over 6,000 beneficiaries, including MSMEs and cooperatives, received support and training through the foundation’s programs. Byaheng Digiskarte equips MSMEs and micro-entrepreneurs with the digital tools and skills they need to successfully grow their businesses. Similarly, the Elevate AIDA (Artificial Intelligence and Data Annotation) program provides data annotation and other technical training for homemakers and mothers that will enable them to earn a living while taking care of their families. With these new capabilities, more and more Filipinos can shape the future for themselves and their communities. 

092823AboitizFoundation3.jpg
The Aboitiz Cleanergy Park promotes biodiversity conservation, serving as a sanctuary for pawikans 
and dozens of rare bird species so they can thrive in a safe, secure environment.

CLIMATE ACTION

Since its inception, Aboitiz Foundation has been committed to protect the environment. The Foundation has invested in sites such as the Aboitiz Cleanergy Park, which serves as a sanctuary for endangered wildlife, built entirely of recycled materials. Last year, Cleanergy Park released some 8,000 hawksbill turtle hatchlings and planted more than 19,000 mangroves. A-Park is another nationwide project towards reforestation and nature-based carbon capture solutions. The Foundation also works with various government, academic, and non-profit partners to implement systems that will develop more climate-resilient, climate-smart communities.

This journey over the years has been guided by an emphasis on the “S” in ESG, in which Aboitiz Foundation takes a people-centric approach and pairs with technology-driven solutions to drive positive change. As Aboitiz Foundation forges ahead, it carries a renewed commitment to expand flagship programs, foster global collaborations, and harness innovation to continue transforming — all in its unwavering mission to shape a brighter future for its communities, and for the nation.

Related Tags

Aboitiz
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.