ADVERTISEMENT

Spain: Chemical plant explosion kills 1, injures at least 9

Published Jan 14, 2020 12:00 am
  By the Associated Press MADRID (AP) — A massive explosion at a petrochemical plant in northeastern Spain on Tuesday killed one person and injured at least nine others, three seriously, regional authorities said. Smoke rise following a big explosion at an industrial hub near the port city of Tarragona, Spain, Tuesday, Jan. 14, 2020. A chemical emergency alert has been activated in northeastern Spain following a big explosion in an industrial zone near the port city of Tarragona, regional emergency services said Tuesday. (AP Photo/David Oliete) Smoke rise following a big explosion at an industrial hub near the port city of Tarragona, Spain, Tuesday, Jan. 14, 2020. A chemical emergency alert has been activated in northeastern Spain following a big explosion in an industrial zone near the port city of Tarragona, regional emergency services said Tuesday. (AP Photo/David Oliete) A press spokesman for the port city of Tarragona, where the plant is located, said a preliminary investigation indicated the force of the blast killed an individual in a nearby neighborhood. The spokesman said he had no further details. He spoke on condition of anonymity in keeping with City Hall regulations. The regional fire service tweeted that the man had died in a building affected by the blast. They said one other person was injured in the building. The interior minister of Spain's Catalonia region said eight workers at the factory were injured, three seriously, and one person remained missing. Emergency services said that two of the injured were being treated for major burns. The civil protection agency in the Catalonia region called the blast a “chemical accident” and initially warned people in parts of the city of just over 130,000 and in nearby towns to refrain from going outside as preventive measures. The confinement measures were lifted and two roads that had been cordoned off were reopened some three hours after the evening blast. Interior department chief Miquel Buch tweeted that the fire was not toxic but he advised residents to remain inside. The blast took place on the premises of Iqoxe, according to a woman who answered the phone at the company and who quickly hung up the phone without giving her name. According to the company's website, Iqoxe is Spain's sole producer of ethylene oxide, a chemical compound used for making detergents, solvents and other products, as well as glycol, one of the main raw materials in the production of plastics. Local residents posted videos showing the aftermath of the blast, with flames and a big column of black smoke emerging from an area dotted with big industrial tanks. Fire departments sent 29 brigades to the area, the regional emergency service said. It said firefighters were inspecting the complex´s building structures as well, trying to fully extinguish the fire in one ethylene oxide tank. Some local residents told Tarragona Radio that the blast could be heard from miles away. Tarragona is located 115 kilometers (71 miles) southwest of Barcelona, the regional capital of Spain's Catalonia region. Since 2015, the city has housed a 1,200-hectare (2,965-acre) “chemical hub,” ChemMed, that was described as the largest of its kind in southern Europe. The government said Prime Minister Pedro Sánchez had been in contact with the regional president of Catalonia, Quim Torra to inquire about the blast and offer any help needed. Tuesday's explosion comes just over a month after a Dec. 11 blaze at a solvent and industrial residues recycling plant in the northeastern town of Montornes del Valles. After that blast, which caused no casualties, authorities had to cordon off an area of some 500 meters (550 yards) in radius around the plant.
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.