نتایج جستجو برای: nitro benzo 9 crown 3

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

2015
Simone Romanini Emilio Galletti Lorenzo Caruana Andrea Mazzanti Fahmi Himo Stefano Santoro Mariafrancesca Fochi Luca Bernardi

A domino Friedel-Crafts/nitro-Michael reaction between 4-substituted indoles and nitroethene is presented. The reaction is catalyzed by BINOL-derived phosphoric acid catalysts, and delivers the corresponding 3,4-ring-fused indoles with very good results in terms of yields and diastereo- and enantioselectivities. The tricyclic benzo[cd]indole products bear a nitro group at the right position to ...

Journal: :FEBS letters 1980
S S Park A V Persson M J Coon H V Gelboin

The mixed-function oxidases containing cytochrome P450 are the primary systems that metabolize xenobiotics including drugs and carcinogens and endogenous substrates such as steroids [l-3]. The mixed-function oxidases may be key determinants of the rates of drug metabolism [2] and carcinogen susceptibility [3-S]. A major class of carcinogens to which humans are exposed is the polycyclic aromatic...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه صنعتی اصفهان - دانشکده ریاضی 1390

this page was created using nitro pdf trial software. to purchase, go to http://www.nitropdf.com/ this page was created using nitro pdf trial software. to purchase, go to http://www.nitropdf.com/ this page was created using nitro pdf trial software. to purchase, go to http://www.nitropdf.com/ this page was created using nitro pdf trial software. to purchase, go to http://www.nitropdf.com...

2015
Gihaeng Kang Jineun Kim Hyunjin Park Tae Ho Kim

The title compound [systematic name: 3-hy-droxy-2-(4-methyl-sulfonyl-2-nitro-benzo-yl)cyclo-hex-2-enone], C14H13NO7S, is the enol form of a benzoyl-cyclo-hexa-nedione herbicide. As a result of this tautomerization, there is intra-molecular O-H⋯O hydrogen bond enclosing an S(6) ring motif. The cyclo-hexene ring has an envelope conformation, with the central CH2 C atom as the flap. Its mean plane...

2014
Lauren A. Mitchell Jordan A. Dinser Bradley J. Holliday

In the title mol-ecule, C24H23N3O3S2, the benzo-thia-diazole ring system is essentially planar, with an r.m.s. deviation of 0.020 (8) Å. The thio-phene and hy-droxy-substitiuted rings form dihedral angles of 23.43 (9) and 35.45 (9)°, respectively, with the benzo-thia-diazole ring system. An intra-molecular O-H⋯N hydrogen bond is observed. In the crystal, weak C-H⋯O hydrogen bonds and π-π stacki...

Journal: :Acta Crystallographica Section E Structure Reports Online 2008

Journal: :Bioorganic & medicinal chemistry 2012
Tsukasa Mizuhara Shinya Oishi Hiroaki Ohno Kazuya Shimura Masao Matsuoka Nobutaka Fujii

3,4-Dihydro-2H,6H-pyrimido[1,2-c][1,3]benzothiazin-6-imine (PD 404182) is an antiretroviral agent with submicromolar inhibitory activity against human immunodeficiency virus-1 (HIV-1) and HIV-2 infection. In the current study, the structure-activity relationships of accessory groups at the 3- and 9-positions of pyrimido[1,2-c][1,3]benzothiazin-6-imine were investigated for the development of mo...

Journal: :Organic & biomolecular chemistry 2014
Zhenhui Qi Nora L Traulsen Paula Malo de Molina Christoph Schlaich Michael Gradzielski Christoph A Schalley

A chiral, crown-ether-functionalized bisurea gelator forms supramolecular gels in ionic liquids. The resulting ionogels show a remarkably high thermal stability with gel-sol transition temperatures (T(gs)) reaching more than 100 °C. The mechanical strength of these ionogels is surprisingly high and even comparable to that of cross-linked protein fibres. Furthermore, the ionogels exhibit rapid s...

Journal: :Analytical sciences : the international journal of the Japan Society for Analytical Chemistry 2009
Yoshihiro Kudo Shoichi Katsuta Yasuyuki Takeda

Cohesive energy densities (C(w,MLA)/J cm(-3)) for ion-pair complexes (MLA: M(+) = Li(+) to Cs+; w: water) with six crown ethers (L), such as 18-crown-6 ether (18C6), benzo-18C6, and dibenzo-24-crown-8 one, and A(-) = picrate were calculated at 298 K by a procedure that uses either (i) an equation rearranged from that underlying log K(D,MLA)-vs.-log K(D,L) plots or (ii) intercepts of their plots...

Journal: :Molbank 2022

We report a synthesis of 3-bromo-9-N′-(N,N-dimethylformamidino)benzanthrone in good yield by condensation reaction 3-bromo-9-aminobenzanthrone with dimethylformamide the presence phosphorous oxychloride. The structure synthesized amidine was characterized FTIR-ATR, NMR experiments, and elemental analysis. title compound analyzed UV-Vis fluorescence spectroscopy various organic solvents.

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

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

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