نتایج جستجو برای: hammett equation

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

Journal: :Chemical science 2015
Heitor Fernando Nunes de Oliveira Christophe Farès Roberto Rinaldi

In this report, 1-butyl-3-methylimidazolium chloride ([C4C1im]Cl) is demonstrated to enhance the kinetics of acid-catalysed hydrolysis of 1,4-β-glucans in binary solvent mixtures. [C4C1im]Cl plays other roles in the reaction beyond acting as a solvent for cellulose, as currently accepted. In fact, the presence of the IL increases the Hammett acidity of the catalyst dissolved in the reaction med...

2009
J. Alberto Guevara-Salazar Michel Espinoza-Fonseca Hiram I. Beltrán José Correa-Basurto Delia Quintana José G. Trujillo-Ferrara Pedro A. de los Santos

A computational docking approach, in combination with the Hammett relationship, has been employed to evaluate the electronic influence of substituents on ligand binding and the active site-directed inhibitory potency on acetylcholinesterase using nine N-aryl-substituted succinimides. Our results indicate that electronwithdrawing groups attached to benzene moiety of the compounds favor the inhib...

Journal: :Organic letters 2003
Radek Pohl Pavel Anzenbacher

[reaction: see text] A new method for the synthesis of 5-arylethynyl-8-hydroxyquinoline ligands using Sonogashira-Hagihara coupling was developed. The electronic nature of arylethynyl substituents affects the emission color and quantum yield of the resulting Al(III) complex. Photophysical properties of the metallocomplexes correspond to the electron-withdrawing/-donating character of the arylet...

Journal: :Bioorganic & medicinal chemistry letters 2008
Jessica K DeMartino Joie Garfunkle Dustin G Hochstatter Benjamin F Cravatt Dale L Boger

A series of C4 substituted alpha-ketooxazoles were examined as inhibitors of the serine hydrolase fatty acid amide hydrolase in efforts that further define and generalize a fundamental substituent effect on enzyme inhibitory potency. Thus, a plot of the Hammett sigma(m) versus -logK(i) provided a linear correlation (R(2)=0.90) with a slope of 3.37 (rho=3.37), that is of a magnitude that indicat...

Journal: :The Biochemical journal 1969
C S Tsai J Y Tang S C Subbarao

Measurements are reported on the kinetics of the lysozyme-catalysed hydrolysis of several beta-aryl di-N-acetylchitobiosides, some of which have been synthesized for the first time. The catalytic rate constants (k(cat.)) at 45 degrees yield a curved Hammett plot (concave up) and the plot of DeltaH(double dagger) versus DeltaS(double dagger) has a sharp break. Substrates with electron-withdrawin...

Journal: :The Journal of organic chemistry 2008
Hoon Han Seong Byeong Park Sang Kyu Kim Sukbok Chang

We have developed an efficient protocol for copper-catalyzed olefin aziridination using 5-methyl-2-pyridinesulfonamide or 2-pyridinesulfonyl azide as the nitrenoid source. The presence of a 2-pyridyl group significantly facilitates aziridination, suggesting that the reaction is driven by the favorable formation of a pyridyl-coordinated nitrenoid intermediate. Using this chelation-assisted strat...

Journal: :REM - International Engineering Journal 2023

Heterogeneous catalysts, especially those produced with functionalized clays, can be used for methyl transesterification at moderate temperatures. The use of bentonite clay by potassium compounds (KF, KOH, K2CO3, KCl and K2SO4) in the cottonseed oil is object present study. catalysts were contacting aqueous solutions subsequent drying. characterized Hammett indicators to determine alkalinity. r...

Journal: :Computational and Structural Biotechnology Journal 2012

Journal: :The Journal of organic chemistry 2004
Radek Pohl Victor A Montes Joseph Shinar Pavel Anzenbacher

A simple yet effective strategy for synthesis of 5-aryl-8-quinolinolate-based electroluminophores with tunable emission wavelengths is presented. Two different pathways for the attachment of electron-donating or electron-withdrawing aryl groups to the 5-position of the quinolinolate ligand via Suzuki coupling were developed. A successful tuning in the emission color was achieved: the emission w...

Journal: :Organic & biomolecular chemistry 2016
Martina L Contente Immacolata Serra Luca Palazzolo Chiara Parravicini Elisabetta Gianazza Ivano Eberini Andrea Pinto Benedetta Guidi Francesco Molinari Diego Romano

A recombinant ketoreductase from Pichia glucozyma (KRED1-Pglu) was used for the enantioselective reduction of various mono-substituted acetophenones. Reaction rates of meta- and para-derivatives were consistent with the electronic effects described by σ-Hammett coefficients; on the other hand, enantioselectivity was determined by an opposite orientation of the substrate in the binding pocket. R...

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

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

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