ADVERTISEMENT

PH tops WDCR competitiveness ranking

Published Sep 28, 2019 12:00 am
By Bernie Cahiles-Magkilat The Philippines topped the world ranking in high-tech exports, but the country’s overall score in the global digital competitiveness improved only by a notch to 55th from 56th last year out of 63 countries ranked in knowledge and future readiness factors, latest survey showed. Now on its third year, the World Digital Competitiveness Ranking 2019 (WDCR), produced by the IMD World Competitiveness Center, measures the capacity and readiness of 63 economies to adopt and explore digital technologies as a key driver for economic transformation in business, government and wider society. To evaluate the economy, the WDCR examines three factors: Knowledge or the capacity to understand and learn the new technologies; Technology or the competence to develop new digital innovations; and future readiness or the preparedness for the coming developments. Overall, the Philippines improved its ranking only in the technology factor to 55th from 58th last year but slightly declined its rankings in knowledge factor to 51st from 50th, and future readiness to 54th from 52nd. But the Philippines ranked first in high-tech exports. The country also showed strengths in terms of high-tech patent grants where the country ranked 12th out of 63 countries. It also ranked higher in graduates in sciences where it ranked 13th and female researchers at 7th place. In addition, the Philippines has a higher score on investment in telecommunications at 15th. The Philippines managed to advance in these areas despite the country’s overall weakness in total expenditure on research and development where it ranked 59th out of 63 countries. Globally, the WDCR reported that the United States held on to the number one spot with all top five economies in the ranking unchanged: USA, Singapore, Sweden, Denmark and Switzerland. Singapore comes 2nd, securing top place in the technology factor, 3rd in knowledge and 11th in future readiness. Singapore’s strongest performance at the sub-factor level was in talent and technological framework, ranking 1st in both. It also ranked highly in training and education and IT integration (4th in both). Notably, Asian countries made strong strides in World Digital Competitiveness ranking. The largest increases in the overall ranking was led by China, moving from 30th to 22nd, and Indonesia, from 62nd to 56th. In the case of China, the improvement originated mainly in the knowledge factor (18th) in which it progressed in the training & education sub-factor (from 46th to 37th) and in scientific concentration (21st to 9th). For Indonesia, its progress was driven largely in the technology factor (47th) with improvement in executive perceptions about the effectiveness of its regulatory framework (57th to 51st) and about the availability of capital for technology development (34th to 26th). Hong Kong SAR moves up to 8th from 11th in 2018. Hong Kong ranked the highest in technology (4th) and placed 7th in knowledge. Under knowledge, its highest spot was in talent – 4th – and its lowest in scientific concentration, 16th. In technology, Hong Kong ranked 3rd in the technological framework sub-factor and 12th in the regulatory framework. Republic of Korea broke into and rounded up the top 10, rising from 14th in 2018. Its strongest performance was in the future readiness factor (4th) in which it ranked 4th in the adaptive attitudes sub-factor and 5th in business agility but placed at 21st in IT integration. For Taiwan, China (13th) there was a positive trend in executive perceptions about talent availability and access to capital. Taiwan also experienced improvements in the future readiness factor (22nd to 12th) particularly in terms of business agility (13th to 3rd). Malaysia, which ranked 26th, has overall strengths in graduates in science (6th) and women with degrees (4th). India advanced four places to 44th position in 2019, with the biggest improvement in the technology sub-factor level, holding first position in telecommunications investment.
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.