نتایج جستجو برای: alkyl cyanoformates

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

Journal: :Chimia 2014
Jan Breitenfeld Xile Hu

Within the last decades the transition metal-catalyzed cross-coupling of non-activated alkyl halides has significantly progressed. Within the context of alkyl-alkyl cross-coupling, first row transition metals spanning from iron, over cobalt, nickel, to copper have been successfully applied to catalyze this difficult reaction. The mechanistic understanding of these reactions is still in its infa...

Journal: :Angewandte Chemie International Edition 2016

2010
Anne-Laure Deniau Paul Mosset Frédérique Pédrono Romain Mitre Damien Le Bot Alain B. Legrand

Alkylglycerols (alkyl-Gro) are ether lipids abundant in the liver of some elasmobranch fish species such as ratfishes and some sharks. Shark liver oil from Centrophorus squamosus (SLO), or alkyl-Gro mix from this source, have several in vivo biological activities including stimulation of hematopoiesis and immunological defences, sperm quality improvement, or anti-tumor and anti-metastasis activ...

Journal: :journal of pharmaceutical and health sciences 0

a simple, fast, efficient and environmentally friendly method for synthesis of benzimidazole and its 2-alkyl, aryl and heteroaryl substituted derivatives was developed using zeolite hy. two component cyclolcondensation of 1,2-phenylenediamine (o-phenylenediamine) and commercially available carboxylic acids catalyzed by zeolite hy without any solvent, under microwave irradiation led to formation...

Journal: :The Journal of biological chemistry 1989
M M Billah J K Pai T J Mullmann R W Egan M I Siegel

It has recently been demonstrated that the chemotactic peptide N-formyl-Met-Leu-Phe activates phospholipase D (PLD) in dimethyl sulfoxide-differentiated HL-60 granulocytes to produce phosphatidic acid (PA) and, in the presence of ethanol, phosphatidylethanol (PEt) (Pai, J.-K., Siegel, M. I., Egan, R. W., and Billah, M. M. (1988) J. Biol. Chem. 263, 12472-12477). We now report that biologically ...

Journal: :Chemical communications 2012
Ruwei Shen Takanori Iwasaki Jun Terao Nobuaki Kambe

Cu-catalyzed cross-coupling of unactivated secondary alkyl iodides with alkyl Grignard reagents in the presence of 1,3-butadiene as a ligand precursor was developed. The use of 1,3-butadiene resulted in improved yields of alkyl-alkyl products with improved selectivities.

Journal: :Chemical communications 2014
Yinjun Zou Jianrong Steve Zhou

Intermolecular Heck reaction of common alkyl halides, a longstanding problem in palladium catalysis, is realized with a simple Pd/dppf catalyst. Both primary and secondary alkyl halides are suitable for coupling with aromatic olefins. Single electron transfer from (dppf)Pd(0) to alkyl halide initiated the catalytic cycle and gave alkyl radicals.

2015
Hongyan Yu Weixin Ding Zengming Chen Huanjun Zhang Jiafa Luo Nanthi Bolan

To explore soil organic carbon (SOC) accumulation mechanisms, the dynamics of C functional groups and macroaggregation were studied synchronously through aggregate fractionation and (13)C NMR spectroscopy in sandy loam soil following an 18-year application of compost and fertilizer in China. Compared with no fertilizer control, both compost and fertilizer improved SOC content, while the applica...

Journal: :journal of sciences islamic republic of iran 0

different procedures for the syntheses of the title compounds were investigated. the best method for the preparation of the title compounds were the reaction of the readily available 2-formyl-1-methyl-5-nitroimidazole2- substituted-4-formylthiazoles with alkyl acetoacetate and alkyl aminocrotonate in boiling alcohol.

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

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

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