نتایج جستجو برای: oxidation reactions

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

Journal: :Bulletin of the Chemical Society of Japan 1969

Journal: :Journal of Nuclear Science and Technology 2002

2008
V. F. McNeill R. L. N. Yatavelli J. A. Thornton C. B. Stipe

We studied the OH oxidation of submicron aerosol particles consisting of pure palmitic acid (PA) or thin (near monolayer) coatings of PA on aqueous and effloresced inorganic salt particles. Experiments were performed as a function of particle size and OH exposure using a continuousflow photochemical reaction chamber coupled to a chemical ionization mass spectrometer (CIMS) system, for detection...

Journal: :The Journal of General Physiology 1965
Earl Frieden Shigemasa Osaki Hiroshi Kobayashi

A comprehensive survey of the interaction of the copper proteins and oxygen is presented including a correlation of structure, function, and other properties of the known copper oxidases and of hemocyanin. The origin of their blue color and the structure of copper complexes and copper proteins are related to the oxidation state of copper ion and relevant electronic transitions probably arising ...

2004
Michael S. Mitchell

of Thesis Presented to the Graduate School of the University of Florida in Partial Fulfillment of the Requirements for the Degree of Master of Science OXIDATION OF BIOLOGICAL MOLECULES WITH BICARBONATEACTIVATED HYDROGEN PEROXIDE AND THE DECOMPOSITION OF HYDROGEN PEROXIDE CATALYZED BY MANGANESE(II) AND BICARBONATE By Michael S. Mitchell May 2004 Chair: David E. Richardson Major Department: Chemi...

Journal: :Journal of cerebral blood flow and metabolism : official journal of the International Society of Cerebral Blood Flow and Metabolism 2011
Leif Hertz

Inspired by the paper, 'Brain glutamine synthesis requires neuronal-born aspartate as amino donor for glial glutamate formation' by Pardo et al, a modified model of oxidation-reduction, transamination, and mitochondrial carrier reactions involved in aspartate-dependent astrocytic glutamine synthesis and oxidation is proposed. The alternative model retains the need for cytosolic aspartate for tr...

2009
Jason R. Croy S. Mostafa H. Heinrich B. Roldan Cuenya

The effect of pretreatment conditions on the oxidation state and activity of micelle-synthesized Pt nanoparticles supported on ZrO2 was studied for methanol decomposition and oxidation reactions. An O2-pretreatment is observed to be effective for producing clean, stable, and active nanoparticles. Pt-oxide species formed during such pretreatments were found to have little influence in methanol d...

2000
B. Wu R. E. White

A model of the self-discharge process of a nickel-hydrogen cell is presented. The model includes three electrochemical reactions on the nickel electrode (reduction of nickel oxyhydroxide, oxidation of hydrogen, and oxidation of hydroxyl ion to form oxygen) and two electrochemical reactions on the hydrogen electrode (reduction of oxygen and oxidation of hydrogen). The self-discharge pressure pro...

2006
Paul D. Byrne Dongwhan Lee Peter Müller Timothy M. Swager

To understand the charge transport ability of the metal coordinated cyclobutadiene, a series of cyclobutadiene cobalt cyclopentadiene (CbCoCp) omplexes containing electrochemically polymerizable thiophene units were synthesized. The complexes were electrochemically polymerized nd the resulting polymers were characterized by cyclic voltammetry, in situ conductivity and UV–vis spectroelectrochemi...

Journal: :Journal of the American Chemical Society 2012
David C Powers Eunsung Lee Alireza Ariafard Melanie S Sanford Brian F Yates Allan J Canty Tobias Ritter

Oxidation of binuclear Pd(II) complexes with PhICl(2) or PhI(OAc)(2) has previously been shown to afford binuclear Pd(III) complexes featuring a Pd-Pd bond. In contrast, oxidation of binuclear Pd(II) complexes with electrophilic trifluoromethylating ("CF(3)(+)") reagents has been reported to afford mononuclear Pd(IV) complexes. Herein, we report experimental and computational studies of the oxi...

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

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

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