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

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

Journal: :Zeitschrift fur Naturforschung. C, Journal of biosciences 2009
Diderot T Noungoue Mehdi Chaabi Silvère Ngouela Cyril Antheaume Fabrice F Boyom Jiri Gut Philip J Rosenthal Annelise Lobstein Etienne Tsamo

A phytochemical study of the stem bark of Vismia laurentii resulted in the isolation of a tetracyclic triterpene, tirucalla-7,24-dien-3-one (1), and seven other known compounds: 3-geranyloxyemodin (2), vismiaquinone A (3), vismiaquinone B (4), bivismiaquinone (5), epifriedelinol (6), betulinic acid (7) and stigmasta-7,22-dien-3-ol (8). The structure of all these compounds was elucidated by spec...

Journal: :Tetrahedron letters 2012
Eunice Molinar Nivia Rios Carmenza Spadafora A Elizabeth Arnold Phyllis D Coley Thomas A Kursar William H Gerwick Luis Cubilla-Rios

Three new terpenoids of mixed biosynthetic origin were isolated from the culture filtrate of the endophytic fungus Pycnoporus sanguineus. Their structures were determined by extensive spectroscopic analyses. We have named these tricyclic and tetracyclic metabolites 'coibanoles A-C' in reference to Coiba Island and Coiba National Park, Panamá, from which the plant and endophyte were collected. T...

Journal: :The Journal of organic chemistry 2013
Michael E Jung Mikhail Guzaev

Studies toward the enantiospecific total synthesis of rhodexin A via a very hindered inverse electron demand Diels-Alder reaction are described. The C8-diastereomer of the fully elaborated tetracyclic core of rhodexin A, 23, was prepared in good yield and excellent selectivity using as the key step the stepwise Diels-Alder reaction of the very hindered dienone 3 and the silyl enol ether 4 catal...

Reaction of tryptamine 1 with dimethyl -3-methoxyallylidenemalonate 2 afforded N?-[4,4-bis (methoxycarbonyl)-1,3-butadienyl] tryptamine 3 which in combination with acetylchloride and pyridine in dichloromethane gave N?, N?-[acetyl]-[(4,4-dinethoxycarbonyl) 1,3butadienyl] tryptamine 4. Treatment of 3 with sodium hydroxide afforded 2H[N-(3-indolyl) ethyl] 2-oxo-3-methoxycarbonyl-1-pyridine 5. Cy...

Journal: :ACS combinatorial science 2011
Li-Hsun Chen Chia-Mao Chang Deepak B Salunke Chung-Ming Sun

Diversity-oriented synthesis of novel benzimidazole linked indolo-benzodiazepine/quinoxaline ring systems using poly(ethylene glycol) as soluble polymer support is described. Commercially available 4-fluoro-3-nitrobenzoic acid and indoline were utilized for the construction of these annulated biheterocyclic compound libraries having multiple privileged structures with three-point structural div...

2013
Rajesh K Arigela Sudhir K Sharma Brijesh Kumar Bijoy Kundu

A microwave-assisted three-component protocol involving N-1 alkylation of 2-alkynylindoles with epichlorohydrin, ring opening of the epoxide with sodium azide, and an intramolecular Huisgen azide-internal alkyne 1,3-dipolar cycloaddition domino sequence has been described. The efficacy of the methodology has been demonstrated by treating various 2-alkynylindoles (aromatic/aliphatic) with epichl...

2017
Shasha Li Andrew N. Lowell Sean A. Newmister Fengan Yu Robert M. Williams David H. Sherman

The formation of C-C bonds in an enantioselective fashion to create complex polycyclic scaffolds in the hapalindole- and fischerindole- type alkaloids from Stigonematales cyanobacteria represents a compelling and urgent challenge in adapting microbial biosynthesis as a catalytic platform in drug development. Here we determine the biochemical basis for tri- and tetracyclic core formation in thes...

Journal: :Chemical communications 2014
Chia-Jui Lee Chia-Ning Sheu Cheng-Che Tsai Zong-Ze Wu Wenwei Lin

We have developed an organophosphane-catalyzed direct β-acylation of a series of conjugated systems bearing ketone, amide and ester functionalities using acyl chlorides as trapping reagents. A wide variety of highly functional ketone derivatives were generated efficiently under very mild conditions with high yields according to our protocol. Our adducts can even be utilized as important buildin...

Journal: :Macromolecular rapid communications 2014
Yee Song Ko Takuya Yamamoto Yasuyuki Tezuka

Unprecedented tetracyclic polymer topologies with spiro- and a bridged-type quatrefoil forms are effectively constructed through an alkyne-azide, click-linking reaction by employing a kyklo-telechelic poly(tetrahydrofuran), poly(THF), precursor having an azide group, obtained through an electrostatic self-assembly and covalent fixation (ESA-CF) process, and complementary tetrafunctional alkyne ...

2014
Joel T. Mague Shaaban K. Mohamed Mehmet Akkurt Hussein M. S. El-Kashef Mustafa R. Albayati

In the title mol-ecule, C22H12N6, the fused tetracyclic core shows a small lengthwise twist as indicated by the dihedral of 2.7 (2)° between the outer rings. In the crystal, mol-ecules stack along the b-axis direction via offset π-stacking [centroid-centroid distances = 3.5282 (13) and 3.5597 (14) Å] with the stacks weakly associated through C-H⋯N hydrogen bonds. The phenyl ring is rotationally...

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

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

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