نتایج جستجو برای: phosphonic acids

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

Journal: :Symmetry 2021

The self-association of phosphonic acids with general formula RP(O)(OH)2 in solution state remains largely unexplored. understanding is that such molecules form multiple intermolecular hydrogen bonds, but the stoichiometry self-associates and bonding motifs are unclear. In this work, we report results study tert-butylphosphonic acid using low temperature liquid-state 1H 31P NMR spectroscopy (10...

Journal: :Analytical chemistry 2002
Eun Kyung Lee Bong Rae Cho Hui Hu Richard A Bartsch

Sixteen lipophilic N-(X)sulfonyl carbamoyl lariat ethers with polyether ring sizes of 12-crown-4, 14-crown-4, 15-crown-5, and 18-crown-6 are utilized for competitive alkali metal cation extractions from aqueous solutions into chloroform. Variation of the electron-withdrawing properties of X in the series of methyl, phenyl, 4-nitrophenyl, and trifluoromethyl allows the influence of the acidity o...

Journal: :Langmuir : the ACS journal of surfaces and colloids 2008
Ute Zschieschang Marcus Halik Hagen Klauk

We have developed a manufacturing process for organic thin-film transistors and organic complementary circuits in which a microcontact-printed phosphonic acid self-assembled monolayer is employed first as an etch resist to pattern aluminum gate electrodes by wet etching and then as the gate dielectric of the same device. To our knowledge, this is the first report of a printing process for elect...

2012
Gavin A. Buckholtz Ellen S. Gawalt

The formation of methyl-terminated carboxylic acid self-assembled monolayers (SAMs) with even numbers of carbons, from eighteen to thirty, was investigated on the oxide surface of Ti-6Al-4V and component metal oxides. Modified surfaces were characterized using diffuse reflectance infrared Fourier transform spectroscopy (DRIFT), matrix assisted laser desorption ionization-time of flight mass spe...

2001
Victor F. Puntes Kannan M. Krishnan Paul Alivisatos

A method of producing high-quality magnetic colloidal dispersions by the rapid pyrolysis of cobalt carbonyl in an inert atmosphere was employed to produce monodispersed, stabilized, defect-free «-cobalt nanocrystals, with spherical shapes and sizes ranging from 3 to 17 nm. The size distribution and the shape of the nanocrystals were controlled by varying the surfactant ~oleic acid, phosphonic o...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2013
Wei Zhu Yonghui Zhang William Sinko Mary E Hensler Joshua Olson Katie J Molohon Steffen Lindert Rong Cao Kai Li Ke Wang Yang Wang Yi-Liang Liu Anna Sankovsky César Augusto F de Oliveira Douglas A Mitchell Victor Nizet J Andrew McCammon Eric Oldfield

With the rise in resistance to antibiotics such as methicillin, there is a need for new drugs. We report here the discovery and X-ray crystallographic structures of 10 chemically diverse compounds (benzoic, diketo, and phosphonic acids, as well as a bisamidine and a bisamine) that inhibit bacterial undecaprenyl diphosphate synthase, an essential enzyme involved in cell wall biosynthesis. The in...

Journal: :Organic & biomolecular chemistry 2011
Ivana Kóšiová Miloš Buděšínský Natalya Panova Ivan Rosenberg

The synthesis of the novel nucleotide analogues 5'-deoxynucleoside-5'-S-methylphosphonates, starting from 5'-deoxy-5'-haloribonucleosides, 5'-O-tosylribonucleosides, and 2'-O-triflylnucleosides, is described. The phosphonothiolation of these compounds was achieved using S-(diisopropylphosphonomethyl)isothiouronium tosylate, a new, odourless, and efficient equivalent of mercaptomethylphosphonate...

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

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

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