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

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

Journal: :Chemical communications 2011
Philias Daka Zhenghu Xu Alexandru Alexa Hong Wang

A novel class of primary amine-metal Lewis acid bifunctional catalysts based on a bidentate ligand was developed. These catalysts were highly efficient in catalyzing the direct asymmetric aldol reactions of ketones offering excellent stereoselectivity. The aldol reactions required a low catalyst loading (2.5 mol%), and were water compatible.

Journal: :Molecules 2015
Dahye Lee Sunhwa Park Yoseb Yu Kye Jung Shin Jae Hong Seo

3-(Diarylmethylene)oxindoles have been synthesized from propiolamidoaryl triflate utilizing a palladium-catalyzed one-pot reaction consisting of three successive reactions: Sonogashira, Heck, and Suzuki-Miyaura. This method allows for the production of a complex skeleton of 3-(diarylmethylene)oxindole from propiolamidoaryl triflate using a commercially available aryl iodide and arylboronic acid...

2014
Xiaoyu Yan Chao Chen Chanjuan Xi

A novel method for the zirconoarylation of alkynes was developed. TCQ-promoted reductive elimination of arylzirconate [LiCp2ZrAr(RC≡CR)], which was prepared by the reaction of zirconocene-alkyne complexes with aryllithium compounds, afforded trisubstituted alkenylzirconocenes. This reaction can afford multi-substituted olefins with high stereoselectivity.

Journal: :Chemical communications 2010
Yanto Yanto Hua-Hsiang Yu Mélanie Hall Andreas S Bommarius

Xenobiotic reductase A (XenA) has broad catalytic activity and reduces various α,β-unsaturated and nitro compounds with moderate to excellent stereoselectivity. Single mutants C25G and C25V are able to reduce nitrobenzene, a non-active substrate for the wild type, to produce aniline. Total turnover is dominated by chemical rather than thermal instability.

Journal: :Angewandte Chemie 2009
Pierre Fournier Roberto Fiammengo Andres Jäschke

DNA hybrid catalysis goes organometallic: A DNA strand functionalized with diene ligands forms iridium(I) complexes that can efficiently catalyze an allylic amination in aqueous medium (see scheme). The DNA-based complexes show high stability and activity, and their secondary structure influences the stereoselectivity of the reaction.

Journal: :Chemical communications 2015
Renhong Sun Jun Liu Shuang Yang Ming Chen Ning Sun Haoyi Chen Xin Xie Xu You Shi Li Yuanhong Liu

A titanium-catalyzed cis-hydroalumination of propargylic amines with Red-Al is described, which provides an efficient way to produce Z-configured allylic amines in good to excellent yields with high stereoselectivity and good regioselectivity. The hydride-bridged Al/Ti bimetallic species may act as a real catalyst in this reaction.

Journal: :Angewandte Chemie 2016
Matthew G Beaver Trixia M Buscagan Olga Lavinda K A Woerpel

Nucleophilic attack on seven-membered-ring oxocarbenium ions is generally highly stereoselective. The preferred mode of nucleophilic attack forms the product in a conformation that minimizes transannular interactions, thus leading to different stereoselectivity as compared to that of reactions involving six-membered-ring oxocarbenium ions.

Journal: :Journal of the American Chemical Society 2012
Ricardo Alfaro Alejandro Parra José Alemán José Luis García Ruano Mariola Tortosa

The first copper-catalyzed formal carboboration of alkynes, in which a C-B bond and a C-C bond are created in a single catalytic cycle, is presented. The reaction proceeds with high regioselectivity and syn-stereoselectivity to form tri- and tetrasubstituted vinylboronic esters from commercially available bis(pinacolato)diboron. A subsequent cross-coupling reaction gives access to highly substi...

Journal: :Beilstein Journal of Organic Chemistry 2005
Luiz Carlos da Silva Filho Valdemar Lacerda Júnior Mauricio Gomes Constantino Gil Valdo José da Silva Paulo Roberto Invernize

We have found that some of the usually poor dienophiles (2-cycloenones) can undergo Diels-Alder reaction at -78 degrees C with unusually high stereoselectivity in the presence of niobium pentachloride as a Lewis acid catalyst. A remarkable difference in reaction rates for unsubstituted and alpha- or beta-methyl substituted 2-cycloenones was also observed.

Journal: :Yakugaku zasshi : Journal of the Pharmaceutical Society of Japan 2014
Nobuo Ikota

Naturally occurring polyhydroxylated amines such as (+)-1-deoxynojirimycin, polyoxamic acid, anisomycin, (-)swainsonine, and alexine stereoisomers, which have interesting biological activities including glucosidase- and mannosidase-inhibitory activity, immunoregulatory activity, and antibacterial effects, were synthesized stereoselectively starting from (S)-pyroglutamic acid derivatives. α,β-Un...

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

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

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