نتایج جستجو برای: mannich reaction

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

Journal: :Chemical communications 2008
Stephen J Roe Robert A Stockman

Total syntheses of the potent neurotoxins, environmental hazards, and biochemical probes anatoxin-a and homoanatoxin have been achieved from a common intermediate using a combined two-directional synthesis-tandem reaction strategy which includes key advances in oxidative desymmetrisation, tandem Michael-intramolecular Mannich cyclisations and a new method for deprotection of N-tosyl anatoxin-a.

Journal: :Organic & biomolecular chemistry 2014
Erwan Le Gall Stéphane Sengmany Issa Samb Sabrina Benakrour Christopher Colin Antoine Pignon Eric Léonel

The multicomponent synthesis of α,β-disubstituted N-sulfonyl β-amino esters is described. It involves a zinc-mediated, cobalt-catalyzed three-component reaction between sulfonylimines, acrylates and organic bromides. A possible mechanism is proposed, emphasizing the intermediate formation of an organocobalt as the initiator of a Mannich-like process.

2014
Antoine Pignon Erwan Le Gall Thierry Martens

The synthesis of (diarylmethyl)sulfonamides and related compounds by a new manganese-mediated, cobalt-catalyzed three-component reaction between sulfonamides, carbonyl compounds and organic bromides is described. This organometallic Mannich-like process allows the formation of the coupling products within minutes at room temperature. A possible mechanism, emphasizing the crucial role of mangane...

2014
Alexander J. Grenning John K. Snyder John A. Porco

An efficient, two-step construction of highly complex alkaloid-like compounds from the natural product fumagillol is described. This approach, which mimics a biosynthetic cyclase/oxidase sequence, allows for rapid and efficient structure elaboration of the basic fumagillol scaffold with a variety of readily available coupling partners. Mechanistic experiments leading to the discovery of an oxyg...

Journal: :Organic & biomolecular chemistry 2007
A Louise Tillman Darren J Dixon

An enantioselective Brønsted acid catalyzed Mannich reaction between acetophenone derived enamines and N-Boc imines has been developed. Simple diol (S)-H(8)-BINOL has been identified as the optimal catalyst, to afford versatile beta-amino aryl ketones in good yield and enantiomeric excess.

Journal: :Chemical communications 2010
Xianxing Jiang Dan Fu Gen Zhang Yiming Cao Luping Liu Jingjing Song Rui Wang

A highly efficient diastereo- and enantioselective Mannich reaction of lactones with a variety of N-Boc-aldimines by using bifunctional rosin-derived amine thiourea catalysts was investigated for the first time, in general, affording the adducts bearing quaternary stereogenic centers with high levels of enantio- and diastereoselectivity (up to 99% ee, and >20:1 dr).

2017
Jiebing Li Miao Wang Diao She Yadong Zhao

Urea coating has been conducted using polylactic acid (PLA) blended with an industrial softwood kraft lignin. The latter was pre-functionalized via esterification or Mannich reaction. The coated urea becomes therefore a highly effective nitrogen fertilizer due to the controlled release after the coating, the slow release from the organically bound nitrogen structure formed after the Mannich rea...

Journal: :Organic & biomolecular chemistry 2014
You-Qing Wang Xiao-Yu Cui Yuan-Yuan Ren Yongna Zhang

A highly enantioselective direct Mannich reaction of methyl alkyl ketones with cyclic imines benzo[e][1,2,3]oxathiazine 2,2-dioxides, catalyzed by the combination of cinchona alkaloid derived primary amine and TFA, is disclosed. For unsymmetrical methyl alkyl ketones, it is favoured that specific regioselective addition to the imine substrates occurs at the less-substituted methyl group by ster...

Journal: :Dalton transactions 2015
Sellamuthu Anbu Subban Kamalraj Anup Paul Chelliah Jayabaskaran Armando J L Pombeiro

A highly selective and sensitive phenanthroimidazole tagged Mannich base type dizinc(II) fluorescent probe (R-Zn²⁺) has been developed for the pyrophosphate ion (PPi) with a very low limit of detection (LOD) of 0.25 ppm; this also assesses PPi from DNA polymerization chain reaction (PCR).

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

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

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