ADVERTISEMENT

PH ranking in 2018 global talent survey plummets

Published Nov 20, 2018 12:00 am
By Bernie Cahiles-Magkilat The Philippines ranking in the 2018 world ranking on the quality of workers plummeted to 55 from 45 in 2017 among 63 countries on worsening concerns on employment and the country’s education system. (Source: https://www.imd.org/wcc/world-competitiveness-center-rankings/talent-rankings-2018) (Source: https://www.imd.org/wcc/world-competitiveness-center-rankings/talent-rankings-2018)   The IMD World Talent Ranking 2018, which has just been released from the Singapore edition of IMD’s signature program Orchestrating Winning Performance (OWP), evaluates the capability of 63 countries in developing, attracting and retaining talent. The assessment is based on three factors: Investment and Development, Appeal, and Readiness. These factors include indicators that capture the resources invested in developing local talent, the extent to which a country attracts and retains talent, and the quality of skills available in the talent pool. The report noted the Philippines for having the most significant decline in the Asia region. The reasons for such a drop include a decline in tourism and employment, the worsening of public finances and a surge in concerns about the education system. Asia shows mixed results. Hong Kong and Singapore lead the region. On the one hand, Japan (25th), Republic of Korea (27th), Malaysia (22nd) and India (44th) all see slight improvements. On the other, Taiwan (17th), Thailand (30th) and Indonesia (43rd) drop a few places. Australia (19th) improves its rank by two positions and New Zealand (23rd) drops 7 places. Countries from the region that experience declines this year, with the exception of Taiwan, all show signs of a need to improve their tangible and scientific infrastructure. The 2018 edition of one of the world's foremost reports on the quality of international workforces has been released, with Western Europe dominating the top-10 with Switzerland leading for the fifth consecutive year. Canada is the only non-European nation in the top 10. Denmark finished second followed by Norway, Austria and the Netherlands. Norway joins the top three, advancing four places up from last year, thanks to an improvement in public expenditure on education and the readiness of its talent pool. Canada (6th), Finland (7th), Sweden (8th), Luxembourg (9th), and Germany (10th) complete the top 10. The Slovak Republic (59th), Colombia (60th), Mexico (61st), Mongolia (62nd), and Venezuela (63rd) are the last countries in the ranking. “Since 2014, the Talent Ranking assesses how the 63 economies we study develop, attract and retain highly-skilled professionals. Cultivating a skilled and educated workforce is crucial to strengthening competitiveness and achieving long-term prosperity, particularly in the current dynamic landscape where artificial intelligence, robotics and other new technologies constantly redefine the challenges that governments, businesses and society in general will have to face in the future,” said Arturo Bris, Director of the IMD World Competitiveness Center. “This year the most successful countries in talent competitiveness are mainly European, mid-size economies. Moreover, these countries share high levels of investment in education and quality of life,” concludes Arturo Bris. Hard data and responses to the IMD Executive Opinion Survey are used to produce the ranking. The latter annual survey compiles input from over six thousand executives based in 63 different economies. This year, Switzerland once again confirms its role as an important global talent hub. It ranks 4th in Investment and Development, and 1st in both the Appeal and Readiness factors. In addition, several European countries fall within the 25 most competitive with respect to talent. Belgium (11th), Cyprus (15th), Portugal (17th), Ireland (21st), United Kingdom (23rd), and France (25th) complete this list. With the exception of Estonia (28th), Slovenia (30th), and Latvia (33rd) Eastern European countries generally place in the lower part of the ranking. For instance, the Slovak Republic (59th), Bulgaria (57th), and Romania (56th) underperform in attracting highly skilled workers from abroad and they also face problems in retaining their locally-grown talent. Canada (6th) is the only non-European country in the top ten, rising from 11th place, lifted by an improvement in the quality of its talent pool. The USA (12th) also moves up with respect to last year showing advancements in all three talent factors. In Asia, Singapore (13th), Hong Kong SAR (18th) and Malaysia (22nd) achieve the best placements in terms of talent competitiveness. While the two city-states continue to excel in tapping into the international talent pool, Malaysia instead focuses on investments in education to develop its homegrown skilled workforce. Taiwan (27th) prioritizes the attraction and retention of talent, Japan improves (29th) due to the availability of skilled labor and the effectiveness of its education system and South Korea advances (33rd).
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.