نتایج جستجو برای: iron chelating agents

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

Journal: :Free radical research communications 1986
G R Buettner

Chelates can inhibit the iron- and copper-catalyzed autoxidation of ascorbate at pH 7.0. Diethylenetriaminepentaacetic acid (DTPA or DETAPAC) and Desferal (deferoximane mesylate) slow the iron-catalyzed oxidation of ascorbate as effectively as reducing the trace levels of contaminating iron in buffers with Chelex resin. DETAPAC, EDTA and HEDTA (N-(2-hydroxyethyl)-ethylenediaminetriacetic acid) ...

2008
R. Lunt A. Wallace

U s e of chelating agents--especially the new compound Fe 1 3 8 t o correct iron chlorosis by effectively supplying iron to plants has proved promising in a series of experiments. All plant species tested-but not all individual plants-responded to treatment, and some of the individuals within species did respond with retreatment. Treatment responses in the field have lasted from two to six mont...

Journal: :European review for medical and pharmacological sciences 2010
A Mallis S N Mastronikolis S S Naxakis A T Papadas

BACKGROUND AND OBJECTIVES Mucormycoses are a group of invasive infections caused by filamentous fungi of the Mucoraceae family, with the rhinocerebral form of the disease being the most common in large case series. In the present paper we review the characteristics of the rhinocerebral form of the disease. EVIDENCE AND INFORMATION SOURCES The present review is based on the analysis of the cur...

There is a high prevalence of infections caused by Leishmania parasites and increasing rate of drug resistance. Lack of successful treatment with existing drugs calls for new therapeutic approaches. The main strategy in treatment of leishmaniasis is creating apoptosis and eliminating different forms of the parasite. So far, numerous drugs with specific mechanisms including 14-α-demethylase enzy...

2010
Lujiang Hao Tongjun Liu Jiangkui Chen Xiaofei Zhang

Crystals of the title compound, [Fe(C(8)H(7)N(3))(3)](2)[PMo(12)O(40)]·6H(2)O, prepared under hydro-thermal conditions, are isotypic with the Mn(2+) and Cd(2+) analogues. The Fe(2+) cation is in a distorted octa-hedral coordination by six N atoms from three chelating 3-(2-pyrid-yl)-1H-pyrazole ligands. The heteropoly-anion [PMo(12)O(40)](4-) is a one-electron reduced species in which two O atom...

2010
Lissette Perez Alvin Crumbliss Richard MacPhail Katherine J. Franz

Synthesis and Characterization of SecondGeneration Iron Pro-chelators by Lissette Perez Department of Chemistry Duke University Date:_______________________ Approved: ___________________________ Katherine J. Franz, Supervisor ___________________________ Alivn Crumbliss ___________________________ Richard MacPhail An abstract of a thesis submitted in partial fulfillment of the requirements for t...

Journal: :Infection and immunity 2000
D Taramelli S Brambilla G Sala A Bruccoleri C Tognazioli L Riviera-Uzielli J R Boelaert

Killing of intracellular Penicillium marneffei conidia is demonstrated in gamma interferon-lipopolysaccharide-activated human THP1 and mouse J774 cells. Iron overload significantly reduces the antifungal activity of macrophages. Likewise, exogenous iron enhances and iron chelators inhibit the extracellular growth of P. marneffei. These results suggest that iron availability critically affects i...

2013
Shohei Ito Nozomu Hisamichi Tsugiko Takase Shinji Inomata

The title compound, [Fe4(C10H15)2(C8H10O4S2)2S4], contains a twisted Fe4S4 cubane-like core. A twofold rotation axis passes through the Fe4S4 core, completing the coordination of the four Fe atoms with two penta-methyl-cyclo-penta-dienyl ligands and two chelating dithiol-ate ligands. There are three short Fe-Fe and three long Fe⋯Fe contacts in the Fe4S4 core, suggesting bonding and non-bonding ...

2004
Frederick Green Tor P. Schultz

water repellents, antioxidants, and chelators for specific elements, including metals required by wood-decaying fungi such as iron or manganese. Selected laboratory and field exposure results obtained by combining organic biocides with one or more non-biocidal additives are presented in this chapter. Future wood preservative systems, either based on this chapter’s concept or other possible tech...

Journal: :Dalton transactions 2006
Christopher M Pask Kenneth D Camm Neil J Bullen Michael J Carr William Clegg Colin A Kilner Malcolm A Halcrow

The title ligand ('L') in crystalline [CuBrL(2)]Br.CH(3)OH and [Cu(OH(2))L(2)]SO(4).H(2)O.CH(3)OH chelates to both the copper(II) cations and the charge-balancing anions.

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

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

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