نتایج جستجو برای: iron oxide powder

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

Journal: :The journal of physical chemistry. B 2014
Geraldo Magela da Costa Cristina Blanco-Andujar Eddy De Grave Quentin A Pankhurst

Three different magnetic samples with particle sizes ranging from 10 to 30 nm were prepared by wet chemical methods. The powders were heated at 100, 150, 200, and 250 °C during 30 min under air. Ferrous and total iron contents were determined immediately after the synthesis and after the thermal treatments. All samples were characterized by X-ray diffraction, transmission and integral low-energ...

Journal: :Journal of hazardous materials 2011
M Mohapatra K Rout P Singh S Anand S Layek H C Verma B K Mishra

Mixed nano iron oxides powder containing goethite (α-FeOOH), hematite (α-Fe(2)O(3)) and ferrihydrite (Fe(5)HO(8)·4H(2)O) was synthesized through surfactant mediation-precipitation route using cetyltrimethyl ammonium bromide (CTAB). The X-ray diffraction, FTIR, TEM, Mössbauer spectroscopy were employed to characterize the sample. These studies confirmed the nano powder contained 77% goethite, 9%...

2016
Toshitaka Ishizaki Hideyuki Nakano Shin Tajima Naoko Takahashi

A thin, insulating layer with high electrical resistivity is vital to achieving high performance of powder magnetic cores. Using layer-by-layer deposition of silica nanosheets or colloidal silica over insulating layers composed of strontium phosphate and boron oxide, we succeeded in fabricating insulating layers with high electrical resistivity on iron powder particles, which were subsequently ...

2016
Muhammad Irfan Majeed Jiaojiao Guo Wei Yan Joannis K. Kallitsis Georgios Bokias

This paper describes the preparation of ultra-small magnetic iron oxide (Fe3O4) nanoparticles (MIONs) coated with water-soluble thioether end-functionalized polymer ligand pentaerythritol tetrakis 3-mercaptopropionate-polymethacrylic acid (PTMP-PMAA). The MIONs were prepared by co-precipitation of aqueous iron precursor solution at a high temperature. The polymer modified MIONs were characteriz...

Journal: :Metals 2023

This paper investigates the use of shop-floor ferrous scrap that contains iron ore as a raw material for purpose making steel products through an in situ carbothermic reduction. The technique powder metallurgy (PM) was used studying reduction followed by densification during sintering. Two sources oxide—ferrous grinding-sludge and ore—and three carbonaceous material—graphite, charcoal, carbon b...

Ahmad Allahbakhsh Farhad Sharif M. R. Kalaee Saeedeh Mazinani,

In this study, an efficient and facile technique for preparing graphene oxide in suspension and powder forms was presented based on a modification on Hummers' method followed by an additional ultrasonic process. The method involved the provision of graphene oxide from graphite by reaction of potassium permanganate and sulfuric acid with stabilizing the medium complex. Furthermore, this study ev...

M. Ghoorchi S. Saadat

Different types of iron oxides deposits have been identified along the Khaf – Dorouneh volcanic and plutonic belt in north east of Iran. Kuh-e-Zar is one of these ore deposits known as Fe- oxide gold deposit. The main purpose of this paper is to detect and discriminate the iron oxide minerals in this area based on the ETM+ data. Data processing has been done by ENVI (Environment for Visualizing...

ژورنال: علوم آب و خاک 2006
غلامرضا ثواقبی, , محمد معزاردلان, , نجفعلی کریمیان, , عادل ریحانی تبار, , محمدرضا قنادها, ,

Information about forms of zinc (Zn) is important for the evaluation of its status in soil and also understanding of the soil fertility and chemistry. To obtain such information, amounts and distribution of Zn in different fractions of 20 soil samples of Tehran province, Iran were determined by sequential extraction method and their relationships with each other and with soil characteristics we...

غلامرضا ثواقبی, , محمد معزاردلان, , نجفعلی کریمیان, , عادل ریحانی تبار, , محمدرضا قنادها, ,

Information about forms of zinc (Zn) is important for the evaluation of its status in soil and also understanding of the soil fertility and chemistry. To obtain such information, amounts and distribution of Zn in different fractions of 20 soil samples of Tehran province, Iran were determined by sequential extraction method and their relationships with each other and with soil characteristics we...

Introduction: Iron plays an important role in physiological processes as a trace element. Today, iron oxide nanoparticles have attracted extensive attention due to their super paramagnetic properties and a variety of potential applications in many fields. The main objective of this study was to evaluate in vitro and in vivo toxic effects of the iron oxide nanoparticles on L929 cell line, kid...

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

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

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