نتایج جستجو برای: tetracyclic graphs

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

Journal: :Chemical communications 2006
Dirk Hildebrandt Wiebke Hüggenberg Matthias Kanthak Tobias Plöger Iris M Müller Gerald Dyker

A platinum-catalyzed domino process with intermediate benzopyrylium cations reaches its optimum utility in the formation of 7- and 8-membered rings. With iron(III) chloride, a tetracyclic product is isolated, derived from an oxidative transformation of a metal-carbene intermediate.

Journal: :Chemical science 2017
Desta Doro Bume Cody Ross Pitts Fereshte Ghorbani Stefan Andrew Harry Joseph N Capilato Maxime A Siegler Thomas Lectka

The ubiquitous ketone carbonyl group generally deactivates substrates toward radical-based fluorinations, especially sites closest to it. Herein, ketones are used instead to direct aliphatic fluorination using Selectfluor, catalytic benzil, and visible light. Selective β- and γ-fluorination are demonstrated on rigid mono-, di-, tri-, and tetracyclic (steroidal) substrates employing both cyclic ...

Journal: :Organic letters 2018
David G Twigg Leonardo Baldassarre Elizabeth C Frye Warren R J D Galloway David R Spring

The first total synthesis of bussealin E, a natural product with a unique cycloheptadibenzofuran scaffold, is reported. A strategy inspired by a proposed biosynthesis was employed whereby a diphenylpropane derivative underwent an oxidative phenolic coupling to forge the tetracyclic ring system. The synthesis of the diphenylpropane featured a key sp2-sp3 Hiyama coupling between a vinyldisiloxane...

2017
Maria Tsanakopoulou Jianfeng Xu Andrew D Bond John D Sutherland

A new α-cytidine derivative was synthesised from the prebiotic reaction of ribose aminooxazoline and dicyanoacetylene. The tetracyclic structure of the product was confirmed by X-ray diffraction and then an alternative 6-step synthetic pathway to the product was found which was suitable for large-scale synthesis.

2013
Martin Himmelbauer Jean-Baptiste Farcet Julien Gagnepain Johann Mulzer

An asymmetric synthesis of an advanced tetracyclic intermediate toward the synthesis of bielschowskysin (1) is described. A biomimetic [2 + 2]-photocyclization was used to establish the cyclobutane core of bielschowskysin. Macrocyclization under Heck conditions led to an unprecedented carbo-oxygenation of a 1,1-disubstituted double bond.

Journal: :Chemical communications 2010
Kasipandi Vellaisamy John Victor Napoleon Ramkumar Venkatachalam Muraleedharan Kannoth Manheri

Reductive transformation of the dipeptide BocAlaAlaOMe to a complex, internally charge-stabilized, natural product-like skeleton in one synthetic step is discussed. Stepwise replacement of the B-H bonds in borane by B-N or B-O resulted in incorporation of three boron atoms in a tetracyclic framework whereby one is stereogenic!

Journal: :Organic & biomolecular chemistry 2011
Paul D Thornton T Stanley Cameron D Jean Burnell

Tandem oxy-Cope and transannular vinylogous aldol reactions and/or vinylogous retro-aldol, conjugate addition, and transannular vinylogous aldol reactions transformed some tricyclic vinyl enones into fused tetracycles under basic conditions. Mesylates derived from similar tetracyclic products underwent efficient skeletal reorganization via transannular ring-opening but then different modes of t...

Journal: :Molecules 2017
Arbia Talbi Anne Gaucher Flavien Bourdreux Jérôme Marrot Mohamed L Efrit Hédi M'Rabet Damien Prim

A Barbier reaction-Heck arylation sequence from α-bromomethylbutenolide to fused tri and tetracyclic lactones has been developed. The first step involving a Barbier reaction enabled installing ortho-bromoaromatics in α-ylidene γ-lactones. The latter substrates were subjected to intramolecular Heck reaction conditions which selectively afforded 6,5,5 or 6,6,5 fused ring systems depending on the ...

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

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

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