نتایج جستجو برای: indoor pollution

تعداد نتایج: 100891  

Journal: :Health education & behavior : the official publication of the Society for Public Health Education 2004
Brendon R Barnes Angela Mathee Lonna B Shafritz Laurie Krieger Susan Zimicki

Indoor air pollution has been causally linked to acute lower respiratory infections in children younger than 5. The aim of this study was to identify target behaviors for a behavioral intervention to reduce child exposure to indoor air pollution by attempting to answer two research questions: Which behaviors are protective of child respiratory health in the study context? and Which behaviors do...

2016
Tom Chang Joshua Graff Zivin Tal Gross Matthew Neidell

We study the effect of outdoor air pollution on the productivity of indoor workers at a pear-packing factory. Increases in fine particulate matter (PM2.5), a pollutant that readily penetrates indoors, leads to significant decreases in productivity, with effects arising at levels below air quality standards. In contrast, pollutants that do not travel indoors, such as ozone, have little, if any, ...

2010
F. Halek A. Kavousi F. Hassani

A simultaneous study on indoor and outdoor particulate matter concentrations was done in five elementary schools in central parts of Tehran, Iran. Three sizes of particles including PM10, PM2.5 and PM1.0 were measured in 13 classrooms within this schools during winter (January, February and March) 2009. A laserbased portable aerosol spectrometer Model Grimm-1.108, was used for the continuous me...

Journal: :Nicotine & tobacco research : official journal of the Society for Research on Nicotine and Tobacco 2009
Gregory N Connolly Carrie M Carpenter Mark J Travers K Michael Cummings Andrew Hyland Maurice Mulcahy Luke Clancy

INTRODUCTION The present study examined indoor air quality in a global sample of smoke-free and smoking-permitted Irish pubs. We hypothesized that levels of respirable suspended particles, an important marker of secondhand smoke, would be significantly lower in smoke-free Irish pubs than in pubs that allowed smoking. METHODS Indoor air quality was assessed in 128 Irish pubs in 15 countries be...

2013
Kai-Jen Chuang Hsiao-Chi Chuang Lian-Yu Lin

BACKGROUND The association between ambient air pollution and heart rate variability (HRV) has been well-documented. Little is known about the association of HRV at night with indoor air pollution and coffee consumption. The aim of this study was to investigate the association of HRV indices with indoor air pollution, working time and coffee consumption. METHODS We recruited 60 young healthy c...

Journal: :Atmospheric environment 2013
Soledad Burgos Pablo Ruiz Rosalina Koifman

One largely unstudied benefit of relocating families from slums to public housing is the potential improvement in indoor air quality (IAQ). We compared families that moved from slums to public housing with those that remained living in slums in Santiago, Chile in terms of fine particulate matter (PM2.5) as main indicator of change. A cross-sectional study of 98 relocated families and 71 still l...

2004
Kirk R. Smith Sumi Mehta

This chapter summarizes the methodology used to assess the burden of disease caused by indoor air pollution from household use of solid fuels. Most research into and control of indoor air pollution worldwide has focused on sources of particular concern in developed countries, such as environmental tobacco smoke (ETS), volatile organic compounds from furnishings and radon from soil. Although the...

Background and Aim: One of the notorious  air pllutants on which air quality is determined is  carbon monoxide (CO). The aim of the present study was to measure the concentration of CO outdoor and indoor urban environments and compare it with air quality standards within buildings  and open spaces. Materials and Methods: This research was a descriptive-analytical study of CO estimation in ou...

Journal: :African health sciences 2010
N W Moturi

BACKGROUND Exposure to indoor air pollution may be responsible for nearly 2 million per year deaths in developing countries. In Kenya, it is among the factors linked to high morbidity, especially in children aged below five years. OBJECTIVES The survey was conducted in 2005 in 350 rural households to identify household factors that are likely to enhance indoor air pollution. METHODS Questio...

2007
Junfeng (Jim) Zhang Kirk R. Smith

OBJECTIVE Nearly all China's rural residents and a shrinking fraction of urban residents use solid fuels (biomass and coal) for household cooking and/or heating. Consequently, global meta-analyses of epidemiologic studies indicate that indoor air pollution from solid fuel use in China is responsible for approximately 420,000 premature deaths annually, more than the approximately 300,000 attribu...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->