ADVERTISEMENT

Huawei Philippines hosts Ecosystem Partner Summit 2020

Published May 15, 2020 02:34 pm
huawe part Huawei Philippines’ Ecosystem Partner Summit with the theme “ Win Together “ brought together 998 attendees representing Huawei’s 100-strong partnerships  in the Philippines. Opening the program was a speech from Mr. Todd Liu, President of Huawei Philippines Enterprise Business. He expressed his gratitude to all the partners and Huawei’s commitment to develop a partner ecosystem, characterized by openness, fair, transparent and stable to be able to achieve a win-win collaboration and improve market share. “Huawei appreciates your commitment over the years and sincerely look forward to your continuous support to grow the business together” said Mr. Liu. To achieve a win-win collaboration and business success, Mr. Kevin Wang, Director of Channels Enterprise Business laid down the Channel Business Overview and initiatives for 2020 which is guided by Huawei Partners Policy- Profitability, Simplicity, Enablement and Ecosystem.  “Life continues, dream continues and business needs to continue, as a vendor Huawei is proposing a  3-core concept – Being integrated, sharing success with partners and fair, transparent and simple approach to partners” said Kevin Wang. Announced during the Summit are Business Goals for 2020, Huawei Ecosystem partnerships, Certification Requirements, and Channel incentives.  Highlighted during the event is Huawei Public Health Event Emergency Management Solution. Mr. Mike Mcdonald, Huawei Asia Pacific Chief Technology Officer presented the initiatives of Huawei which leverages information and Communication technology to better discover, detect Isolate and find a treatment for those infected by COVID-19. Using Artificial Intelligence, Huawei solution can help with contract tracing, training and remote visiting and support of COVID-19 patients during their treatment. New innovative products and services were also announced during the Summit as follows:
    •  Huawei Cloud using AI, Big data, SAP and Back-up secured solutions to enable enterprises in digital transformation
    • Huawei’s AirEngine Wi-fi 6 products in the industry integrates Huawei’s own innovative 5G and AI technologies. Ideally suited to build all-wireless high-quality networks for enterprise office, production and public service scenarios.
 
  • Huawei OcensStor Dorado benefits from five built-in propriety Huawei intelligent chips to accelerate critical paths for transmission, compute, intelligence, storage and management.
  • Huawei Smart Li UPS – combines Huawei’s Li-Ion battery technology with unique modular design, SmartLi UPS reinvents powersupply systems for next generation data centers
The last presentation in the Summit is Huawei’s Talent Development plan and initiatives for 2020 conducted by Mr Lim Seow Boon. Key point is to drive success capability, talent development thru collaboration with strong and capable partners and build talent alliance.  Concluding the event, Huawei recognized the partners and their exemplary performance in 2019. CLOUD & AI Partner of the Year – Storage Category, given to two outstanding partners namely, AMTI and World Solutions Technology. Inc. CLOUD & AI PARTNER - Huawei Cloud award is given to BNext, Inc. and CloudWalk Digital, Inc. NETWORK PARTNERS OF THE YEAR awarded to AMTI and MicroGenesis Business Systems. INVERTER PARTNER OF THE YEAR goes to Brills Marketing Corporation. Mapua University  certified the most number of students for 2019 and received the ICT TALENT PARTNER of THE YEAR AWARD. VSTECS Philippines is DISTRIBUTOR OF THE YEAR and PARTNER OF THE YEAR is given to EVI Distribution, Inc. “Huawei Enterprise Business, is committed to develop a partner ecosystem, characterized by openness, fair, transparent and stability, to achieve win-win collaboration. Hoping to bring unity to Huawei and its partners towards a common vision, extend common ground, explore more possibilities for transforming and growing businesses together according to Mr. Todd Liu , President, Huawei Philippines Enterprise Business.
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.