نتایج جستجو برای: zarand coal mine

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

2013
R. E. Masto L. C. Ram S. K. Verma V. A. Selvi J. George R. C. Tripathi N. K. Srivastava A. K. Sinha A. Sinha

There are many sources trough which the soil get enriched and contaminated with REEs. The determination of REEs in environmental samples has been limited because of the lack of sensitive analytical techniques. Soil samples were collected from four sites including open cast coal mine, natural coal burning, coal washery and control in the coal field located in Dhanbad, India. Total concentrations...

Journal: :Journal of environmental management 2015
Devin Sapsford Marco Santonastaso Peter Thorn Steven Kershaw

Coal mine drainage ochre is a ferruginous precipitate that forms from mine water in impacted watercourses and during treatment. With thousands of tonnes per annum of such ochre arising from mine water treatment in the UK alone, management of these wastes is a substantive issue. This paper demonstrates that the ochre from both active and passive treatment of coal mine drainage can be transformed...

Journal: :Journal of the Air & Waste Management Association 2000
D A Kirchgessner S D Piccot S S Masemore

Past efforts to estimate methane emissions from underground mines, surface mines, and other coal mine operations have been hampered, to different degrees, by a lack of direct emissions data. Direct measurements have been completely unavailable for several important coal mining operations. A primary goal of this study was to collect new methane emissions measurements and other data for the most ...

Journal: :Thorax 1996
P M Gamboa I Jáuregui I Urrutia I Antépara G González V Múgica

Occupational asthma in coal miners is hardly recognised. A report is presented of a coal miner whose clinical picture suggested a respiratory allergy which occurred only in the mine where he worked. Serum specific IgE levels, skin tests, and bronchial provocation tests with different commercial extracts showed sensitisation to Rhizopus nigricans. Rhizopus spp were found inside the mine, as demo...

2013
Santanu Maity Abhishek Kumar

In coal mine different types of toxic gases are present. There is an increasing demand on toxic gas sensor for coal mine where the power consumption is a big issue. In this paper a simple structure of micro heater and inter digited electrode has been fabricated and micro machined structure for low power consumption is demonstrated. MEMS microheaters are designed and fabricated for entire two in...

F. Sereshki, I. Porter , N. Aziz , S.A. Hosseini,

The Outburst can be defined as a sudden release of coal and rock accompanied by large quantities of gas into the underground coal mine workings which represents a major hazard in underground coal mines. Gas drainage has been proven to be successful in reducing outburst hazards by decreasing the in-situ gas pressure. One of aspect of gas drainage from coal seams is coal matrix volume changes. Cu...

Journal: :pollution 2015
vikram gandhi anshu priya suman priya vivek daiya jitendra kesari

in recent years, environmental pollution by coal mining is a long-established human activity affecting all levels of life with various environmental impacts by generating heavy metals. the presence of heavy metals even in trace amount is toxic and detrimental to all living organisms. the coal mine area in bokaro is one of the “toxic hotspot” in india. bacteria have evolved uptake and efflux mec...

Journal: :Environmental Health Perspectives 1994
J L Tourmann R Kaufmann

Toxic potency of quartz-containing dusts, including coal mine dusts, is usually inhibited by protective clay mineral layers on the surface of quartz particles. This investigation of 11 dusts recovered from lungs of coal miners with different silicosis grade shows that such layers persist during long-term contact with human lung tissues. On the other hand, the results suggest that an apparently ...

Journal: :American journal of industrial medicine 2008
M D Attfield E D Kuempel

BACKGROUND The mortality experience over 22-24 years of 8,899 working coal miners initially medically examined in 1969-1971 at 31 U.S. coal mines was evaluated. METHODS A cohort life-table analysis was undertaken on underlying causes of death, and proportional hazards models were fitted to both underlying, and underlying and contributing causes of death. RESULTS Elevated mortality from nonv...

2017
Gang Wang Qiqi Liu Guoqiang Yan Lulu Sun Hongyuan Qu Qingfang Han

Preliminary communication Spontaneous combustion in coal gangue dumps leads to pollution in the environment and damages ecosystem and human health. Mine operators usually fail to take effective measures against spontaneous combustion because of the inaccurate detection of the location of spontaneous combustion bursts. To address this issue, a control system of spontaneous combustion in coal gan...

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

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

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