نتایج جستجو برای: znoو fe3o4

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

2014
Mao Shen Yujing Yu Guodong Fan Guang Chen Ying min Jin Wenyuan Tang Wenping Jia

Preparation of magnetic nanoparticles coated with chitosan (CS-coated Fe3O4 NPs) in one step by the solvothermal method in the presence of different amounts of added chitosan is reported here. The magnetic property of the obtained magnetic composite nanoparticles was confirmed by X-ray diffraction (XRD) and magnetic measurements (VSM). Scanning electron microscopy (SEM) and transmission electro...

Journal: :The Analyst 2014
Pei Jing Wenju Xu Huayu Yi Yongmei Wu Lijuan Bai Ruo Yuan

A sensitive and selective electrochemical aptasensor for thrombin detection was constructed based on hemin/G-quadruplex as the signal label and Fe3O4-Au nanocomposites with glucose oxidase (GOx-) and peroxide-mimicking enzyme activity as the signal enhancers. Due to their large surface area and good biocompatibility, Fe3O4-Au nanocomposites were employed to immobilize electroactive hemin/G-quad...

Journal: :Chemical communications 2014
Jingjing Du Jinli Cui Chuanyong Jing

Rapid and sensitive SERS identification and quantification of arsenic species in multiple matrices have been realized using a Fe3O4@Ag magnetic substrate. The molecular structure of arsenic on Fe3O4@Ag characterized using EXAFS spectroscopy and DFT confirms the existence of a chemical effect on SERS enhancement.

Journal: :Chemical communications 2015
Lishuang Fan Bingjiang Li David W Rooney Naiqing Zhang Kening Sun

We describe a novel strategy for in situ fabrication of hierarchical Fe3O4 nanoclusters-GAs. Fe3O4 NCs-GAs deliver excellent rate capability (the reversible capacities obtained were 1442, 392 and 118 mA h g(-1) at 0.1C, 12C and 35C rates), and a high reversible capacity of 577 mA h g(-1) over 300 cycles at the current density of 5.2 A g(-1) (6C).

Journal: :Nanoscale 2016
Hong Yu Yang Moon-Sun Jang Guang Hui Gao Jung Hee Lee Doo Sung Lee

A novel type of pH-responsive biodegradable copolymer was developed based on methyloxy-poly(ethylene glycol)-block-poly[dopamine-2-(dibutylamino) ethylamine-l-glutamate] (mPEG-b-P(DPA-DE)LG) and applied to act as an intelligent nanocarrier system for magnetic resonance imaging (MRI). The mPEG-b-P(DPA-DE)LG copolymer was synthesized by a typical ring opening polymerization of N-carboxyanhydrides...

2016
Abbas Norouzian Baghani Amir Hossein Mahvi Mitra Gholami Noushin Rastkari Mahdieh Delikhoon

BACKGROUND Discharge of heavy metals such as hexavalent chromium (Cr (VI)) and nickel (Ni (II)) into aquatic ecosystems is a matter of concern in wastewater treatment due to their harmful effects on humans. In this paper, removal of Cr (VI) and Ni (II) ions from aqueous solution was investigated using an amino-functionalized magnetic Nano-adsorbent (Fe3O4-NH2). METHODS An amino-functionalized...

Journal: :Chemical communications 2015
Yanrong Wang Lei Zhang Yali Wu Yijun Zhong Yong Hu Xiong Wen David Lou

A novel H3PO4 etching strategy together with subsequent carbon coating has been developed for the synthesis of carbon-coated Fe3O4 microspheres with a porous multideck-cage structure. These carbon-coated Fe3O4 microspheres manifest high specific capacity (∼1100 m h g(-1) at 200 mA g(-1)) and excellent cycling stability for lithium storage.

Journal: :Nanoscale 2015
Hui Wang Guixin Cao Zheng Gai Kunlun Hong Probal Banerjee Shuiqin Zhou

This paper reports a type of multifunctional hybrid nanoparticle (NP) composed of gold nanocrystals coated on and/or embedded in a magnetite-fluorescent porous carbon core-shell NP template (Fe3O4@PC-CDs-Au) for biomedical applications, including magnetic/NIR-responsive drug release, multicolor cell imaging, and enhanced photothermal therapy. The synthesis of the Fe3O4@PC-CDs-Au NPs firstly inv...

Journal: :Journal of Inorganic and Organometallic Polymers and Materials 2022

In this work, three different generations of Poly(amidoamine) dendrimers (PAMAM) decorated on magnetic Fe3O4 composites (Fe3O4@SiO2–G1, Fe3O4@SiO2–G3, Fe3O4@SiO2–G5) were fabricated and characterized by FTIR, XRD, TEM, TGA, VSM XPS. The obtained used for Cr(VI) removal. Batch adsorption studies showed that the reached equilibrium within 60 min, optimal pH was 3.0. result kinetics simulated pseu...

Journal: :Colloids and Surfaces A: Physicochemical and Engineering Aspects 2022

Nontoxic nanoparticle contrast agents with multiple imaging functions are required for medical diagnostic imaging, and coating the less toxic materials meets this requirement. This work proposes a method fabricating magnetite, gold (Au), silica nanoparticles toward imaging. The proposed involved four steps: synthesis of magnetite (Fe3O4) nanoparticles, Au formation composite Fe3O4 (Fe3O4/Au), F...

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

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

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