نتایج جستجو برای: phenylenediamine

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

Journal: :Plant physiology 1977
C F Yocum J A Guikema

Incubation of spinach chloroplast membranes for 90 minutes in the presence of 50 mm KCN and 100 mum HgCl(2) produces an inhibition of photosystem I activity which is stable to washing and to storage of the chloroplasts at -70 C. Subsequent exposure of these preparations to NH(2)OH and ethylenediaminetetraacetic acid destroys O(2) evolution and flow of electrons from water to oxidized p-phenylen...

Journal: :The Analyst 2011
Jingqi Tian Hailong Li Wenbo Lu Yonglan Luo Lei Wang Xuping Sun

The chemical oxidation polymerization of m-phenylenediamine (MPD) by ammonium persulfate (APS) at room temperature results in the formation of poly(m-phenylenediamine) (PMPD) microparticles. The subsequent treatment of such microparticles with an aqueous AgNO(3) solution produces Ag nanoparticle (AgNP)-decorated PMPD microparticles. It was found that as-formed AgNPs exhibited remarkable catalyt...

2011
Lei Wang Yingwei Zhang Jingqi Tian Hailong Li Xuping Sun

In this article, we report on the facile and rapid synthesis of conjugation polymer poly(p-phenylenediamine) nanobelts (PNs) via room temperature chemical oxidation polymerization of p-phenylenediamine monomers by ammonium persulfate in aqueous medium. We further demonstrate the proof-of-concept that PNs can be used as an effective fluorescent sensing platform for nucleic acid detection for the...

Journal: :The Biochemical journal 1970
J Mowbray J H Ottaway

1. Conditions favouring the condensation of o-phenylenediamine with alpha-oxo acids to form substituted quinoxalines have been investigated. The best yields (85-100%) are obtained by incubation of the reagents in 2m-hydrochloric acid. Substitution of acetic acid for hydrochloric acid, or of halogen-substituted 1,2-diaminobenzenes for phenylenediamine, increases the initial rate of reaction, but...

Journal: :Plant physiology 1970
S B Wilson W D Bonner

The effects of phenylethylbiguanidide, decamethylenediguanidide, and octylguanidine have been studied with mung bean hypocotyl mitochondria (Phaseolus aureus var. Jumbo) supplied with malate, reduced nicotinamide adenine dinucleotide, succinate, or ascorbate-tetramethyl-p-phenylenediamine as substrates. The guanidines act as energy transfer inhibitors, all three inhibiting all three phosphoryla...

Journal: :iranian journal of catalysis 2015
eshagh rezaee nezhad saaid karimian

ni2+ supported on hydroxyapatite-core@shell γ-fe2o3 nanoparticles (γ-fe2o3@hap-ni2+) was found to be a useful catalyst for the synthesis of benzimidazole derivatives from o-phenylenediamine and aldehydes under solvent and solvent-free conditions at 80 °c. this reaction affords the corresponding benzimidazole derivatives compared with the classical reactions this method consistently gives a high...

2013
Eric K. Hoobler Ganesha Rai Andrew G. S. Warrilow Steven C. Perry Christopher J. Smyrniotis Ajit Jadhav Anton Simeonov Josie E. Parker Diane E. Kelly David J. Maloney S. L. Kelly Theodore R. Holman

We report the discovery of a novel dual inhibitor targeting fungal sterol 14α-demethylase (CYP51 or Erg11) and human 5-lipoxygenase (5-LOX) with improved potency against 5-LOX due to its reduction of the iron center by its phenylenediamine core. A series of potent 5-LOX inhibitors containing a phenylenediamine core, were synthesized that exhibit nanomolar potency and >30-fold selectivity agains...

Journal: :Clinical chemistry 1974
K H Schosinsky H P Lehmann M F Beeler

We have developed a new method for determination of serum ceruloplasmin from its oxidase activity, in which o-dianisidine dihydrochioride is used as substrate. o-Dianisidine dihydrochloride is more stable than is the more widely used p-phenylenediamine substrate, and forms a stable product that is measured at 540 nm. Correlation was good between results of this method and those obtained with bo...

Journal: :Journal of bacteriology 1967
P Jurtshuk P R Aston L Old

The ability of the electron transport particulate fraction of Azotobacter vinelandii strain O to oxidize tetramethyl-p-phenylenediamine (TMPD) and p-phenylenediamine (PPD) was examined in detail. The highest specific activity for TMPD and PPD oxidation concentrated in the A. vinelandii O R(3) fraction. The A. vinelandii O R(3) fraction was used to develop a standard manometric assay which gave ...

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

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

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