ADVERTISEMENT

United Nations advocates equality for all through technology and innovation

Published Mar 20, 2023 08:43 am
In celebration of International Women’s Day, the Philippine Commission on Women (PCW), in partnership with the United Nations (UN) and the UN Women in the Philippines, gathered stakeholders and private organizations to showcase the efforts and programs they’ve worked on together in order to promote a prosperous and inclusive society. In her keynote speech, Vice President Sara Z. Duterte highlighted the importance of breaking the code for equality by evolving past traditional culture and social norms that created barriers between genders. Instead, she advocated for the creation of programs such as providing funding for “womenpreneurs”, alternative learning systems, and healthcare availability that would create equal opportunities for women in both education and workplace. She advocated narrowing the gap in digital accessibility which in turn gives women and girls the equal opportunities as men allowing them to prosper and avoid getting boxed within traditional norms.

READY TO BREAK THE CODE. (From L-R) SM Supermalls President Steven T. Tan joins Philippine Commission on Women Executive Director Atty. Kristine Yuzon-Chaves, Philippine Vice President Sara Z. Duterte, UN Resident Coordinator Mr. Gustavo Gonzalez, and UN Women Country Programme Coordinator Ms. Lenlen Mesina during the International Women's Day event at the SM Aura Premier Samsung Hall. With them are French Embassy’s Ines Ferrer, European Union’s Stephanie Carette, Canadian Embassy’s John Lok, British Embassy Manila’s Iain Cox, Hungarian Embassy’s Ambassador H.E. Dr. Titanilla Toth, Argentinian Embassy’s Minister Plenipotentiary Andrea Repetti, Japanese Embassy’s Minister Nihei Daisuke and first Secretary Kanno Chihiro. The whole day event titled 'Breaking the Code: Equality for All Through Technology and Innovation' the spotlight on bridging the digital gender gap and promoting equality for girls and women in digital education and technology sectors.

Speakers from different private organizations also joined in panel discussions that discussed creating positive impact on mental health, safe spaces through communities, and maximizing innovations for women.

Working with private organizations for women empowerment

Through UN Women, the entity dedicated to gender equality and the empowerment of women, the UN bridged together stakeholders and private organizations committed to the same cause. Among their largest partners is SM Supermalls that had signed the UN's Women Empowerment Principles (WEPs) in 2021. Mr. Steven Tan, President of SM Supermalls, spoke at the event about the different efforts that the company has committed to nurture and uplift women employees such as a continuing education series on safe spaces, self defense, mental health awareness, work-life balance coaching, and productivity workshops. “I applaud all of you for leading today’s discussion on uplifting women through digital technology and you have our assurance that we will always be your partner in providing a safe, secure and fun space for girls and women, a nurturing place where opportunities are equal, as we work towards a society where all voices are heard and no one is left behind,” said SM Supermalls President, Steven Tan.

Continuous Effort Towards Equality

Gustavo Gonzalez, UN Resident Coordinator in the Philippines, said, “The digital gender divide prevents young girls from getting access to their her daily lessons, young women to complete her education, rural women to own her own bank account to feed her family or get employment. Inclusive digitalization and gender equality will be a cross-cutting theme across pillars of the new UN Philippines Cooperation Framework. By closing the digital gender divide, we will together build a more resilient and inclusive society.” A key partner in all of the UN’s efforts is The Philippines Commission on Women. To make sure that all efforts towards equality are being acted upon, the commission is mandated to create an enabling environment for government and stakeholders to be more responsive in achieving gender equality and the empowerment of all women and girls by establishing policies for the same goal. As Atty. Kristine Rosary E. Yuzon-Chaves, Executive Director of PCW, said, “Every National Women’s Month Celebration is a call to action. We urge development partners, government agencies, private institutions, civil society organizations, the academe, and local government units, from the provincial to the barangay level, to pledge and take concrete steps in fulfilling women's rights and well-being.” The work towards equality continues even after International Women’s Day. As important as it is for private organizations to come together towards this goal, everyone should also pitch in making an effort to promote and practice equality for all in order to give women and girls the same leverage as men in the workplace and in job opportunities. “Partners and stakeholders play an important role in making equality a lived reality for everyone through policies, mechanisms, and programs that promotes, protects, and upholds women’s human rights as we work hand-in-hand with communities, decision and policy makers and implementers,” as emphasized on by Lenlen Mesina, UN Women Country Programme Coordinator. With continuous government support as discussed by Congresswoman Geraldine Roman on efforts of the Congress, laws that are being pushed by our leaders, NEDA, DICT, other law-making bodies, and with the commitment of President Bongbong Marcos, more and more lives of women across the country even in rural areas are changed through digital technology and innovation. Visit and follow the UN Women Asia and the Pacific on Facebook for more information and the latest updates.
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.