ADVERTISEMENT

Türkiye tremor evokes questions over building standards

Published Feb 11, 2023 11:20 am

This aerial view shows collapsed buildings during the ongoing rescue operation in Kahramanmaras, the epicentre of the first 7.8-magnitude tremor five days ago, in southeastern Türkiye, on February 10, 2023. OZAN KOSE / AFP

ISTANBUL, Türkiye -- The apartments they once industriously spent so long saving up for, decorating and making comfortable now lie in a heap of rubble after a violent quake hit Türkiye.

New and old buildings, some constructed only six months ago, fell apart. Others flattened like concrete pancakes.

The full extent of the damage is unknown from Monday's 7.8-magnitude tremor and ceaseless aftershocks, which unleashed catastrophe in Türkiye and Syria, killing more than 23,000 people.

Türkiye's death toll rises every day. In parallel, so has fury over why, in a country with multiple fault lines and a history of major jolts, building quality is so poor that buildings fall apart like paper.

Experts say Türkiye has the regulations in place to prevent such a catastrophe. But they are only applied loosely by construction companies, the largest of which are often close to President Recep Tayyip Erdogan.

Officials say 12,141 buildings were either destroyed or seriously damaged in Türkiye.

Since the first quake was so huge, "damage was to be expected, but not the type of damage that you are seeing now", said Mustafa Erdik, a professor at Istanbul-based Bogazici University.

Even if a building topples, people can usually hide until searchers can rescue them, he said.

But this time, he added, buildings suffered "a pancake collapse".

"The floors are piling on top of each other," Erdik, also part of the Turkish Earthquake Foundation said, which means the chances of being found alive are slim.

Poor quality cement

So why did the buildings topple?

The causes are usually linked to the poor quality of the concrete, which sometimes is mixed with too much water and gravel, and too little concrete, according to Zihni Tekin, a consultant at Istanbul Technical University.

Other reasons include steel rods that are too thin to support the columns, which limit the building's strength, the engineer said.

But Tekin also blamed engineers and architects' low quality of education, despite private universities appearing across Türkiye.

Turkish officials have also gambled by easing regulations.

Türkiye's rules on construction, based on California's, have been regularly revised since a 1999 tremor in northwestern Türkiye.

The last revision came in 2018.

"On paper, standards are respected, with contracts entrusted to private companies in charge of checking them," Istanbul architect Aykut Koksal said.

But oversight of these agreements is lax, he added, giving builders greater leeway in following -- or not -- the rules.

Fury over negligence, greed

Heavy bureaucratic procedures also end up diluting who is responsible if or when something goes wrong, Erdik said.

"The steps and signatories are so many that at the end, it is difficult to identify who is responsible."

To fix this issue, he recommends imposing an insurance on all actors against malpractice that guarantees victims compensation by guilty contractors.

"That's how it is elsewhere in the world and it should be in Türkiye," he said.

The clear negligence and greed shown by some contractors has sparked fury, especially after luxury flats built within the last 20 years crumbled like a pack of cards.

Many hope this quake will finally lead to better monitoring.

The first legal complaint was made on Friday in the southeastern province of Diyarbakir and others have followed.

Erdogan's vow to rebuild

What has particularly raised hackles is the importance Erdogan has placed on construction since his Justice and Development Party (AKP) came to power in 2002.

The boom in construction powered the substantial economic growth under Erdogan in the early years of his rule.

Official figures show the number of companies operating in the real estate sector increased by 43 percent in 10 years, reaching 127,000 before the coronavirus pandemic in 2020.

With Erdogan promising to rebuild the affected area within a year, the real estate frenzy is not likely to slow down.

Many speculate on the risk posed by high-rise buildings in Istanbul, which is anticipating its own passive jolt.

But for Erdik, the main concern is the "buildings with six, seven and eight floors built by small companies or even the families themselves".

He is not the only one fearful of lax building safety.

Since Monday, he has received never-ending calls from developers asking him to urgently assess their towers.

Related Tags

Turkey SYRIA Earthquake
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.