نتایج جستجو برای: isatin hydrazone

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

2011
Hussein S Seleem Marwa A Mousa

BACKGROUND Quinoline ring has therapeutic and biological activities. Quinolyl hydrazones constitute a class of excellent chelating agents. Recently, the physiological and biological activities of quinolyl hydrazones arise from their tendency to form metal chelates with transition metal ions. In this context, we have aimed to study the competency effect of a phenolic quinolyl hydrazone (H2L; pri...

امامی, سعید, رئیسی, میلاد,

Background and purpose: In recent years, the incidence of cancers has increased in the world. Therefore, many researches have focused on new strategies for treatment of cancers. Previous studies showed that quinolone antibacterials can inhibit human topoisomerases at high concentrations and can be considered as potential cytotoxic agents. On the other hand, 5,7-dibromoisatin is a cytotoxic agen...

Journal: :Acta crystallographica. Section C, Crystal structure communications 2004
Christopher Glidewell John N Low Janet M S Skakle James L Wardell

Molecules of 2-nitrobenzaldehyde hydrazone, C7H7N3O2, where Z' = 2, are linked by two N-H...N hydrogen bonds into isolated dimers, whereas in the isomeric 3-nitrobenzaldehyde hydrazone, where Z' = 1, the molecules are linked by one N-H...O hydrogen bond and one N-H...N hydrogen bond into a three-dimensional framework structure.

Journal: :Organic & biomolecular chemistry 2010
Max von Delius Edzard M Geertsema David A Leigh Alexandra M Z Slawin

The synthesis and characterisation, including solid state structure, of a macrocycle containing both a hydrazone and a disulfide linkage is described. Selective ring-opening of the macrocycle under thermodynamic control could be achieved at either the disulfide or the hydrazone linkage by applying mutually exclusive sets of reaction conditions.

Introduction: Inflammation as the body's defense response is accompanied with various diseases. Prostaglandins are major mediators of inflammation produced by the cyclooxygenase enzymes.  So inhibitors of these enzymes can be effective in treating inflammation. There are reports of inhibition of these enzymes by isatin derivatives to control inflammation. Isatin is a heterocyclic compound whose...

2011
Danylo Kaminskyy Dmytro Khyluk Olexandr Vasylenko Lucjusz Zaprutko Roman Lesyk

The synthesis and evaluation of the anticancer activity of 3'-aryl-5'-arylidene-spiro[3H-indole-3,2'-thiazolidine]-2,4'(1H)-diones and spiro[3H-indole-3,2'-thi-azolidine]-2,4'(1H)-dione-3'-alkanoic acid esters were described. The structure of the compounds was determined by (1)H and (13)C NMR and their in vitro anticancer activity was tested in the National Cancer Institute. Among the tested co...

2010
Humayun Pervez Muhammad Yaqub Muhammad Ramzan M. Nawaz Tahir Mohammad S. Iqbal

The title compound, C(17)H(16)N(4)OS, is stabilized in the form of a two-dimensional polymeric network due to inter-molecular N-H⋯S and N-H⋯O hydrogen bonds. An intra-molecular N-H⋯N hydrogen bond forms an S(5) ring, whereas inter-actions of the N-H⋯O and C-H⋯S types complete S(6) ring motifs. π-π inter-actions with a centroid-centroid distance of 3.6514 (10) Å are found between the ethyl-subst...

2012
Zhiyuan Ma Feng Ni Grace H C Woo Sie-Mun Lo Philip M Roveto Scott E Schaus John K Snyder

Intramolecular inverse electron demand cycloadditions of isatin-derived 1,2,4-triazines with acetylenic dienophiles tethered by amidations or transesterifications proceed in excellent yields to produce lactam- or lactone-fused α-carbolines. Beginning with various isatins and alkynyl dienophiles, a pilot-scale library of eighty-eight α-carbolines was prepared by using this robust methodology for...

2015
Semiha Çakır Ender Biçer Emine Yılmaz Arslan

Electrochemical behaviour of isatin monohydrazone (IM) on a hanging mercury drop electrode in the Britton-Robinson (B-R) buffer solution of pH = 2.00 – 9.00 has been investigated using square-wave voltammetry (SWV) and cyclic voltammetry (CV) techniques. In the pH range of 2.00 – 5.00, the voltammogram of IM exhibited a single cathodic irreversible peak. When the pH value exceeds 5.00, a new ca...

2013
Narsimha Reddy Penthala Peter A. Crooks

IN THE TITLE COMPOUND [SYSTEMATIC NAME: rac-1-benzyl-5-bromo-3-hy-droxy-3-(2-imino-3-methyl-5-oxoimidazolidin-4-yl)-2,3-dihydro-1H-indol-2-one ethanol monosolvate], C(19)H(17)BrN(4)O(3)·C(2)H(5)OH, which crystallized as a racemate (RR and SS), the isatin ring is almost planar, with an r.m.s. deviations from the mean plane of 0.0276 (14) Å. The phenyl ring of the benzyl group makes a dihedral an...

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

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

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