نتایج جستجو برای: potentiometric detection

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

Journal: :Analytical sciences : the international journal of the Japan Society for Analytical Chemistry 2013
Adriana M Pimenta M Renata S Souto Rita I L Catarino M Fernanda C Leal José L F Costa Lima

An automatic system was developed to determine ofloxacin in biological fluids and pharmaceutical formulations. Drug detection was carried out by a potentiometric membrane sensor based on [bis(trifluoromethyl)phenyl]borate as molecular-recognition material. The tubular shaped detector system was solidly attached to the manifold, creating a high-throughput stable setup (50 samples per hour) appro...

2007
Nicole Jaffrezic-Renault Claude Martelet Yann Chevolot Jean-Pierre Cloarec

This review paper reports the applications of magnetic microbeads in biosensors and bio-bar code assays. Affinity biosensors are presented through different types of transducing systems: electrochemical, piezo electric or magnetic ones, applied to immunodetection and genodetection. Enzymatic biosensors are based on biofunctionalization through magnetic microbeads of a transducer, more often amp...

Journal: :international journal of environmental research 2011
h. bagheri sadeghi h. sid kalal h. hoveidi z. molavi n. adeli asl

a new cesium ion selective pvc membrane based on parent calix [4] arene was developed for potentiometric determination of cesium in environmental samples. the electrode based on p-5,11,17,23tetra(tertbutyl) 25,26,27,28-tetrahydroxy calix[4]arene(thc) as ionophor ,dibutyl phthalate (dbp)as plasticizer ,sodium tetra phenyl borate(natpb)and oleic acid as lipophilic salt and additive showed the ...

Journal: :journal of physical & theoretical chemistry 2015
h. aghaie m. h. felcri m. arvand k. zare m. aghaie

a pvc membrane cr(iii) ion selective electrode has been constructed using 2h-1,4-benzothioazine-2,3(4h)dione dioxime (btd) as membrane carrier. the influence of membrane composition on the electroderesponse was studied. the electrode exhibits a nernstian response over a cr(iii) concentration range of 1.0 x10 6 to 1.0>< 10-1 m (r = 0.99) with a slope of 19.5 ± 0.5 mv per decade of concentration,...

Journal: :Analytical sciences : the international journal of the Japan Society for Analytical Chemistry 2003
Mohammad Reza Ganjali Farhang Mizani Masoud Salavati-Niasari Mehran Javanbakht

A plasticized Cr3+ ion sensor by incorporating 2,3,8,9-tetraphenyl-1,4,7,10-tetraazacyclododeca-1,3,7,9-tetraene (TTCT) ionophore exhibits a good potentiometric response for Cr3+ over a wide concentration range (1.0 x 10(-6)-1.0 x 10(-1) M) with a slope of 19.5 mV per decade. The sensor response is stable for at least three months. Good selectivity for Cr3+ in comparison with alkali, alkaline e...

Journal: :Journal of clinical microbiology 1989
J M Libby H G Wada

A light-addressable potentiometric (silicon) sensor was used in an immunofiltration procedure for the detection of pathogenic bacteria. Yersinia pestis was detected by filtering the cells onto nitrocellulose membranes and then filtering anti-Y. pestis mouse monoclonal antibody and anti-mouse immunoglobulin G-horseradish peroxidase conjugate. For Neisseria meningitidis detection, mouse monoclona...

Journal: :Bioinorganic Chemistry and Applications 2004
Marios Mylonas Artur Krężel John C. Plakatouras Nick Hadjiliadis Wojciech Bal

The interactions of Zn(ll) ions with the blocked hexapeptide models -TESHHK-, -TASHHK- and -TEAHHK- of the -ESHH- motif of the C-terminal of historic H2A were studied by using potentiometric and IH-NMR techniques. The first step of these studies was to compare the pKa values of the two His residues inside each hexapeptide calculated by potentiometric or H-NMR titrations. Hereafter, the potentio...

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

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

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