نتایج جستجو برای: inert electrode

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

Journal: :Biophysical journal 2010
Lingling Miao Klaus Schulten

The central pore of a nuclear pore complex (NPC) is filled with unstructured proteins that contain many FG-repeats separated by hydrophilic regions. An example of such protein is nsp1. By simulating an array of nsp1 segments, we identified, in an earlier study, a spontaneously formed brushlike structure that promises to explain selective transport in the NPC channel. Here we report four (350,00...

2012
Zainuddin Abdul Manan

Synthesis gas manufacturing by steam reforming of hydrocarbons is an important industrial process. High endothermic nature of the process makes it one of the most cost and heat intensive processes. In the present work, composite effect of different inert gases on synthesis gas yield, feed gas conversion and temperature distribution along the reactor length has been studied using a heterogeneous...

2009
NICHOLAS LONG Stephen F. Austin

Given a mixing shift of finite type X , we consider which subshifts of finite type Y ⊂ X can be realized as the fixed point shift of an inert involution of X . We establish a condition on the periodic points of X and Y that is necessary for Y to be the fixed point shift of an inert involution of X . We show that this condition is sufficient to realize Y as the fixed point shift of an involution...

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 2011
m.h. fekri m. darvishpour e. baghdar

a poly(vinyl chloride) membrane based on a new a-dioxime derivative as membrane carrier was prepared andinvestigated as a cr(iii) selective electrode. the electrode exhibits a good potentiometric response for cr(iii)over a wide concentration range 1.0 x 10-6 to 1.0 x 10-1 m with a slope 19.5+0.5 mv/decade and low detectionlimit of 8.9 x 10-7 m. it has a fast response time < 15 s. the best perfo...

2005
P. G. Beatty

The paper discusses proposals for recording multiple single-unit potentials from nerve fibres that become captured in an array of tube electrodes. Capturing may be through regeneration. of cut fibres or by placement of dissected filaments into grooves which are then covered. The factors contributing to signal-to-noise ratios obtainable with this type of electrode are discussed. The design, cons...

2006
F. CINER

Some amounts of inert products are given into environment due to biological degradation of substrate in activated sludge system. The effluent of biological wastewater treatment consists of inert substrate in influent flow, soluble microbial products and non degradable or slowly degradable organic products. Soluble inert COD (SI) must be determined for discharge standards since it did not give a...

The present work describes the construction of a new modified electrode by casting the appropriate mixture of a metallocene, which has been introduced in the experimental part, as a mediator at the surface of glassy carbon (GC) electrode. The proposed modified GC electrode was used for the determination of ascorbic acid (AA) in phosphate buffer (PB) solution (pH = 4.0). When compared to bare GC...

Journal: :Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences 2012

Journal: :Proceedings of the National Academy of Sciences 1993

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

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

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