نتایج جستجو برای: p and fe oxide occluded

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

2011
Adi Darmawan Simon Smart Anne Julbe João Carlos Diniz da Costa

In this work we investigate the effect of iron oxide embedded in silica matrices as a function of Fe/Si molar ratio and sol pH. To achieve homogeneous dispersion of iron oxide particles, iron nitrate nonahydrate was dissolved in hydrogen peroxide and was mixed with tetraethyl orthosilicate and ethanol in a sol-gel synthesis method. Increasing the calcination temperature led to a reduction in su...

2000
E. FLAHAUT A. ROUSSET

Carbon nanotube–metal–oxide composites (metal=Fe, Co or Fe/Co alloy; oxide=Al2O3, MgO or MgAl2O4) have been prepared by hot-pressing the corresponding composite powders, in which the carbon nanotubes, mostly single or double-walled, are very homogeneously dispersed between the metal–oxide grains. For the sake of comparison, ceramic and metal–oxide nanocomposites have also been prepared. The mic...

Background & Aim: In mammography absorbed dose is insignificant. Biologically, in normal people, the phenomenon of hypersensitivity to low doses occurs. The purpose of this study was to investigate the synergistic of Single-Walled Carbon Nanotube (SWCNT) in the polymer substrate of Poly Dimethyl Siloxane (PDMS) in common energy in mammography. Materials & Methods: Cerium oxide nanoparticles an...

Journal: :Geobiology 2010
G E Tangalos B L Beard C M Johnson C N Alpers E S Shelobolina H Xu H Konishi E E Roden

The inventories and Fe isotope composition of aqueous Fe(II) and solid-phase Fe compounds were quantified in neutral-pH, chemically precipitated sediments downstream of the Iron Mountain acid mine drainage site in northern California, USA. The sediments contain high concentrations of amorphous Fe(III) oxyhydroxides [Fe(III)(am)] that allow dissimilatory iron reduction (DIR) to predominate over ...

2001
Senzi Li Anwu Li Sundaram Krishnamoorthy Enrique Iglesia

Zn, K, and Cu effects on the structure and surface area and on the reduction, carburization, and catalytic behavior of Fe–Zn and Fe oxides used as precursors to Fischer–Tropsch synthesis (FTS) catalysts, were examined using X-ray diffraction, kinetic studies of their reactions with H2 or CO, and FTS reaction rate measurements. Fe2O3 precursors initially reduce to Fe3O4 and then to metallic Fe (...

Journal: :Respiratory medicine 2010
Vicky C Moore Wasif Anees Maritta S Jaakkola Cedd B S G Burge Alastair S Robertson P Sherwood Burge

UNLABELLED Exhaled nitric oxide (FE(NO)) has been used as a marker of asthmatic inflammation in non-occupational asthma, but some asthmatics have a normal FE(NO). In this study we investigated whether, normal FE(NO) variants have less reactivity in methacholine challenge and smaller peak expiratory flow (PEF) responses than high FE(NO) variants in a group of occupational asthmatics. METHODS W...

Journal: :Journal of environmental sciences 2012
Huijuan Liu Yang Yang Jin Kang Maohong Fan Jiuhui Qu

Significant concerns have been raised over the presence of antibiotics including tetracyclines in aquatic environments. A series of Fe-Mn binary oxide with different Fe:Mn molar ratios was synthesized by a simultaneous oxidation and coprecipitation process for TC removal. Results showed that Fe-Mn binary oxide had higher removal efficiency than that of hydrous iron oxide and hydrous manganese o...

In this study, ternary mixed metal oxide (Ce2O3/La2O3/Fe3O4) catalysts were synthesized for reduction of SO2 to sulfur by CH4. The response surface method (RSM) was used to optimize the synthesis conditions. The XRD, FESEM, BET, BJH, EDX and NH3-TPD analyses were performed to characterize the synt...

Journal: :Physical review letters 2004
M Abdelmaksoud J W Bender J Krim

We report a quartz crystal microbalance study of the nanodynamical properties of tricresylphosphate (TCP) reaction films formed on high purity Fe, Cr, Fe oxide, and Cr oxide surfaces at elevated temperatures. The data reveal trace levels of interfacial slippage, potentially in conjunction with viscoelastic effects, for reaction films characterized by very low macroscopic friction coefficients. ...

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

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

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