نتایج جستجو برای: intermediate radical

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

Journal: :علوم و تکنولوژی پلیمر 0
مجتبی باقری جاغرق مهدی سلامی کلجاهی محمد نجفی وحید حدادی اصل سید مهدی قافله باشی زرند

in current work a comprehensive mechanism based on intermediate radical termination theory is assumed for raft polymerization of styrene over cumyl dithiobenzoate as raft agent. rate constants for addition (ka) and fragmentation reactions (kf) are set to 6×106 and 5×104 respectively, which lead to an equilibrium constant value of k = ka/kf = 1.2 x 102. moment equations method was used to model ...

Journal: :journal of sciences islamic republic of iran 0

the polarographic reduction of aromatic carbodiimides in anhydrous aprotic solvents goes through a carbene intermediate by a diffusion controlled process in two one-electron steps. the first step is the rate-determining step and converts the carbodiirnide to a radical anion (6) that reduces further by a fast one-electron step to a carbene dianion intermediate (7). this abstracts an oxygen, alon...

The polarographic reduction of aromatic carbodiimides in anhydrous aprotic solvents goes through a carbene intermediate by a diffusion controlled process in two one-electron steps. The first step is the rate-determining step and converts the carbodiirnide to a radical anion (6) that reduces further by a fast one-electron step to a carbene dianion intermediate (7). This abstracts an oxygen, ...

2015
Siddhesh S. Kamat Frank M. Raushel

0.1016/j.pisc.2014 he Authors. Publis mons.org/licenses rt of an special iss Kinetics”. Copyrig thor. aushel@tamu.edu Abstract PhnJ from the C–P lyase complex catalyzes the cleavage of the carbon–phosphorus bond in ribose-1phosphonate-5-phosphate (PRPn) to produce methane and ribose-1,2-cyclic-phosphate-5-phosphate (PRcP). This protein is a novel radical SAM enzyme that uses glycyl and thiyl ra...

2017
Nobuki Furubayashi Takahito Negishi Hidenori Iwai Kei Nagase Kenichi Taguchi Mototsugu Shimokawa Motonobu Nakamura

INTRODUCTION We aimed to determine whether the number and type of risk factors are associated with biochemical recurrence-free survival after radical prostatectomy in men with D'Amico intermediate-risk prostate cancer. MATERIALS AND METHODS Between August 1998 and May 2013, 481 Japanese patients underwent antegrade radical prostatectomy. The relationships between the rate of PSA failure after...

1997
João P. Telo Abel J. S. C. Vieira

The oxidation of caffeine with persulfate and hydroxyl radicals in aqueous solution has been studied by EPR spectroscopy and HPLC analysis. In both cases the formation of 1,3,7-trimethyluric acid is observed as the main final product. A C8]OH radical adduct is postulated as the intermediate after reaction with OH~, and leads to the final product after further oxidation. This radical is too shor...

2014
Hui Huang Wei-Chen Chang Geng-Min Lin Anthony Romo Pei-Jing Pai William K. Russell David H. Russell Hung-Wen Liu

(S)-2-Hydroxypropylphosphonic acid [(S)-HPP] epoxidase (HppE) is a mononuclear iron enzyme that catalyzes the last step in the biosynthesis of the antibiotic fosfomycin. HppE also processes the (R)-enantiomer of HPP but converts it to 2-oxo-propylphosphonic acid. In this study, all four stereoisomers of 3-methylenecyclopropyl-containing substrate analogues, (2R, 3R)-8, (2R, 3S)-8, (2S, 3R)-8, a...

2014
Brandon E. Haines Olaf Wiest

The SET-induced biaryl cross-coupling reaction is established as the first example of a Grignard S(RN)1 reaction. The reaction is examined within the mechanistic framework of dissociative electron transfer in the presence of a Lewis acid. DFT calculations show that the reaction proceeds through a radical intermediate in the form of an Mg ion-radical cage, which eludes detection in trapping expe...

Journal: :International journal of urology : official journal of the Japanese Urological Association 2015
Luigi Mearini

Table S1. Characteristics according to D’Amico risk classification in PCa patients treated by radical prostatectomy. Table S2. Univariate analysis to predict intermediate-risk subgroups having a comparable risk of biochemical recurrence to that in the high-risk group. Table S3. OR of adverse pathological outcome according to PSAD levels in patients with the intermediate-risk group. Table S4. Mu...

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

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

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