نتایج جستجو برای: 3 triazole

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

Journal: :Organic & biomolecular chemistry 2009
Siping Wei Bo Liu Dongbing Zhao Zhen Wang Jie Wu Jingbo Lan Jingsong You

The reactivity and catalytic performance of 2-ethylpyrido[1,2-c][1,2,4]-triazol-3-ylidene 6 have been comprehensively investigated. The carbene 6 has shown unusual properties owing to the effect of the pyrido-annulation. While formohydrazide 8 and hydrazine 9 are obtained via the destruction of the triazole skeleton of the carbene, 3-((1Z,3E)-4-(1H-pyrrol-1-yl)buta-1,3-dienyl)-1-ethyl-1H-1,2,4-...

Journal: :Crystals 2023

5-(1H-Indol-2-yl)-4-phenyl-2,4-dihydro-3H-1,2,4-triazole-3-thione 1a and 4-(4-chlorophenyl)-5-(1H-indol-2-yl)-2,4-dihydro-3H-1,2,4-triazole-3-thione 1b were galactosylated in the presence of NaHCO3 ethanol to produce S-galactosides 3,4, whereas, K2CO3 acetone they produced a mixture S- N-galactosides 3-6 with higher yield over respective N-galactosides. Improvement yields was by thermal migrati...

Journal: :Acta Crystallographica Section E Structure Reports Online 2008

2010
Ming-qiang Qiu

The title compound, C(2)H(4)N(3) (+)·[H(C(2)H(3)N(3))(2)](+)·2C(7)H(5)O(6)S(-)·2C(2)H(3)N(3), consists of two types of 1,2,4-triazole monocation, one protonated at the 2-site lying across a twofold axis and the other protonated at the 4-site with the H atom disordered over a center of symmetry, a 5-sulfosalicylate anion and a neutral 1,2,4-triazole mol-ecule. The component ions are linked into ...

2008
S Unsalan S Rollas

A series of triazenes derived from 5-(4-aminophenyl)-2,4-dihydro–4-substituted-3H-1,2,4-triazole-3-thiones 1a-c, aminoglutethimide or para-aminobenzoic acid have been synthesized for in vitro anticancer properties against three cell lines. The selected compounds; 1,3-bis[4(4-methyl-2,4-dihydro-3H-1,2,4-triazole-3-thioxo-5-yl)phenyl]-3H-triazene 2a, 1,3-bis[4(4-ethyl-2,4-dihydro-3H-1,2,4-triazol...

2017
Monirah A. Al-Alshaikh Aamal A. Al-Mutairi Hazem A. Ghabbour Ali A. El-Emam Mohammed S. M. Abdelbaky Santiago Garcia-Granda

In the title N-Mannich bases, 3-(adamantan-1-yl)-4-(4-fluoro-phen-yl)-1-[(4-phenyl-piperazin-1-yl)meth-yl]-4,5-di-hydro-1H-1,2,4-triazole-5-thione (C29H34FN5S) (I), and 3-(adamantan-1-yl)-4-(4-fluoro-phen-yl)-1-{[4-(2-meth-oxyphen-yl)piperazin-1-yl]-meth-yl}-4,5-di-hydro-1H-1,2,4-triazole-5-thione (C30H36FN5OS) (II), fluoro-phenyl, adamantane and piperazine moieties are linked to a planar triaz...

Journal: :International Journal of Current Science Research and Review 2022

The triazole core is one of the most imperative and well known heterocycles which composed nitrogen atom forms natural products with medicinal claims. Triazole moiety present as a principal structural component in drug categories such antimicrobial, anti-inflammatory, analgesic, antineoplastic, antimalarial, antiviral, antihypertensive, local anaesthetic, antianxiety, anti-Parkinson′s, antidepr...

Journal: :The Journal of biological chemistry 1975
N M Kredich L J Foote M D Hulanicka

The inhibition of Salmonella typhimurium by 1,2,4-triazole appears to be mediated through an effect on L-cysteine biosynthesis. O-Acetylserine sulfhydrylase A, the final enzyme in the L-cysteine biosynthetic pathway, was found to catalyze a reaction (triazolylase) between O-acetyl-L-serine and 1,2,4-triazole, giving 1,2,4-triazole-1-alanine as a product. In wild type S. typhimurium grown on 4 m...

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

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

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