نتایج جستجو برای: magnetic carbon nano

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

اعظم, کمال, تبریزی, اکرم, جعفری زاوه, مصطفی, شیرخانلو, حمید, گلبابایی, فریده, یاراحمدی, رسول,

Introduction: Volatile organic compounds from industrial activities are one of the most important pollutants released into the air and have adverse effects on human and environment. Therefore, they should be removed before releasing into atmosphere. The aim of the study was to evaluate xylene removal from air by nano-grapheme and nano-graphene oxide in comparison with activated carbon adsorbent...

Journal: :international journal of bio-inorganic hybrid nanomaterials 0

synthesis of bafe12o19 magnetic nano particles via precipitation in different ph conditions have been reported. the certain molar ratio of fe/ba = 12 selected and sodium hydroxide was used as a precipitant agent. x-ray diffraction (xrd), scanning electron microscopy (sem) and vibrating sample magnetometer (vsm) were used to consider the structural, morphological and magnetic properties of bariu...

Journal: :Ultramicroscopy 2009
Zaoli Zhang Dangsheng Su

The stability of Ni, Cu, Mo and Au transmission electron microscope (TEM) grids coated with ultra-thin amorphous carbon (alpha-C) or silicon monoxide film is examined by in-situ heating up to a temperature in the range 500-850 degrees C in a transmission electron microscope. It is demonstrated that some grids can generate nano-particles either due to the surface diffusion of metal atoms on amor...

In this study, the synthesis, characterization and controlled release behavior of new Hollow Silica Nano particles (HSNPs) and Magnetic Silica Nano Particles (MSNPs) were studied. Magnetic Silica Nano particles (MSNPs), as drug delivery vehicles, were synthesized through the coating of Fe3O4 nano-crystals with silica layers. The HSNPs were obtained by removal of Fe3O4 templates with hydrochlori...

2012
Bhavna S. Paratala Barry D. Jacobson Shruti Kanakia Leonard Deepak Francis Balaji Sitharaman

The chemistry of high-performance magnetic resonance imaging contrast agents remains an active area of research. In this work, we demonstrate that the potassium permanganate-based oxidative chemical procedures used to synthesize graphite oxide or graphene nanoparticles leads to the confinement (intercalation) of trace amounts of Mn(2+) ions between the graphene sheets, and that these manganese ...

2010
Toyonari Sugimoto Hisashi Tanaka Dominique de Caro Lydie Valade

A lot of molecular (magnetic) conductors are prepared largely using charge-transfer (CT) salts of donor molecules with acceptor molecules or nonmagnetic or magnetic anions such as metal halides and oxides; their CT salts are usually obtained as bulk crystals, which are used to elucidate the electrical conducting (magnetic) properties. In contrast, a small number of micro/nano-crystals of the mo...

2015
Maoyuan Liu Lei Chen

Nano-composite permanent magnetic material is a new type permanent magnetic material, and it is the synthesis of soft and hard magnetic phase within nanoscale. On the basis of exchange coupling hard magnetizing theory, nano-composite permanent magnetic material can at the same time have high residual magnetization intensity of soft magnetic phase and high coerccivity of hard magnetic phase, and...

Journal: :international journal of nanoscience and nanotechnology 2010
n. ghobadi a. saberi moghadam

gelled propellants are improved propellants that can be considered as the final extension of liquid propellants. high specific impulse, good density and safety better than that of both solid and liquid propellants are advantages of the gel propellants. they are made by addition a suitable gellant to liquid propellants. in this research, nano al particles have been used in udmh gel fuel. the gel...

In recent years, a lot of research has been done in the field of producing soft magnetic nano composites by means of mechanical alloying. These materials indicate more electrical resistance and permeability in comparison with soft magnetic composites (SMCs). In this research, reduction of silicothermal mixed powder (Nickel-oxide, Silicon and Iron) was carried out by mechanical alloying to form ...

Journal: :international journal of nano dimension 0
z. abdi department of chemistry, shahr-e-qods branch, islamic azad university, tehran, iran s. sedaghat department of chemistry, shahr-e-qods branch, islamic azad university, tehran, iran

in this work the synthesis of polyaniline/chitosan/functionalized single- walled carbon nanotube nanocomposite is carried out. for this purpose single -walled carbon nanotubes were reacted with thionyl chloride to change the hydroxyl to acyl chloride groups for improving the react ability. in other step, aniline monomers and chitosan were polymerized in the presence of iron (iii) chloride to sy...

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

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

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