نتایج جستجو برای: acetyl acetone

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

Amir Abbas Rajamand Amir Reza Jalilian, Aytak Novinrouz Hassan Yousefnia Kamaleddin Shafaii

   Various radiometal complexes have been developed for tumor imaging, especially Ga-68 tracer. In the present study, the development of a radiogallium bis-thiosemicarbazone complex has been reported. [67Ga] acetylacetonate bis(thiosemicarbazone) complex ([67Ga] AATS) was prepared starting [67Ga]Gallium acetate and freshly prepared acetylacetonate bis (thiosemicarbazone) (AATS) in 30 min at 90°...

Journal: :Environmental science & technology 2012
K A Read L J Carpenter S R Arnold R Beale P D Nightingale J R Hopkins A C Lewis J D Lee L Mendes S J Pickering

Oxygenated volatile organic compounds (OVOCs) in the atmosphere are precursors to peroxy acetyl nitrate (PAN), affect the tropospheric ozone budget, and in the remote marine environment represent a significant sink of the hydroxyl radical (OH). The sparse observational database for these compounds, particularly in the tropics, contributes to a high uncertainty in their emissions and atmospheric...

Journal: : 2022

About 500 species of wormwood are known in the world. In flora Azerbaijan, this genus is represented by 42 taxa. The main chemicals shown to be sesquiterpene lactones, coumarins, steroids, and essential oils. From aerial parts Artemisia campestris (var. Marschalliana) Spreng., collected during phenological phase budding, an acetone extract was obtained, which, after removal solvent, subjected c...

Journal: :The Journal of biological chemistry 1989
H H Higa A Manzi A Varki

We have previously described the preparation and use of 9-O-[acetyl-3H]acetyl-N-acetylneuraminic acid to identify sialic acid O-acetylesterases in tissues and cells (Higa, H. H., Diaz, S., and Varki, A. (1987) Biochem. Biophys. Res. Commun. 144, 1099-1108). All tissues of the adult rat showed these activities, with the exception of plasma. Rat liver contained two major sialic acid esterases: a ...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 1985
P M Salvaterra R E McCaman

Choline acetyltransferase (ChAT, acetyl-CoA-choline-O-acetyltransferase, EC 2.3.1.6) activity was measured in homogenates prepared from wild type (Canton S) and two temperature-sensitive presumed ChAT structural gene mutants (Chats1 and Chats2; originally described by Greenspan, R. (1980) J. Comp. Physiol. 137: 83-92) of Drosophila melanogaster. Wild type flies grown at 32 degrees C for 12 or 2...

Journal: :Turkish Journal of Chemistry 2023

In this study, some novel mono- and di-O-β-D-glycopyranosyl chalcone analogs were designed, synthesized, characterized. The derivatives synthesized with good yields by base-catalyzed Claisen-Schmidt condensation in EtOH solution. Then these chalcones reacted TAGBr (2,3,4,6-tetra-O-acetyl-μ-D-glucopyranosylbromide) dry acetone under the anhydrous condition at 0-5 °C. Deacylated was carried out Z...

Journal: :world journal of plastic surgery 0
veysel murat isik ankara training and research hospital, plastic, reconstructive and aesthetic surgery clinic kadri ozer ankara training and research hospital, plastic, reconstructive and aesthetic surgery clinic melike oruc ankara training and research hospital, plastic, reconstructive and aesthetic surgery clinic koray gursoy ankara training and research hospital, plastic, reconstructive and aesthetic surgery clinic adile turan ankara training and research hospital, plastic, reconstructive and aesthetic surgery clinic ugur kocer ankara training and research hospital, plastic, reconstructive and aesthetic surgery clinic

0

Journal: :Applied and environmental microbiology 2016
Kajan Srirangan Xuejia Liu Lamees Akawi Mark Bruder Murray Moo-Young C Perry Chou

To expand the chemical and molecular diversity of biotransformation using whole-cell biocatalysts, we genetically engineered a pathway in Escherichia coli for heterologous production of butanone, an important commodity ketone. First, a 1-propanol-producing E. coli host strain with its sleeping beauty mutase (Sbm) operon being activated was used to increase the pool of propionyl-coenzyme A (prop...

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

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

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