نتایج جستجو برای: electrochemical nanobiosensor

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

1977
Charles Kellogg Philip Klahr Larry Travis

The design and prototype implementation of a deduct ive processor f o r e f f i c i e n t ex t rac t ion of i m p l i c i t in format ion from e x p l i c i t data stored w i t h i n a r e l a t i o n a l data-base system is descr ibed. General statements (premises or inference ru les ) as wel l as queries are expressed in a canonical form as imp l i ca t i ons . From user quer ies , the system...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2002
Mary Elizabeth Williams Kurt D Benkstein Christina Abel Peter H Dinolfo Joseph T Hupp

Microporous thin films (approximately equal to 50 to 400 nm) composed of discrete, cavity-containing molecular rectangles have been prepared. The films, which contain both amorphous and microcrystalline domains, display shape-selective transport behavior. They are permeable to small molecules and to molecules that are short or narrow in at least one dimension--for example, elongated planar mole...

Journal: :The Analyst 2009
Yuki Yoshimoto Tomoyuki Yasukawa Fumio Mizutani

A novel electrochemical technique for DNA detection has been developed by a simple combination cisplatin and a glassy carbon electrode. The complexation of cisplatin with DNA caused suppression of the electroreduction of cisplatin owing to the steric hindrance and, subsequently, the electrolytic current for reducing proton that is catalyzed by the platinum deposited on the glassy carbon electro...

Journal: :Chemical communications 2015
Da Li Na Kong Jingquan Liu Hongbin Wang Colin J Barrow Shusheng Zhang Wenrong Yang

We describe an alternative electrochemical technique to monitor covalent bond formation in real-time using nanoparticle-electrode collisions. The method is based on recognising the redox current when MP-11 functionalised chemical reduced graphene oxide (rGO) nanosheets collide with Lomant's reagent modified gold microelectrode. This facile and highly sensitive monitoring method can be useful fo...

2009
Brian Kirby Sowmya Kondapalli

This work presents a microfluidic device that can be used to detect the presence of viral pathogens in environmental water samples. The device integrates a membrane-based preconcentration unit with an electrochemical biosensor on the same platform. This integration has the potential to increase the sensitivity of detection thereby enabling detection of small concentrations of viruses at environ...

2010
K. A. Nicoll R. G. Harrison

[1] The cloud‐air transition zone at stratiform cloud edges is an electrically active region where droplet charging has been predicted. Cloud edge droplet charging is expected from vertical flow of cosmic ray generated atmospheric ions in the globa l e lec t r i c c i rcu i t . Exper imenta l confirmation of stratiform cloud edge electrification is presented here, through charge and droplet mea...

Journal: :Analytical chemistry 2002
Peter Liljeroth Christoffer Johans Christopher J Slevin Bernadette M Quinn Kyösti Kontturi

The potential of ring-disk ultramicroelectrodes (RD UMEs) as probes for scanning electrochemical microscopy (SECM) was investigated both theoretically and experimentally. In particular, the disk-generation/ring-collection (DG/RC) mode of operation was considered. In this case, the interaction of two species with the substrate under investigation can be followed simultaneously from single tip cu...

2014
Raymond R. Unocic Robert L. Sacci Gabriel M. Veith Nancy J. Dudney Karren L. More

Advances in vacuum-tight in situ liquid cell TEM systems have attracted significant attention because of the ability to directly interpret chemical and electrochemical reactions within their native liquid environments [1]. Conducting quantitative in situ electrochemistry experiments within the S/TEM is feasible using the relatively new platform of in situ electrochemical S/TEM (ec-S/TEM). In th...

2013
Joanna Ellison Kristina Tschulik Emma J E Stuart Kerstin Jurkschat Dario Omanović Margitta Uhlemann Alison Crossley Richard G Compton

Anodic particle coloumetry is used to size silver nanoparticles impacting a carbon microelectrode in a potassium chloride/citrate solution. Besides their size, their agglomeration state in solution is also investigated solely by electrochemical means and subsequent data analysis. Validation of this new approach to nanoparticle agglomeration studies is performed by comparison with the results of...

Journal: :Chemical communications 2014
Xingxing Chen Artjom Maljusch Rosalba A Rincón Alberto Battistel Aliaksandr S Bandarenka Wolfgang Schuhmann

A new concept for the localized characterization of gas evolving electrodes based on scanning electrochemical microscopy (SECM) is suggested. It offers information about the spatial distribution of the predominant locations, which represent the most active catalytic sites, and dynamic characteristics of gas-bubble departure. The knowledge about gas-bubble departure is critical for the assessmen...

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

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

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