ADVERTISEMENT

Fighting pink!

Published Oct 8, 2022 12:07 am
IT'S THE SMALL THINGS In light of Breast Cancer Awareness Month (BCAM) and how close the advocacy is to my heart, this month, I continue to bring awareness to a cause I hold dear. Today, I choose to write about a woman who has been extremely encouraging and inspirational in this arena – someone, who makes the battle a little easier, much more uplifting and because of her own story, is testament that you can win! Fighting cancer is essentially fighting for life, and no one ever wishes to be in this scenario. Yet, truth is, some find themselves in the situation, and it is normal to go through a sudden mix of emotions – from being aghast and angry, to sad and resentful. As the saying goes, it takes one to know one, and there is no one else who can give a fellow cancer warrior the necessary support and empathy than someone who has fought through themselves. Kara Magsanoc-Alikpala, the founding president of I Can Serve Foundation is that sister, and more. When I asked her to put into words a testament of her journey to healing and the “why” in her mission, she sent me several paragraphs full of substance that fully encapsulate her being, grace and worth. It would be an injustice to change words so well-said. Here is Kara’s personal statement on why the cancer journey is indeed life changing, but need not always be so grim: “Once you are told you have cancer; you feel many things at the same time. You’re shocked, stunned, sad, depressed, angry, in denial, or full of regret for not being vigilant about your health. It can be overwhelming, but you need to find your center. And you will.” “You will need to take charge of your care. You will need to be a partner in your own healing along with your medical team and your family and friends. You will need to have a say and that begins by knowing more, reading up on your cancer, talking to experts, and those who have grappled with the Big C. Think of it as building a team. You need to know who to tap, and identify the tools you need, to get to where you want to go.” “It is not an easy journey, but an enriching one. You gain more knowledge, you tend to study all you can about your illness, family history, risk, and apply this to other possible illnesses you are prone to. Before you know it, you are truly in charge of your total wellness. You grow closer to your team – your family, friends, and newfound friends like doctors, and other cancer survivors – who nourish and sustain you through your journey and beyond. It is a humbling experience knowing you cannot do it alone. You need everybody. I assure you; your life will also be touched by kind strangers who only have your best intentions in mind.” “The spiritual journey is an experience without equal. All your life you plan and plot your future. You are in control, then out of nowhere, you are told you have cancer. This makes you realize you were never in total control . You feel betrayed in a way. You have been driven but realize that someone has been the driver all this time. At that point, you are desperate to live and just surrender to the higher being you believe in.” “And you realize life is easier to hack if you trust in your God’s will from the get go. You cannot insist on your will. You have to discern His. If you do not believe in a higher being, let go and let things be, and take charge. Forge ahead. No looking back.” “Cancer is just another life-changing crisis; life-defining experience. We will each have a life crisis; it just happens to be cancer for some of us. Cancer or crisis yields many gifts. We become wounded healers. We become calmer before the next crisis knowing we will get through it because believe it or not, the world is ‘littered’ with many good souls who will rally behind, and beside us. And because we know our prayers are always answered better than what we prayed for.” I share Kara’s words when she says, “Why shy away from a crisis? What is there to fear? It can only make you better.” As she always says, “The greatest fear to cancer is not death, but a life led without meaning.”

Related Tags

Alex Eduque
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.