نتایج جستجو برای: manganese porphyrin

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

Journal: :Chemphyschem : a European journal of chemical physics and physical chemistry 2010
Pingping Yao Yunfeng Qiu Penglei Chen Yanping Ma Shenggui He Jian-Yu Zheng Minghua Liu

Molecular assemblies of metalloporphyrins trans-dichloro(5,10,15,20-tetra-p-tolylporphyrinato)tin(IV) (SnCl2TPPMe) and trans-dihydroxo(5,10,15,20-tetra-p-tolylporphyrinato)tin(IV) (Sn(OH)2TPPMe), which have two trans axial ligands, as well 5,10,15,20-tetrakis(4-methoxyphenyl)-21H,23H-porphine iron(III) chloride (FeClTPPOMe) and 5,10,15,20-tetraphenyl-21H,23H-porphine manganese(III) chloride (Mn...

Efficient and selective oxidation of alcohols with NaIO4 catalyzed by an organic-inorganic hybrid material in which manganese(III)5,10,15,20-tetrakis(4-aminophenyl)porphyrin chloride, MnIII(TAPP)Cl, is covalently linked to a Lindqvist structure of polyoxometalate, Mo6O192-, at room temperature is reported. The effect of various parameters such as catalyst amount, solvent and oxidant were studie...

2001
Louis Ignarro Bryan Ballot Keith Wood

Alterations of the chemical structure of protoporphyrin IX markedly altered the activation of soluble guanylate cyclase purified from bovine lung. Hydrophobic side chains at positions 2 and 4 and vicinal propionic acid residues at positions 6 and 7 of the porphyrin ring (protoporphyrin IX, mesoporphyrin IX) were essential for maximal enzyme activation (K. = 7-8 nM; V, = 6-8 Kmol of cGMP/min/mg)...

Journal: :Circulation research 1999
D B Sawyer R Fukazawa M A Arstall R A Kelly

-The clinical efficacy of anthracycline antineoplastic agents is limited by a high incidence of severe and usually irreversible cardiac toxicity, the cause of which remains controversial. In primary cultures of neonatal and adult rat ventricular myocytes, we found that daunorubicin, at concentrations </=1 micromol/L, induced myocyte programmed cell death within 24 hours, as defined by several c...

Journal: :Dalton transactions 2010
Ana Budimir József Kalmár István Fábián Gábor Lente István Bányai Ines Batinić-Haberle Mladen Birus

The activation parameters and the rate constants of the water-exchange reactions of Mn(III)TE-2-PyP(5+) (meso-tetrakis(N-ethylpyridinium-2-yl)porphyrin) as cationic, Mn(III)TnHex-2-PyP(5+) (meso-tetrakis(N-n-hexylpyridinium-2-yl)porphyrin) as sterically shielded cationic, and Mn(III)TSPP(3-) (meso-tetrakis(4-sulfonatophenyl)porphyrin) as anionic manganese(iii) porphyrins were determined from th...

2001
L. Henry Bryant

We report the T1 and T2 NMR (nuclear magnetic resonance) dispersion profiles for a new manganese porphyrin [MnT(2-C)PP] which has an anionic carboxylate group in the ortho position of the phenyl rings on the metalloporphyrin. Previous MEP (molecular electrostatic potential) maps indicated that this judicious derivatization could result in increases in the observed relaxation efficiency. Relaxom...

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

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

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