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

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

امیرجانی, محمد رضا, صابری, طاهره, عسکری, مهری,

Nanomaterials are considered as one of the most important innovations of modern science. Nanoparticles are highly reactive. These property are largely due to their size (from 1 to 100 nm), large surface area and high solubility. Among all the micronutrients, iron has the largest amount in plants. Iron is the catalytic component of many oxidization and redox enzymes and is needed for chlorophyll...

E Fataei, Gh Ebrahimzadeh Rajaei, M Kashefi Alasl, N* Sajjadi, Sh Khalili Arjaghi,

Background & objectives: The import of heavy metals into various sources of drinking water supply is one of the major problems of water quality, especially in industrial areas. The aim of this study was to investigate the ability of mercury and arsenic metal pollutants to be removed from aqueous solutions using green oxide nanoparticles synthesized by green method. For this purpose, the extract...

2011
Chien-Chang Shen Hong-Jen Liang Chia-Chi Wang Mei-Hsiu Liao Tong-Rong Jan

BACKGROUND Accumulating evidence indicates that iron oxide nanoparticles modulate immune responses, and induce oxidative stress in macrophages. It was recently reported that iron oxide nanoparticles attenuated antigen-specific immunity in vivo, though the underlying mechanism remains elusive. The present study investigates the direct effect of iron oxide nanoparticles on antigen-specific cytoki...

2014

The production and use of iron oxide nanoparticles are growing exponentially due to its wide applications in different fields of science and technology. The objective of this study is to synthesize iron oxide nanoparticles, and modification of its surface to make it less toxic. The iron oxide nanoparticles were synthesized by chemical co-precipitation method, and surface modification was done u...

   Magnetic iron oxide nanoparticles have numerous applications in the biomedical field. This paper reports the preparation and properties of iron oxide nanoparticles synthesised by thermal decomposition method from iron chelates. The iron oxide nanoparticles were characterized by FTIR, powder XRD, VSM, SEM and TEM techniques. FTIR and powder XRD studies show that iron oxide was fo...

Introduction: With the increasing development of nanotechnology, nanomaterials are used instead of conventional compounds. One of these nanomaterials that have many applications in the biomedical field, is iron oxide (Fe2O3) nanoparticles and there is not much research on its effects on the physiological features. So in this research, effect of iron oxide nanoparticles on short and long-term...

Journal: :Einstein 2012
Tatiana Taís Sibov Liza Aya Mabuchi Miyaki Javier Bustamante Mamani Luciana Cavalheiro Marti Luiz Roberto Sardinha Lorena Favaro Pavon Daniela Mara de Oliveira Walter Humberto Cardenas Lionel Fernel Gamarra

OBJECTIVE The objective of this study was to evaluate the effect of the labeling of umbilical cord vein derived mesenchymal stem cells with superparamagnetic iron oxide nanoparticles coated with dextran and complexed to a non-viral transfector agent transfector poly-L-lysine. METHODS The labeling of mesenchymal stem cells was performed using the superparamagnetic iron oxide nanoparticles/dext...

Background: Ischemic stroke is a common cause of adult disability and death worldwide that leads to damage in neuronal networks and neurovascular units and ceasation of brain functions. In this study the effect of iron oxide nanoparticles and magnetic field on neurogenesis after ischemic reperfusion (IR) in rat model was evaluated. Methods: In this experimental study 50 male Wistar rats weighi...

Journal: :iranian journal of basic medical sciences 0
farzaneh hajesmaeelzadeh biomolecular imaging analysis group, research center for molecular and cellular imaging, tehran university of medical sciences, tehran, iran department of medical physics and biomedical engineering, faculty of medicine, tehran university of medical science, tehran, iran saeed shanehsazzadeh radiation application research school, nuclear science and technology research institute, tehran, iran cordula grüttner micromod partikeltechnologie gmbh, friedrich-barnewitz-str. 4, d-18119 rostock, germany fariba johari daha radiation application research school, nuclear science and technology research institute, tehran, iran mohammad ali oghabian biomolecular imaging analysis group, research center for molecular and cellular imaging, tehran university of medical sciences, tehran, iran

objective(s):iron oxide nanoparticles have found prevalent applications in various fields including drug delivery, cell separation and as contrast agents. super paramagnetic iron oxide (spio) nanoparticles allow researchers and clinicians to enhance the tissue contrast of an area of interest by increasing the relaxation rate of water. in this study, we evaluate the dependency of hydrodynamic si...

Ali Akbar Rostami, Homa Mohseni Kouchesfehani, Rahman Fakheri, Sahar Kiani,

Background: Despite the wide range of applications, there is a serious lack of information on the impact of the nanoparticles on human health and the environment. The present study was done to determine the range of dangerous concentrations of iron oxide nanoparticle and their effects on mouse embryonic stem cells. Methods: Iron oxide nanoparticles with less than 20 nanometers diameter were en...

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

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

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