نتایج جستجو برای: chromium catalyst

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

Journal: :Diabetes care 2007
Ethan M Balk Athina Tatsioni Alice H Lichtenstein Joseph Lau Anastassios G Pittas

OBJECTIVE A systematic review of the effect of chromium supplementation on glucose metabolism and lipid levels. RESEARCH DESIGN AND METHODS A literature search was conducted in MEDLINE and the Commonwealth Agricultural Bureau. Eligible studies were English language randomized controlled trials of chromium supplement intake > or = 3 weeks, with > or = 10 participants receiving chromium. All tr...

2011
Badal Kumar Mandal Raviraj Vankayala L. Uday Kumar

The distribution and mobility of chromium in the soils and sludge surrounding a tannery waste dumping area was investigated to evaluate its vertical and lateral movement of operational speciation which was determined in six steps to fractionate the material in the soil and sludge into (i) water soluble, (ii) exchangeable, (iii) carbonate bound, (iv) reducible, (v) oxidizable, and (vi) residual ...

2009
Jesús Eduardo González Ruiz Rafael Quintana Puchol Alejandro Rodríguez

The raw materials traditionally used as sources of chromium carriers (ferrochromium, chromium oxide and chromium powder) in application chromizing processes present a high price and some difficulties for ferrochromium grinding. In this work there is an assessment of the effect that has the use of the products of a reduction aluminothermic chromium concentrate on the characteristics and properti...

2006
S. Al-Nazhan

Human periodontal ligament fibroblasts and L 929 cell line labelled with chromium 51 were examined by electron microscope to evaluate the effect of the chromium labeling on the cell ultrastructure. The cells were labeled with chromium 12-20 hours before the start of the experiment. Af ter two and four hours of incubation at 37°C and 100% humidity, the cells were examined by scanning and transmi...

Journal: :Carcinogenesis 2000
S De Flora

Ten years have elapsed since the International Agency for Research on Cancer (IARC) evaluated the carcinogenicity of chromium and chromium compounds. Further studies performed during the last decade have provided further epidemiological, experimental and mechanistic data which support the IARC conclusions. A wealth of results indicate that, at variance with chromium(0) and chromium(III), chromi...

Journal: :Collegium antropologicum 2011
Michaela Zeiner Iva Rezić Darko Ujević Ilse Steffan

Despite the high competition of synthetic fibers leather is nowadays still widely used for many applications. In order to ensure a sufficient stability of the skin matrix against many factors, such as microbial degradation, heat and sweat, a tanning process is indispensable. Using chromium (III) for this purpose offers a multitude of advantages, thus this way of tanning is widely applied. Durin...

Journal: :global journal of environmental science and management 0
d. sivakumar department of civil engineering, vel tech high tech dr.rangarajan dr.sakunthala engineering college, avadi, chennai 600062, tamil nadu, india

the isolated fungi species of different kinds from chromium contaminated soil sites located in nagalkeni, chennai were used for reducing chromium(vi) in a tannery industry wastewater of nagalkeni, chennai.  the experiments were conducted to know biosorption potential of isolated fungi species for removing chromium(vi) in a tannery industry wastewater against the different ph, fungi biomass and ...

Journal: :global journal of environmental science and management 0
a. chaab department of soil science, college of agriculture, shahid chamran university of ahvaz, ahvaz, iran a.a. moezzi department of soil science, college of agriculture, shahid chamran university of ahvaz, ahvaz, iran g.a. sayyad department of soil science, college of agriculture, shahid chamran university of ahvaz, ahvaz, iran m. chorom department of soil science, college of agriculture, shahid chamran university of ahvaz, ahvaz, iran

the effect of compost and humic acid in mobility and concentration of cadmium and chromium in contaminated soil were investigated. experiment was carried out with three levels of soil cadmium and chromium and two organic matters (compost and humic acid). the study was performed in a randomized complete block design with 3 replicates. results indicated that application of organic substances enha...

Journal: :Journal of inorganic biochemistry 2008
Ryan L Peterson Kelly J Banker Thelma Y Garcia Carmen F Works

In the ongoing investigation into the biological importance and toxicity issues surrounding the bioinorganic chemistry of chromium, the accepted literature procedure for the isolation of the biological form of chromium, low molecular weight chromium binding protein (LMWCr) or chromodulin, was investigated for its specificity. When chromium(VI) is added to bovine liver homogenate, results presen...

2010
Akbar Esmaeili Samira Ghasemi Abdolhossein Rustaiyan

Industrial wastewater contain higher quantities of salts besides chromium (VI) ions, therefore, the effect of these salts on the adsorption of chromium (VI) should be studied. In this research, the batch removal of toxic hexavalent chromium ions from wastewater and aqueous solution using two different activated carbon marine algae Gracilaria (red algae) and Sargassum sp. (brown algae) were exam...

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

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

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