<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Arquivos #china | Science Arena</title>
	<atom:link href="https://www.sciencearena.org/en/tag/china-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sciencearena.org/en/tag/china-2/</link>
	<description>Science Arena - Ciências da saúde &#124; Para quem vê o mundo através da ciência</description>
	<lastBuildDate>Mon, 04 May 2026 15:17:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://www.sciencearena.org/wp-content/uploads/2023/06/cropped-favicon-32x32.png</url>
	<title>Arquivos #china | Science Arena</title>
	<link>https://www.sciencearena.org/en/tag/china-2/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Unfinished buildings in China increase carbon emissions and health risks, study finds</title>
		<link>https://www.sciencearena.org/en/news/unfinished-buildings-in-china-increase-carbon-emissions-and-health-risks-study-finds/</link>
					<comments>https://www.sciencearena.org/en/news/unfinished-buildings-in-china-increase-carbon-emissions-and-health-risks-study-finds/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Punto Comunicação]]></dc:creator>
		<pubDate>Tue, 28 Apr 2026 18:47:03 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[#china]]></category>
		<category><![CDATA[#Pollution]]></category>
		<category><![CDATA[#public health]]></category>
		<guid isPermaLink="false">https://www.sciencearena.org/?p=8705</guid>

					<description><![CDATA[<p>Study estimates waste of 485 million tons of materials, a 9.6% increase in the sector’s carbon intensity, and 2.6 million years of life lost to disability associated with China’s real estate crisis</p>
<p>O post <a href="https://www.sciencearena.org/en/news/unfinished-buildings-in-china-increase-carbon-emissions-and-health-risks-study-finds/">Unfinished buildings in China increase carbon emissions and health risks, study finds</a> apareceu primeiro em <a href="https://www.sciencearena.org/en/">Science Arena</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="https://www.nytimes.com/2026/01/18/business/china-gdp-economy.html" target="_blank" rel="noreferrer noopener">China’s real estate crisis</a> has consequences that go beyond financial collapse: the <strong>unfinished buildings </strong>accumulating across the country have become <strong>obsolete assets</strong>—unable to serve their intended residential purpose while imposing <strong>substantial environmental and public health costs</strong>. These projects provide no functional benefit, delivering neither housing nor economic use.</p>



<p><a href="https://www.cell.com/one-earth/fulltext/S2590-3322(26)00050-3" target="_blank" rel="noreferrer noopener">A study published in the journal <em>One Earth</em></a>, conducted by researchers from China, the United States, Germany, the United Kingdom, and Australia, analyzed the volume of <strong>stalled construction projects </strong>in recent years and estimated the <strong>waste associated with these developments</strong>. The findings quantify a problem of considerable scale.</p>



<h2 class="wp-block-heading">What are DALYs?</h2>



<div  class="custom-block acordeon-sa ">
    <dl class="acordeon-itens" aria-label="Clique no item para exibir sua definição">

        
        <div class="ac-item">
            <dt class="ac-titulo" role="button">
                <h3>Meaning:</h3>
            </dt>
            <dd class="ac-conteudo desc">
                <p>DALY stands for Disability-Adjusted Life Year.</p>
            </dd>
        </div>

        
        <div class="ac-item">
            <dt class="ac-titulo" role="button">
                <h3>Purpose:</h3>
            </dt>
            <dd class="ac-conteudo desc">
                <p>It is a public health metric used to quantify the impact of diseases, injuries, and risk factors on populations.</p>
            </dd>
        </div>

        
        <div class="ac-item">
            <dt class="ac-titulo" role="button">
                <h3>Metric:</h3>
            </dt>
            <dd class="ac-conteudo desc">
                <p>One DALY represents the loss of one year of healthy life, either due to premature death or to living with a disability or chronic condition.</p>
            </dd>
        </div>

        
        <div class="ac-item">
            <dt class="ac-titulo" role="button">
                <h3>Comparison:</h3>
            </dt>
            <dd class="ac-conteudo desc">
                <p>The metric enables comparisons across different health conditions using a common unit, supporting public policy evaluation and the allocation of health resources.</p>
            </dd>
        </div>

        
        <div class="ac-item">
            <dt class="ac-titulo" role="button">
                <h3>Pollution leads to health losses:</h3>
            </dt>
            <dd class="ac-conteudo desc">
                <p>In the study of China’s real estate crisis, the estimated 2.6 million DALYs reflect the impact of air pollution generated by stalled construction projects on the health of surrounding populations.</p>
            </dd>
        </div>

        
    </dl>
    
</div>


<script>

    jQuery(function ($) {

        $(document).ready(function () {

            $('.acordeon-itens .ac-titulo').off('click');

            $('.acordeon-itens .ac-titulo').click(function () {

                let conteudo = $(this).next('.ac-conteudo');
                let item = $(this).parent('.ac-item');

                if(item.hasClass('ac-aberto')) {
                    conteudo.slideUp();
                    item.removeClass('ac-aberto');
                } else {
                    $('.ac-conteudo').slideUp();
                    $('.ac-conteudo').parent().removeClass('ac-aberto');
                    conteudo.slideDown(function() {
                        $('html,body').animate({
                            scrollTop: $(item).offset().top-150
                        }, 500);
                    });
                    item.addClass('ac-aberto');

                }

            });

        });

    });

</script>


<h2 class="wp-block-heading"><strong>Materials consumed, benefits unrealized</strong></h2>



<p>According to the authors, 485 million tons of materials—such as cement and steel, as well as energy—were consumed in unfinished construction projects, resulting in intensive resource use without a proportional social return.</p>



<p>This process directly contributes to a 9.6% increase in the carbon intensity of the construction sector, which is already recognized as one of the largest global sources of greenhouse gas emissions.&nbsp;</p>



<figure class="wp-block-pullquote"><blockquote><p>The climate impact, the researchers note, occurs regardless of whether the projects are completed or not.</p></blockquote></figure>



<h2 class="wp-block-heading"><strong>Health at risk</strong></h2>



<p>But the effects are not limited to climate: the study indicates that the waste of materials and energy is associated with deteriorating air quality, a well-established risk factor for cardiovascular and respiratory diseases. The research estimates 2.6 million DALYs (Disability-Adjusted Life Years) linked to pollution generated by stalled construction projects.</p>



<p>The presence of abandoned construction sites in urban areas tends to exacerbate already fragile conditions, contributing to degradation of the built environment, safety concerns, and socioeconomic stress among affected populations. The situation represents approximately US$347 billion (R$ 1.7 trillion) in economic losses.&nbsp;</p>



<figure class="wp-block-pullquote"><blockquote><p>Unfinished projects are concentrated in newly developed suburbs, amplifying inequalities and the lack of urban services.</p></blockquote></figure>



<h2 class="wp-block-heading"><strong>How researchers measured the impact</strong></h2>



<p>To produce these estimates, the researchers combined data on real estate activity, material consumption and sectoral emissions, considering both the construction lifecycle and the indirect impacts resulting from the interruption of construction work.&nbsp;</p>



<p>This approach made it possible to assess not only the physical waste, but also its environmental and social consequences over time.</p>



<p>The study argues that China’s real estate crisis reveals a broader structural issue: <strong>urban development models disconnected from sustainable planning </strong>and economic stability tend to generate significant environmental and social consequences.</p>



<p>Unfinished buildings are no longer merely symbols of economic slowdown—they function as sources of pollution, inefficiency, and risks to public health, highlighting the need to rethink development models in the sector.</p>
<p>O post <a href="https://www.sciencearena.org/en/news/unfinished-buildings-in-china-increase-carbon-emissions-and-health-risks-study-finds/">Unfinished buildings in China increase carbon emissions and health risks, study finds</a> apareceu primeiro em <a href="https://www.sciencearena.org/en/">Science Arena</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sciencearena.org/en/news/unfinished-buildings-in-china-increase-carbon-emissions-and-health-risks-study-finds/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
