نتایج جستجو برای: cyclic voltametry cv

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

2017
Jinfeng Ning Tianyu Zhang Ying He Congpu Jia Petr Saha Qilin Cheng

In this work, a two-step electrodeposition strategy is developed for the synthesis of core-shell Co₃O₄@CoS nanosheet arrays on carbon cloth (CC) for supercapacitor applications. Porous Co₃O₄ nanosheet arrays are first directly grown on CC by electrodeposition, followed by the coating of a thin layer of CoS on the surface of Co₃O₄ nanosheets via the secondary electrodeposition. The morphology co...

Journal: :Analytical chemistry 2010
Pavel Takmakov Matthew K Zachek Richard B Keithley Elizabeth S Bucher Gregory S McCarty R Mark Wightman

Transient local pH changes in the brain are important markers of neural activity that can be used to follow metabolic processes that underlie the biological basis of behavior, learning and memory. There are few methods that can measure pH fluctuations with sufficient time resolution in freely moving animals. Previously, fast-scan cyclic voltammetry at carbon-fiber microelectrodes was used for t...

2014
Gen Liu Wei Ma Yan Luo Deng-ming Sun Shuang Shao

Poly(methylene blue) and electrochemically reduced graphene oxide composite film modified electrode (PMB-ERGO/GCE) was successfully fabricated by electropolymerization and was used for simultaneous determination of uric acid (UA) and xanthine (Xa). Based on the excellent electrocatalytic activity of PMB-ERGO/GCE, the electrochemical behaviors of UA and Xa were studied by cyclic voltammetry (CV)...

2005
M. Fátima Esteves J.Dinis Silva

Textile wastewater is notoriously known to contain strong colour, a highly fluctuating pH and significant COD (Chemical Oxygen Demand) values. Because of these characteristics, treatment of these effluents has been rather difficult. Traditional methods for dealing with textile wastewater consist of various combinations of biological, physical and chemical methods. Because of the large variabili...

2017
Xin Zhang Heinz Kohler Matthias Schwotzer Yanhong Wu Ulrich Guth

Morphological and structural properties of layered Au, Pt-YSZ mixed-potential gas sensing electrodes (APE) prepared under different temperature treatments were studied by environmental scanning electron microscope (ESEM) and glow-discharge optical emission spectroscopy (GD-OES), and correlated with open-circuit potential (OCP) and cyclic voltammetry (CV) measurements under gas exposures at elev...

2011
A. M. ETORKI M. A. EL - RAIS M. M. ABUEIN

Deposition and stripping of lead ions at thiol based disorganised monolayer modified gold piezoelectrodes was studied by cyclic voltammetry (CV) and electrochemical quartz crystal nanobalance (EQCN). Gold electrodes modified with 3-mercaptopropionic acid and 1,3-dimercapto propane sulphonic acid were studied. Due to the proximity of the potentials for the Pb deposition and thiol reductive desor...

Journal: :Clinical chemistry 1981
T L Peeters Y Depraetere G R Vantrappen

Interference by human plasma proteins in the radioimmunological determination of somatostatin was eliminated by subjecting plasma samples to acid--ethanol precipitation. The assay was performed on the lyophilized supernate from 300 microliters of human plasma, with reagents that are commercially available. Sensitivity was 2.6 pg, corresponding to 8.7 ng/L of plasma. The intra-assay CV was 8%; t...

2017
Yun Hui Chao Bian Jinfen Wang Jianhua Tong Shanhong Xia

Poly(3,4-ethylenedioxythiophene) (PEDOT) films were prepared by electro-oxidation on Au microelectrodes in an aqueous solution. Electrolyte solutions and polymerization parameters were optimized prior to overoxidation. The effect of overoxidation time has been optimized by cyclic voltammetry (CV) and electrochemical impedance spectroscopy (EIS), which results in the film overoxidized for 45 s a...

2002
J. H. Chen W. Z. Li D. Z. Wang S. X. Yang J. G. Wen Z. F. Ren

Carbon nanotubes uniformly 50 nm in diameter were directly grown on graphite foil. Cyclic voltammetry (CV) shows that the carbon nanotube /graphite foil electrode has a high specific capacitance (115.7 F/g at a scan rate of 100 mV/s) and exhibits typical double-layer behavior. A rectangular-shaped CV curve persists even at a scan rate of 100 mV/s in 1.0 M H SO aqueous solution, which suggests t...

2015
Won-Yong Jeon Young-Bong Choi Hyug-Han Kim

Disposable screen-printed nickel/carbon composites on indium tin oxide (ITO) electrodes (DSPNCE) were developed for the detection of glucose without enzymes. The DSPNCE were prepared by screen-printing the ITO substrate with a 50 wt% nickel/carbon composite, followed by curing at 400 °C for 30 min. The redox couple of Ni(OH)₂/NiOOH was deposited on the surface of the electrodes via cyclic volta...

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

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

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