ADVERTISEMENT

Biden to visit Florida condo collapse site as hope dims for rescue

Published Jun 30, 2021 06:31 am

SURFSIDE, United States - US President Joe Biden will visit the site of a deadly apartment building collapse in southern Florida later this week, the White House announced Tuesday, as rescuers scoured the wreckage in an increasingly desperate search for survivors.

U.S. President Joe Biden returns to the White House on June 29, 2021 in Washington, DC. WIN MCNAMEE / GETTY IMAGES NORTH AMERICA / Getty Images via AFP/ MANILA BULLETIN


A 12-story oceanfront condominium in Surfside, a neighborhood near Miami, pancaked into rubble in the early hours of Thursday last week, with the official death toll of 11 expected to rise as hope dwindles for 150 people still unaccounted for.

The White House said the president would visit the site with First Lady Jill Biden on Thursday to ensure state and local officials have everything they need for the rescue effort.

"They want to thank the heroic first responders, search-and-rescue teams, and everyone who's been working tirelessly around the clock," said press secretary Jen Psaki.

The first couple also wants to "meet with the families who have been forced to endure this terrible tragedy, waiting in anguish and heartbreak for word of their loved ones, to offer them comfort as search and rescue efforts continue," she said.

Residents in the part of Champlain Towers South that remained intact reported being awakened around 1:30 am (0530 GMT) Thursday by what sounded like cracks of thunder that shook their rooms.

Rescuers who arrived in the moments after the tower came down helped evacuate dozens of residents, and pulled one teenage boy alive from the rubble.

But authorities have faced mounting anger in the days since the disaster from friends and family who have received no further news of loved ones feared trapped beneath the smoking wreckage.

Underscoring the slow pace of progress in the "painstaking, grueling" search for survivors, Miami-Dade County Mayor Daniella Levine Cava said Tuesday that the death toll had not risen overnight from 11.

Israeli and Mexican engineers and search-and-rescue specialists have joined an army of American workers at the scene, backed by cranes and sniffer dogs.

"There are currently 210 people working on the site. The urban search and rescue team has been augmented by teams from all over the state and all over the world," Levine Cava said.

"They are working throughout inclement weather. They are working as hard as they ever have."

The outlook has nevertheless grown increasingly grim, with no one emerging alive from the rubble in the aftermath.

- 'Unimaginably difficult' -
Friends and neighbors of the building's occupants held a vigil on a nearby beach on Monday evening, clutching white roses and sobbing as a facilitator burned incense and played a gong.

Glow sticks and dirt laid on the sand spelled out the word "HOPE," while down the coast at the ruins of the apartment block, the sound of rescuers' power tools carried on through the night.

Experts are looking at possible pre-existing critical flaws in the structure of the apartment tower.

An October 2018 report released by city officials late Friday revealed fears of "major structural damage" in the complex, from the concrete slab under the pool deck to the columns and beams in the parking garage.

Jean Wodnicki, the chair of the condo association, described "accelerating" damage to the building since then, in a letter to residents in April.

Repairs had been set to begin soon in the 40-year-old building -- but did not come soon enough.

Biden said Sunday his administration would coordinate with local officials and was "ready to provide any support or assistance that is needed."

"This is an unimaginably difficult time for the families enduring this tragedy," he said in a statement.
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.