نتایج جستجو برای: carboxyl groups

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

2006
Masayoshi Okubo Toyoko Suzuki Naoki Tsuda

A novel technique to estimate the distribution state of carboxyl groups within submicron-sized, carboxylated polymer particles was proposed. For the purpose, carboxyl groups in two kinds of butyl methacrylate-methacrylic acid copolymer emulsion, which were prepared by emulsion copolymerizations with different monomer addition methods, were titrated by isothermal titration calorimetry with an ex...

Journal: :Biochemistry 2002
Monica Sundd Nicole Iverson Beatriz Ibarra-Molero Jose M Sanchez-Ruiz Andrew D Robertson

To explore electrostatic interactions in ubiquitin, pK(a) values have been determined by NMR for all 12 carboxyl groups in wild-type ubiquitin and in variants where single lysines have been replaced by neutral residues. Aspartate pK(a) values in ubiquitin range from 3.1 to 3.8 and are generally less than model compound values. Most aspartate pK(a) values are within 0.2 pH unit of those predicte...

Journal: :The Biochemical journal 1989
R N Farías A E López Viñals E Posse R D Morero

Native insulin causes fusion of negatively charged liposomes in the pH range from 3.0 to 5.5. In marked contrast, insulin with all three amino groups succinylated did not show fusion ability at any pH. On the other hand, insulin amidated with glycine methyl ester with all six carboxyl groups blocked shifted its activity to higher pH, showing a pH range of activity from 3.0 to 7.4. When the carb...

2001
Lester Packer

Chemical modification and electron spin resonance techniques were used to study the topography of carboxyl residues in purple membranes. The results showed that buried carboxyl groups are )ocated in hydrophobic protein domains at least 16 A from the membrane surface, and that the carboxyl-terminal tail is partially immobilized. Carboxyl groups on bacteriorhodopsin in purple membranes...

Journal: :Materials research letters 2022

The synthesis of coordination polymers (e.g. Prussian blue) is as old modern chemistry itself, but never stops surprising people. We here report superconductivity observed a designer polymer system sporting the chemically soft mercaptan and hard carboxyl groups. mercapto-carboxyl (dubbed Mercarb, or QiuSuo in Mandarin Pinyin) synergy hints at Daoism carries over from molecular to solid state: s...

2010
Li-Cai Zhu

In the title compound, C(6)H(16)N(+)·C(7)H(5)O(4) (-), the hy-droxy groups of the 3,4-dihy-droxy-benzoate anion form O-H⋯O hydrogen bonds to the carboxyl-ate groups of two adjacent anions, generating layers propagating in the ac plane. The triethyl-ammonium cations lie between these layers, forming N-H⋯O hydrogen bonds to the carboxyl-ate groups of the anions. The structure is consolidated by w...

2008
Yan Wang Yue-Qin Li Ying-Zhong Shen

In the title compound, {[Zn(2)(C(16)H(4)I(2)O(8))(H(2)O)(4)]·2H(2)O}(n), two crystallographically independent Zn(II) atoms are each located on a twofold rotation axis. Both Zn(II) atoms are in distorted octa-hedral coordination geometries: one is coordinated by six O atoms from four carboxyl-ate groups, while the other is coordinated by two carboxyl-ate groups and four water mol-ecules. The tet...

2011
Shie Fu Lush Fwu Ming Shen

In the title coordination polymer, [Pb(C(7)H(3)NO(4))](n), the Pb(II) ion is eight-coordinated in a distorted square-anti-prismatic geometry formed by one pyridine N atom and seven carboxyl-ate O atoms from four pyridine-2,3-dicarboxyl-ate (pda) anions. In the pda anion, the dihedral angles between the pyridine ring and carboxyl-ate groups are 19.5 (6) and 73.3 (6)°. The carboxyl-ate groups of ...

Journal: :The Journal of biological chemistry 1966
R G Kallen W P Jencks

Six dissociable groups exist in tetrahydrofolic acid in the range Ho -3.0 to pH 14. The assignments in tetrahydrofolic acid by titrimetric and spectrophotometric comparisons with model compounds, +uninobenzoylglutamic acid and 2-amino-6,7-dimethyl-5,6,7,8-tetrahydro-4-pteridinone, are as follows: acidic ionization of amide, pK’ 10.5; Ns, pK’ 4.82; y-carboxyl, pK’ 4.8; cr-carboxyl, pK’ 3.5; N1, ...

Journal: :Nanoscale 2015
Shoujun Zhu Jieren Shao Yubin Song Xiaohuan Zhao Jianglin Du Lei Wang Haiyu Wang Kai Zhang Junhu Zhang Bai Yang

A universal route to GQDs is developed based on "solution phase-based scissor" methods. The PL centers of the GQDs are systematically studied and are proved to be the surface state. This is related to the hybridization structure of the edge groups and the connected partial graphene core. Through experiment and analysis, we have preliminarily proved that the efficient edge groups for green emiss...

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

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

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