ADVERTISEMENT

TESDA - Daikin partnership yields state-of-the-art training center

Published Dec 2, 2021 01:02 pm

A partnership between the Technical Education and Skills Development Authority (TESDA) and Daikin Philippines will greatly benefit the Heating, Ventilation, and Air Conditioning (HVAC) Industry of the country through a new training center, the agency said on Wednesday, Dec. 2.

(Photo from TESDA / MANILA BULLETIN)

Following the signing of a Memorandum of Agreement (MOA) between the agency and Daikin Philippines last July 15 this year, Building 7 inside the TESDA Complex has now transformed into a state-of-the-art TESDA-Daikin HVAC Training Center. The 900-square meter facility, which has three training areas, two lecture rooms, two storage rooms, an office area, and a meeting room, is part of the signed agreement.

Apart from the renovation, Daikin Philippines also provided modern training tools and equipment that will be initially used in the 11-day trainers' training in January next year which will be participated by trainers coming from CALABARZON, the National Capital Region (NCR), and TESDA Central Office's General Services Division.

In his speech, TESDA Secretary Isidro Lapeña emphasized the relevance of the partnership with Daikin especially that HVAC Training is one of the in-demand training courses in TESDA.

"It is only proper to provide our HVAC Trainees with facilities that will not only help them acquire and develop new skills, but also give them a comprehensive learning experience," he said.

He also expressed his gratitude to Daikin President Takayoshi Miki as the company will soon share its advanced knowledge, skills and expertise to the Filipino learners.

Lapeña also congratulated Deputy Director General for TESD Operations Lina Sarmiento who is also the Chairperson of TESDA-NCR TESD Techno-hub and Knowledge Resource Center; and TESDA-NCR Regional Director Florencio Sunico, Jr. who is leading TESDA in carrying out the agency's commitment in the partnership.

Sunico assured that the HVAC sector not only in Metro Manila, but also in other regions of the country, will have a new home inside the TESDA Complex and mentioned that the Regional Training Center - NCR will offer the Domestic Refrigeration and Air-conditioning (DOMRAC) NCII and Commercial Air Conditioning Installation and Servicing NC III starting in the first quarter of 2022.

Meanwhile, Miki believes that Filipinos will greatly benefit from this partnership.

"Regardless of the role they play, be it as a consumer, or a potential job-seeker, this will really be a big help. As a consumer, they would be able to enjoy reduced energy usage that will convert into savings. Whilst as an installer of split type air conditioners, they would be able to earn a better living through installations and workmanship that were not required when using window type units. More importantly, Filipinos trained under the new NCIII program will be regarded as highly-skilled aircon workers when seeking employment abroad," he said.

TESDA-Daikin HVAC Center will also host the Refrigeration and Air Conditioning Servicing skill area of the Philippine National Skills Competition on December 13 - 17, 2021.

Related Tags

hvac Technical Education and Skills Development Authority Technical Education and Skills Development Authority (TESDA) tesda daikin philippines and Air Conditioning (HVAC) and Air Conditioning industry Heating Ventilation daikin
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.