ADVERTISEMENT

We are all connected

Published Aug 28, 2020 04:05 pm
PAGBABAGO Dr. Florangel Rosario Braid Perhaps one feeling that all of us share during these past six months of quarantine is that it is difficult to be locked down for a long period of time. The lack of opportunity to move around freely, to see friends and family more often, to travel, and to seek a variety of experiences that involve direct contact with people, had affected us in various ways. The need to connect, to relate, to share joys or frustrations with others is a natural feeling that comes with being human. And when it is limited or hindered, we try to seek various substitutes. Thanks to modern technology like Skype, Zoom, Facebook, telephone calls, and email, we are able to discover a way of sharing our thoughts and experiences. No more family weekly barbecues or outings for a while, social activities which COVID-19 disrupted. In our new normal, I find solace in online meditation and prayer as well as telephone conversations with my son and occasional exchange of email with my grandsons. And for almost three months during the lockdown, having my sister with me, and support in the form of groceries and other basic needs from my son, nephews, and nieces helped ease the transition. Facebook exchange with friends and sharing deeper thoughts and insights beyond “likes,” and Netflix and YouTube with its wealth of historical dramas, documentaries, concerts, virtual tours to libraries and museums help. But more than new knowledge gained, I feel that I now have deeper insights about life and the world we live in. But I long for the old days, almost 40 years of my lifetime when I used to travel and work with some of the most marginalized communities in countries like Sri Lanka, Malaysia, and the country where I was involved in development programs on communication for population, education, upland and fisheries resources management, among others. It involved interactions with various political actors — from top policy makers to the community level, but mostly with village communities of farmers, fisherfolk,and indigenous people. One project was situated in a civil war environment, adding to more complexities beyond that provided by ethnic and racial factors. But the days of crossing rivers, climbing mountains, and living dangerously, are over. Going back to now, the question I ask myself is “What lesson did I learn about human interaction beyond theory and by engaging with various cultures? That interaction, or connecting, is an essential component in the life of society and of life itself. In the hierarchy of needs, it is next to food, sleep, and shelter. And most would agree that it is what establishes mutual trust and makes life purposeful. Medical experts say, when we connect, we secrete oxytocin, a hormone which is present in nursing mothers and children, lovers, and friendships. It mediates the release of “feel good” hormones such as dopamine and serotonin. We experience lower blood pressure, lower inflammation, and fewer feelings of depression and sadness. Thus, social connection is a central force in mental and physical health. If for sometime, we will have to practice social distancing, how can we strike a balance between this and the need to bond with our fellow human beings? Social bonding is an integral part of our culture which puts primacy on the power of the human touch, or the hug. And the power of poetry, too. When my sister Lynn was with me, we would often recite poetry after dinner time. She never ceases to amaze me with her uncanny ability to remember old songs and English poetry as well. She is a lawyer but she can recite poems from Keats, Allan Poe, Tennyson, Shakespeare. If I can do the same thing, it is no surprise having majored in literature during my undergraduate years. Let me now end with the first paragraph of a poem by a 13th century Iranian poet, Sa’adiSharazi (“Bani Adam” or Child of Adam) which is quite appropriate for our times. It is inscribed in a carpet installed at a meeting room of the United Nations building in New York. This is a favorite translation: Human beings are members of a whole, In creation of one essence and soul. If one member is afflicted with pain, Other members uneasy will remain. If you have no sympathy for human pain,  The name of human you cannot retain.  My email, [email protected]

Related Tags

Dr. Florangel Rosario Braid
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.