ADVERTISEMENT

'It feels like yesterday': Turkey quake overturns lives

Published Mar 5, 2023 09:09 pm

 KAHRAMANMARAS, Turkey - Before the Turkish earthquake, Abdullah Senel had nerves of steel. But these days, just being inside a house makes him nervous -- and it only takes the sound of a plane flying overhead to put him on edge.

A man walks among debris of collapsed buildings in Kahramanmaras, on March 4, 2023, one month after a massive earthquake struck south-east Turkey. (Photo by Eylul YASAR / AFP)

"I was fearless in the past, but now a single noise is enough to freak me out," the 57-year-old former weightlifter told AFP.

"Everything reminds me of the earthquake -- even the sound of a plane," he said.

Last month's devastating 7.8-magnitude earthquake flattened entire cities, killing more than 50,000 people across southeastern Turkey and parts of Syria.

In Kahramanmaras, a Turkish city near the quake's epicentre, survivors remain haunted by the trauma one month on.

"It's been a month now but for me, it feels like yesterday," said Adem Serin as he watched heavy machines remove the piles of rubble in the complex of high-rises where hundreds lost their lives. 

"We couldn't get over the shock. I was caught by the quake on the 11th floor of a high-rise building," said Serin, whose wife is five months pregnant.

"I can still hear the screams of people crying for help on every floor. This pain will never go away."

Efforts to remove the ubiquitous rubble now dominate the city of 1.1 million people.

Workers who arrived from all over Turkey spray water on the debris and rubble-laden trucks trundle along the road waiting to dump the waste into a landfill outside the city.

- Clouds of dust -

Columns of dust emerging from the clean-up cover the horizon, carried by the wind and generating grey clouds seen from kilometres away, blurring the visibility in the region surrounded by mountains.

"200 to 250 tons of debris is removed here daily, we are irrigating so that it will not disturb the environment and not create dust," said Eren Genc, of the forestry directorate in the eastern Sivas province. 

He said: "We didn't spot any bodies but yesterday there was a strong smell," directing a hose at the concrete slabs. "I think it will be done here in 10 days."

Operators sometimes come across precious objects while working to remove the rubble. 

Levent Topal, from the waterworks authority in the Black Sea region, said his team spotted a safe deposit box in the rubble full of dollars, euros, gold and documents.

"We never touch them, we deliver it to the police who find the owner," he said. 

A 54-year-old man took a big risk and climbed to the seventh floor of his building to retrieve items -- despite the danger and the more than 11,000 aftershocks that followed the earthquake.

"I know it's risky," admitted Veli Akgoz as he loaded a door and curtain rods onto the roof of his car. 

His entire family of 13 people, who used to live in five different flats, will now squeeze into a village house.

- 'No choice' -

Officials say nearly two million people left homeless by the quake are now housed in tents, container homes, guesthouses or dorms in and beyond the region -- but this is far from meeting the needs of many others.

Some people spend the night in damaged houses because of a lack of tents, despite the authorities' warnings.

"We are scared but we have no other choice," said Solmaz Tugacar, desperately looking for a tent with her neighbours in the city's main square, where quake survivors line up to get food or tea from aid trucks. 

Some residents are mobilised at the neighbourhood level. 

In one part of Kahramanmaras offering a panoramic view of the city, a dozen tents are housed in the garden of a local authority's two-storey offices.

Locals cover the ground of the tents with carpets they pulled from a historic mosque whose minaret fell from the quake.

Ibrahim Yayla, a 31-year-old electricity technician, is one of the survivors sheltered in those tents with his two children and wife.

"We are okay now as the weather is nice, but what will happen if it rains?," he asked, holding his two-month-old baby.

Hairdresser Arif Guckiran took the matter into his own hands in this neighbourhood when the local mukhtar, or head man, ran away after the quake. 

He stockpiled nappies and dry food including beans and lentils in several rooms of the building to deliver to those in need, but highlighted the dire shortage of cooking equipment.

"The other day a coal-loaded truck arrived down the hill. Before I could even go down to pick them, locals took several bags of them away," he said.

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.