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

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

2011
Fengping Liu Chenzhong Cao Bin Cheng

A quantitative structure-property relationship (QSPR) analysis of aliphatic alcohols is presented. Four physicochemical properties were studied: boiling point (BP), n-octanol-water partition coefficient (lg P(OW)), water solubility (lg W) and the chromatographic retention indices (RI) on different polar stationary phases. In order to investigate the quantitative structure-property relationship ...

Journal: :European Journal of Organic Chemistry 2021

N,N-diisobutylaminophenyl-phenothiazine is a strongly reducing catalyst that allows – for the first time photoredox catalytic addition of alcohols to alkyl olefins as non-activated substrates products with Markovnikov orientation. The irradiation at 365 nm does not require any additional reagent. Using ?-methyl styrene activated substrate we additionally show this method tolerates other functio...

Journal: :Nihon Sozai Bussei Gakkaishi 2023

An amphiphilic aryl-ether AB2-type dendron(1)bearing oligo ethylene glycol(OEG)chains exhibited lower critical solution temperature behavior in aqueous solutions. In the presence of salting-out salts(Na2SO4, NaCl, and NaBr), cloud points 1 decreased linearly with increasing salt concentration. The slope linear decrease changed anion type order, SO42- > Cl- Br-. salting-in salts(NaSCN NaI), incr...

Journal: :Journal of the American Chemical Society 2015
Nicklas Deibl Kevin Ament Rhett Kempe

Since alcohols are accessible from indigestible biomass (lignocellulose), the development of novel preferentially catalytic reactions in which alcohols are converted into important classes of fine chemicals is a central topic of sustainable synthesis. Multicomponent reactions are especially attractive in organic chemistry as they allow the synthesis of large libraries of diversely functionalize...

Journal: :Drug metabolism and disposition: the biological fate of chemicals 1997
E Banoglu M W Duffel

Hydroxysteroid (alcohol) sulfotransferase STa catalyzes the 3'-phosphoadenosine 5'-phosphosulfate-dependent O-sulfonation of a diverse array of alcohols including neutral hydroxysteroids. Many of the secondary alcohols that interact with this sulfotransferase are the metabolic products of stereoselective oxidation or reduction reactions. The role that the stereochemistry of secondary alcohol su...

2007
Mara G. Freire Isabel M. Marrucho João A.P. Coutinho

The huge number of possible combinations of binary mixtures of alcohols and ionic liquids (ILs) make the exhaustive measurement of all these ystems impracticable requiring the use of a predictive model for their study. In this work, the predictive capability of COSMO-RS, a model based n unimolecular quantum chemistry calculations, was evaluated for the description of the liquid–liquid equilibri...

Journal: :Journal of lipid research 1974
J Jacob J Poltz

The compositions of the uropygial gland secretions of the long-eared owl, eagle owl, and barn owl have been determined. The waxes of the first two owls, which are closely related, are composed of 2-alkyl-substituted fatty acids and n- or monomethyl-branched alcohols with even-numbered branching positions. In addition, some dimethyl-substituted alkanols were observed. In contrast to these waxes,...

2013
J. Dhanalakshmi P. S. T. Sai A. R. Balakrishnan

The separation of the nonaqueous azeotropic systems methyl acetate−methanol and ethyl acetate−ethanol was investigated with 13 cations and 27 anions as entrainers to identify suitable ionic liquids using the COSMO-RS model. It is observed that the cations best suited are imidazolium > pyridinium > methyl pyrrolidinium > octyl quinolinium. The lengthening of the alkyl chain of cations was also s...

Journal: :Bioscience, biotechnology, and biochemistry 1999
N Yamashita T Motoyoshi A Nishimura

Isoamyl alcohol oxidase (IAAOD) was purified to apparent homogeneity on SDS-PAGE from ultrafiltration (UF) concentrated sake. IAAOD was a glycoprotein, a monomeric protein with an apparent molecular mass of 73 and 87 kDa, by SDS-PAGE and gel filtration on HPLC, respectively. IAAOD showed high substrate specificity toward C5 branched-chain alkyl alcohol (isoamyl alcohol), and no activity toward ...

Journal: :Molecules 2016
Huiling Lu Audrey Drelich Mehdi Omri Isabelle Pezron Anne Wadouachi Gwladys Pourceau

Large quantities (>3 g) of a new series of alkyl uronates were synthesized in two steps from commercial methyl hexopyranosides. Firstly, several tens of grams of free methyl α-d-glucopyranoside were selectively and quantitatively oxidized into corresponding sodium uronate using 2,2,6,6-tetramethyl-1-piperidinyloxy free radical (TEMPO)-catalyzed oxidation. Hydrophobic chains of different length ...

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

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

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