نتایج جستجو برای: feiii determination

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

Journal: :Inorganica Chimica Acta 2021

Ultrasonic irradiation of trinuclear [Fe3O(O2CCMe3)(6)(H2O)(3)]Me(3)CCO(2)2(Me3CCO2H) or hexanuclear [Fe6O2 (OH)(2)(O2CCMe3)(12)] pivalate precursors with Ce(NO3)(6)6H(2)O, NaN3 and triethanolamine (H3tea) in MeOH/ MeCN solution results the synthesis two new octanuclear Fe-III-Ce-IV clusters formulated as [Fe4Ce4O4 (O2CCMe3)(4)(tea)(4)(N-3)(4)(MeOH)(4)].MeOH (1) [Fe4Ce4O4(O2CCMe3)(6)(tea)(4)(N-...

Journal: :Acta biochimica Polonica 2003
Józef Dulak Alicja Józkowicz

Carbon monoxide (CO) is an odorless, tasteless and colorless gas which is generated by heme oxygenase enzymes (HOs). HOs degrade heme releasing equimolar amounts of CO, iron and biliverdin, which is subsequently reduced to bilirubin. CO shares many properties with nitric oxide (NO), an established cellular messenger. Both CO and NO are involved in neural transmission and modulation of blood ves...

2016
Tetsuaki Nishida Shiro Kubuki Koken Matsuda Yuki Otsuka

This paper reviews recent studies of highly conductive barium iron vanadate glass with a composition of 20 BaO ∙ 10 Fe2O3 ∙ 70 V2O5 (in mol %). Isothermal annealing of the vanadate glass for several ten minutes at a given temperature, higher than glass transition temperature or crystallization temperature, caused an increase in σ. Substitution of CuI (3d10), ZnII (3d10) and CuII (3d9) for FeIII...

Journal: :Journal of the American Chemical Society 2007
Mikhail Shatruk Alina Dragulescu-Andrasi Kristen E Chambers Sebastian A Stoian Emile L Bominaar Catalina Achim Kim R Dunbar

Pentanuclear, cyanide-bridged clusters [M(tmphen)2]3[M'(CN)6]2 (M/M' = Zn/Cr (1), Zn/Fe (2), Fe/Fe (3), Fe/Co (4), and Fe/Cr (5); tmphen = 3,4,7,8-tetramethyl-1,10-phenanthroline) were prepared by combining [M'III(CN)6]3- anions with mononuclear complexes of MII ions with two capping tmphen ligands. The clusters consist of a trigonal bipyramidal (TBP) core with three MII ions in the equatorial ...

Journal: :The journal of physical chemistry. A 2006
Mihail Atanasov Peter Comba Claude A Daul

Exchange coupling across the cyanide bridge in a series of novel cyanometalate complexes with CuII-NC-MIII (M = Cr and low-spin Mn, Fe) fragments has been studied using the broken-symmetry DFT approach and an empirical model, which allows us to relate the exchange coupling constant with sigma-, pi-, and pi*-type spin densities of the CN- bridging ligand. Ferromagnetic exchange is found to be do...

Journal: :The Journal of biological chemistry 2000
H Atamna A Paler-Martínez B N Ames

Alpha-phenyl-N-t-butyl nitrone (PBN), a spin trap, scavenges hydroxyl radicals, protects tissues from oxidative injury, and delays senescence of both normal human lung fibroblasts (IMR90) and senescence-accelerated mice. N-t-butyl hydroxylamine and benzaldehyde are the breakdown products of PBN. N-t-Butyl hydroxylamine delays senescence of IMR90 cells at concentrations as low as 10 microM compa...

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

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

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