نتایج جستجو برای: 3 nitro 4 hydroxypyridine

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

Journal: :Acta Crystallographica Section E Structure Reports Online 2013

A series of 2-(4-nitro-1-imidazolylmethyl)-1,3,4-oxadiazole, 1,3,4-triazole and 3-(4-nitro-1-imidazolylmethyl)-1,2,4-triazole derivatives were synthesized and tested for their antimicrobial activity. Some of the tested compounds were active against Staphylococcus aureus, Staphylococcus epidermidis, Bacillus subtilis, Clostridium difficile, Aspergillus niger and Cryptococcus neoformans.

Journal: :Chemical communications 2012
Christian Wiegand Eberhardt Herdtweck Thorsten Bach

3-Substituted 2-pyridones were enantioselectively (68-90% ee) converted into the respective 3-hydroxypyridine-2,6-diones by a sequence consisting of a template-mediated type II photooxygenation and an acid-catalysed rearrangement.

2010
Mahsa Armaghan Mostafa M. Amini Seik Weng Ng

The ring system in the title compound, C(14)H(4)N(4)O(12), is essentially planar (r.m.s. deviation of the carbon atoms = 0.085 Å); the two hydr-oxy groups form intra-molecular hydrogen bonds to the same carbonyl O atom. The nitro groups are twisted with respect to the mean plane of the ring system by 74.3 (1) (1-nitro), 42.3 (3) (3-nitro), 45.7 (3) (6-nitro) and 66.9 (1)° (8-nitro).

Journal: :Processes 2023

The multicomponent reaction of 2-nitroacetophenone (or nitroacetone), acetaldehyde diethyl acetal, ?-dicarbonyl compound, and ammonium acetate in an acetic acid solution allowed the acquisition previously undescribed 4-methyl-substituted derivatives 5-nitro-1,4-dihydropyridine satisfactory yields. oxidation obtained resulted corresponding 2,4-dimethyl-5-nitropyridines. In addition, for first ti...

Journal: :Acta Crystallographica Section E: Crystallographic Communications 2021

The title zinc bis(thiosemicarbazone) complex, [Zn(C 22 H 17 N 4 O 2 S) ], comprises two , S -donor anions, leading to a distorted tetrahedral donor set. resultant five-membered chelate rings are nearly planar and form dihedral angle of 73.28 (3)°. configurations about the endocyclic- exocyclic-imine bonds Z E respectively, that ethylene bond is . major differences in conformations ligands seen...

2009
Lei Jin Guang-Zhou Wang Cheng-He Zhou

In the title mol-ecule, C(15)H(17)N(3)O(5), the dihedral angle between the benzene and imidazole rings is 3.69 (2)°. The crystal structure is stabilized by weak inter-molecular C-H⋯O hydrogen bonds and π-π stacking inter-actions with a centroid-centroid distance of 3.614 (1) Å.

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

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

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