نتایج جستجو برای: column flotation

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

2003
A. V. E. CONRADIE

The efficiency of mineral processing operations, i.e. concentrating raw ores for metal extraction, impacts significantly on the operating cost of the final metal products. First, valuable minerals are liberated from the ore matrix in a comminution circuit, comprised of grinding (e.g., ball mills) and classification (e.g. hydrocyclones) units. The liberated minerals are subsequently concentrated...

2014
Anette Kjellgren Jessica Westman

BACKGROUND Sensory isolation in a flotation tank is a method known for inducing deep relaxation and subsequent positive health effects for patients suffering from e.g. stress or muscle tensions pains. Very few studies have investigated this method as a preventive health-care intervention. The purpose of this study was to evaluate the effects in healthy participants after receiving a series of f...

2007
Miroslav Colic Dwain Morse Wade Morse Jan D. Miller

Solid/liquid separations are commonly the first step in any wastewater treatment. Such technologies are mature and new developments are rare. However, in the last decade some significant improvements in separation techniques for industrial wastewater pretreatment have been implemented. Advances in the technology include more efficient, faster centrifugal mixing of treatment chemicals and wastew...

2010
T.V.Vijaya Kumar

The present investigation deals with the recovery of iron values from the screw classifier overflow slimes from an iron ore washing plant by means of reverse cationic flotation as an alternate to direct anionic flotation. Selectivity index, an indicator of separation efficiency, was chosen as the response parameter for optimizing the quantity and evaluating a series of generically same but chem...

2003
Vesa Hasu Jari Hätönen Heikki Hyötyniemi

Flotation is one of the most important mineral concentration techniques. It is known that the appearance of the froth in the flotation cells tells much about the state of the flotation process. A machine vision measurement device was used to compute dynamical, morphological and colour variables of the froth on the top of a flotation cell during a set of experiments. In order to examine the depe...

Journal: :Biological psychology 1994
P Schulz C H Kaspar

The restricted environmental stimulation technique or REST is a method of relaxation where the level of environmental sensory inputs is kept very low. A particular REST technique called tank flotation, or flotation REST, consists of 1 h sessions in a tank containing water with a high salt content and maintained at 35.5 degrees C. In this protocol, five normal subjects were studied before and du...

1995
F. HERNAINZ CALERO DE HOCES

-This paper studies several kinetic aspects of semi-batch flotation of celestite and calcite in a mechanical or subaeration cell with sodium oleate as the collector agent, using pure minerals ranging in size between 177 and 74 pm, respectively, with a constant pH = 9 in the flotation bath in all experiments. The results obtained indicate that both minerals float rapidly and that the flotation r...

2012
Kazutoshi Haga William Tongamp Atsushi Shibayama

A flotation pre-treatment study for the separation of enargite (Cu3AsS4) from chalcopyrite (CuFeS2) ores of different origins was investigated in this work. The copper ore bearing enargite mineral contained 5.87mass% As and 16.50mass% Cu while the chalcopyrite bearing ore contained 0.32mass% As and 21.63mass% Cu. The two ore samples were mixed at 7 : 3 (enargite : chalcopyrite) by weight ratio ...

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

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

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