ADVERTISEMENT

GOSSIP GIRL: Noble Queen Globe from India teaches art to poor kids in PH

Published Jan 19, 2021 07:22 am
Noble Queen of the Universe Globe Aditi Ahuja

Last Sunday, Jan. 17, the chairperson of the Philippine Chapter of the Noble Queen Universe Limited, Eren Noche, decided to celebrate her 50th birthday with a gift-giving to marginalized families in San Mateo Rizal. Since our Noble Queen from India has businesses here in the Philippines, she decided to come over and teach art to the children of San Mateo Rizal. I had a chance to finally meet this Indian beauty and have a tete-a-tete with my fellow queen, Noble Queen of the Universe Globe, Aditi Ahuja:  

1. What is your profession?

I’m an artist, a trainer and an entrepreneur, my work in the professional world promotes art as a medium of therapy and healing.  I run a soft virtual training school of Art for all age groups. Starting this Jan 15 and all Fridays thereafter, I have Paint Nights, a virtually designed art session for all art enthusiasts. You can check the details in the Sprout A Comprehensive Art Curriculum facebook page. 

2. How have you helped in the task of empowering women in your country?

My country, my India ?? and its citizens are not only within its borders but spread all across the globe. Sharing my advocacy with Indians, supporting them in their local endeavors and being a live example of my advocacy has inspired millions of followers globally. Encouraging women to pursue their passion and talents, believing in their potential and moving forward in life with a positive and never giving up spirit has been an all time pursuit. It’s the heart of love and compassion that can cross the physical boundaries and connect to the soul of a human. 

3. What makes a woman noble?

A woman with heart of lioness demonstrating courage, protection, focused goals and insightful action for the larger good while holding love  & compassion for each one makes a woman truly noble. 

4. Who are the most inspiring women have you met? Please include Filipinos as well: 

In real life, my mom is my biggest inspiration: her unsaid sacrifices, her passionate involvement in the smallest of life skills, her curiosity towards learning with a keen sense of problem solving has always amazed and inspired me to be what I am today. 

Second I would like to mention Cecille Guitode Alvarez, who doesn’t need an introduction. I’ve met her and always in appreciation of her achievements. “What an amazing & accomplished woman of substance, she is an awe inspiring lady who stands tall with her ideals and beliefs.”

5. What do you think is the worst problem that women are facing in the modern time? How could you help them in solving this problem?

“Beauty blooms from the best seeds”. I believe improving the quality of the seeds will resolve all problems, addressing the root or the heart of the issue at hand. Hence, considering oneself the weaker sex and living with low self esteem is what in general women need to come out of, for them to be successful in any struggle be it domestic violence, supporting girls education, sexual harassment, standing tall against female foeticide , not being allowed to live the way one wants and many alike problems. 

My advocacy being promotion of human happiness and share the “belief in ones own potential” is the way to resolve all issues. When we strengthen the core, the external will naturally be beautiful. Hence, considering art, culture and education as the underlying never of the human heart, I’m working towards empowering and enabling each woman and child, to build self confidence & optimistic approach to LIFE, the most precious Gift of God. 

6. How did you come up with your advocacy?

They say, “experience is the best teacher” 

“Facing different kinds women oriented struggles at an early age led to the search for a solution. Various forms of art including dance and music, while having an exposure to the rich diverse Indian culture became my tools to heal within. 

Realization forced me towards learning and both together became my advocacy towards dedicating my life for the larger good.”

To continue her advocacy, Queen Aditi Ahuja will have more art sessions with marginalized children in both India and the Philippines. She has also pledged to collaborate with me in my feeding programs for the homeless and the poor such that we will organize two feeding/art programs for the poor children and I am very excited for this project. 

Related Tags

NobleQueenGlobe AditiAhuja
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.