نتایج جستجو برای: benzyl

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

Journal: :Organic & biomolecular chemistry 2012
Hidemasa Hikawa Yuusaku Yokoyama

Palladium-catalyzed S-benzylation of unprotected mercaptobenzoic acids with benzyl alcohols gave only S-benzylated mercaptobenzoic acids in good yields. Water may play an important role for the smooth generation of the (η(3)-benzyl)palladium species by activation of the hydroxyl group of the benzyl alcohol.

Journal: :iranian journal of science and technology (sciences) 2013
p. bora

the in-situ method of synthesis has been used to isolate oxovanadium(iv) complexes with ligands derived by reaction of benzil with amino acids such as glycine, alanine, serine, cysteine and valine, where template effect of vo +2 cation appears to play an important role. the complexes are characterised by elemental analysis, magnetic moment measurements and spectral (infrared, electronic and ele...

Journal: :Molecules 2013
René Miranda Omar Valencia-Vázquez Carlos Abel Maya-Vega Inés Nicolás-Vázquez Yolanda Marina Vargas-Rodriguez José Antonio Morales-Serna Eréndira García-Ríos Manuel Salmón

Tonsil Actisil FF, which is a commercial bentonitic clay, promotes the formation of cycloveratrylene macrocycles and benzyl oligomers from the corresponding benzyl alcohols in good yields under microwave heating and infrared irradiation in the absence of solvent in both cases. The catalytic reaction is sensitive to the type of substituent on the aromatic ring. Thus, when benzyl alcohol was subs...

Journal: :international journal of environmental research 2009
h.y. he

nano-srtio3 and tio2 powders were synthesized using sol-gel method. the srtio3 and tio2 powders were characterized using xrd, sem, and spectrophotometry. xrd analysis indicated that the tio2 powder was uniform anatase crystals of 9.9 nm and the srtio3 powders was cubic nano-crystal of 16.2nm. photocatalytic experiments revealed that methyl orange in water can be decomposed on the two powders un...

Journal: :Carbohydrate research 2006
Karina Mariño Luciana Baldoni Carla Marino

Benzyl beta-D-galactofuranoside was efficiently obtained from 1,2,3,5,6-penta-O-benzoyl-alpha,beta-D-galactofuranose, via benzyl 2,3,5,6-tetra-O-benzoyl-beta-D-galactofuranoside. Conditions for the O-debenzylation were investigated in order to evaluate the synthetic application of the benzyl group as an anomeric protector of a galactofuranose moiety in synthetic strategies involving galactofura...

Journal: :Bioscience, biotechnology, and biochemistry 1999
K Laumen O Ghisalba

D-Ins(1,3,4,5)P4 and unnatural L-Ins(1,3,4,5)P4 were prepared in gram-quantities from D- and L-2,6-di-O-benzyl-myo-inositol by a chemical phosphorylation and deprotection step in high yield and purity without extensive purification. The optically pure benzyl derivatives were obtained by enzyme-catalyzed resolution of racemic 2,6-di-O-benzyl-myo-inositol under acyl-transfer conditions in vinyl a...

Journal: :Dalton transactions 2011
Mohamed Bouhrara Erwan Jeanneau Laurent Veyre Christophe Copéret Chloé Thieuleux

Gold(I) N-heterocyclic carbene complexes (Au-NHC) with symmetric (bis-benzyl, -propyl and -mesityl substituents) and dissymmetric (mesityl and alkyl--benzyl or propyl--substituents) NHC ligands were synthesized and tested as catalysts for the addition of methanol to 3-hexyne, as a representative internal alkyne. While symmetric ones--bis-alkyl (propyl or benzyl) or bis-mesityl systems--displaye...

Journal: :ACS macro letters 2012
Yanbing Lu Lichen Yin Yanfeng Zhang Zhang Zhonghai Yunxiang Xu Rong Tong Jianjun Cheng

O-benzyl-L-serine carboxyanhydrides were synthesized via diazotization of O-benzyl-L-serine with sodium nitrite in aqueous sulfuric acid solution followed by cyclization of the resulting serine-based α-hydroxy acid with phosgene. Degradable, water-soluble poly(α-hydroxy acids) bearing pendant hydroxyl groups were readily prepared under mild conditions via ring-opening polymerization of O-benzyl...

Journal: :Organic & biomolecular chemistry 2004
Gavin F Painter Andrew Falshaw Herbert Wong

The trans-diequatorial 3,4-diol of 2,5-di-O-benzyl-D-chiro-inositol cleaved selectively with the periodate ion in the presence of the trans-diaxial 1,6-diol to give a dialdehyde (dialdose) from which 3,6-di-O-benzyl-D-manno-tetrahydroxyazepane (1) was made. The trans-diaxial 1,6-diol of 3,4-di-O-allyl-2,5-di-O-benzyl-D-chiro-inositol was not cleaved satisfactorily by periodate, but replacement ...

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

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

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