نتایج جستجو برای: hazardous mists

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

Journal: :iranian journal of public health 0
m. ghiasseddin b. mortazavi f. golbabai f. vaezi1

hazards of soluable hexa and trivalent chromium have been documented by many investigators. but there was no information regarding safety of about 5000 workers at exposure risk to chromium in 600 primitive electroplating work shops of tehran. during this study more than 70% of work shops were inactive due to some of their own problems. out of active plants those that were relatively more cooper...

Journal: :Neuron 2005
Alla Y. Karpova Dougal G.R. Tervo Noah W. Gray Karel Svoboda

Inducible and reversible silencing of selected neurons in vivo is critical to understanding the structure and dynamics of brain circuits. We have developed Molecules for Inactivation of Synaptic Transmission (MISTs) that can be genetically targeted to allow the reversible inactivation of neurotransmitter release. MISTs consist of modified presynaptic proteins that interfere with the synaptic ve...

Journal: :Hispanic American Historical Review 1969

Journal: :Tree physiology 1995
D R Vann G R Strimbeck A H Johnson

Recent forest studies have established that high-elevation (> 900 m) populations of red spruce (Picea rubens Sarg.) in the northeastern USA are declining. Because it has been suggested that changes in air quality are responsible for the decline, we examined the effects of acidic mists and ozone on several biochemical and growth parameters in mature montane red spruce. We used branch-sized envir...

Journal: :MATEC web of conferences 2022

Explosive atmospheres can be caused by gases, vapours, mists, dust, lint or fibres of flammable substance. If enough substance and air are mixed, the imminence an explosion depends on probability efficiency ignition source. Hazardous areas classified in sectors must protected from sources. Equipment protective systems intended for use potentially explosive should selected to meet appropriate re...

Journal: :Cadernos de saude publica 2008
Tatiana F de Almeida Maria Isabel P Vianna Vilma S Santana Isaac S Gomes Filho

This study investigated the hypotheses that occupational exposure to acid mists is positively associated with periodontal disease, assessed by periodontal attachment loss. The study sample included 530 male workers at a metal processing factory. Data were obtained from interviews and oral examinations. Periodontal attachment loss was defined as >or= 4mm at probing, in at least one tooth. A job ...

Journal: :MATEC web of conferences 2022

The activity of evaluation and verification industrial ventilation installations has a strong preventive role in terms explosion risk mainly due to the fact that three determining elements can lead an phenomenon, determine presence two namely fuel (gases, vapours, dusts, mists) source initiation (hot surface, flame, sparks mechanical origin, electrical sparks, static electricity, etc.). develop...

2012
Mohammad Javad Jafari Roohollah Ghasemi Yadollah Mehrabi Ahmad Reza Yazdanbakhsh Majid Hajibabaei

The possible emission of sulfuric acid mists from a laboratory scale, counter-current packed bed tower operated with a caustic scrubbing solution was studied. Acid mists were applied through a local exhaust hood. The emissions from the packed bed tower were monitored in three different categories of gas flow rate as well as three liquid flow rates, while other influencing parameters were kept a...

Journal: :Brazilian oral research 2015
Rafael Aiello Bomfim Edgard Crosato Luiz Eugênio Nigro Mazzilli Antonio Carlos Frias

This study evaluates the prevalence and risk factors of non-carious cervical lesions (NCCLs) in a Brazilian population of workers exposed and non-exposed to acid mists and chemical products. One hundred workers (46 exposed and 54 non-exposed) were evaluated in a Centro de Referência em Saúde do Trabalhador - CEREST (Worker's Health Reference Center). The workers responded to questionnaires rega...

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

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

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"; } -->