نتایج جستجو برای: stripping reaction

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

2008
David A.J. Stone T. Gibson Gaylord Katherine A. Johansen Ken Overturf Wendy M. Sealey Ronald W. Hardy

The determination of apparent nutrient digestibility and availability coefficients (ADC and AAC) of ingredients is an important process in the formulation of cost efficient diets for fish. Collection of feces by repeated manual stripping is commonly practiced. However, due to the stress and possible physical damage imposed on fish during repeated stripping, this practice may influence ADC and A...

1999
H. D. Marta R. Donangelo

We extend a semiclassical model of transfer reactions to the case in which one of the collision partners is a vibrational nucleus. The model is applied to oneand two-proton stripping reactions in the Cl + Mo system, for which a rapid transition from normal to anomalous slope in the two proton transfer reaction at energies around the Coulomb barrier is experimentally observed. This behavior is s...

Journal: :Neuroscience 2011
J Yamada H Nakanishi S Jinno

Following peripheral axotomy, the presynaptic terminals are removed from lesioned neurons, that is synaptic stripping. To elucidate involvement of astrocytes and microglia in synaptic stripping, we herein examined the motoneuron perineuronal circumference after hypoglossal nerve transection. As reported previously, axotomy-induced slow cell death occurred in C57BL/6 mice but not in Wistar rats....

2004
Mohamed S. Ibrahim Yassien M. Temerk Moustafa M. Kamal Hossieny S. M. Ibrahim

An electrochemical anodic stripping procedure for ultra-trace assay of xanthine in Cu2þ solution at a glassy carbon electrode (GCE) is described. Cyclic voltammetry was used to characterize the nature of the process taking place at the GCE. The anodic stripping response in the presence of Cu2þ, at 150 mV (peak I) and 600 mV (peak II), is evaluated with respect to various experimental and instru...

Journal: :International archives of allergy and immunology 2015
Lara Spina Michael Weisskopf Seraina von Moos Nicole Graf Thomas M Kündig Gabriela Senti

BACKGROUND Epicutaneous immunotherapy targets the network of dendritic cells in the epidermis. Allergen exposure of the dermal layers should be limited as these contain mast cells and blood vessels, which increases the risk for local and systemic allergic reactions. METHODS This intraindividually controlled trial included 20 subjects with birch pollen allergy. Three areas of the volar forearm...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2016
Davit A Potoyan Weihua Zheng Elizabeth A Komives Peter G Wolynes

Genetic switches based on the [Formula: see text] system are master regulators of an array of cellular responses. Recent kinetic experiments have shown that [Formula: see text] can actively remove NF-κB bound to its genetic sites via a process called "molecular stripping." This allows the [Formula: see text] switch to function under kinetic control rather than the thermodynamic control contempl...

Journal: :Biosensors & bioelectronics 2005
Xia Chu Xin Fu Ke Chen Guo-Li Shen Ru-Qin Yu

A novel, sensitive electrochemical immunoassay has been developed based on the precipitation of silver on colloidal gold labels which, after silver metal dissolution in an acidic solution, was indirectly determined by anodic stripping voltammetry (ASV) at a glassy-carbon electrode. The method was evaluated for a noncompetitive heterogeneous immunoassay of an immunoglobulin G (IgG) as a model. T...

مشکی سمیعی, میترا , کاشانیان, مریم ,

The object of the present study was to investigate the effect of membrane stripping at term pregnancy on the duration of pregnancy and labor induction and its complication. Therefore, a randomized trial of membrane stripping at term pregnancy versus vaginal examination alone was performed. In this study 101 patients with 39 completed weeks pregnancy were selected. All the patients, ...

Journal: :Geochemical Transactions 2001
George W Luther Timothy F Rozan Amy Witter Brent Lewis

We discuss the voltammetric methods that are used to assess metal-organic complexation in seawater. These consist of titration methods using anodic stripping voltammetry (ASV) and cathodic stripping voltammetry competitive ligand experiments (CSV-CLE). These approaches and a kinetic approach using CSV-CLE give similar information on the amount of excess ligand to metal in a sample and the condi...

Journal: :Human reproduction 2005
Ludovico Muzii Filippo Bellati Innocenza Palaia Francesco Plotti Natalina Manci Marzio Angelo Zullo Roberto Angioli Pierluigi Benedetti Panici

BACKGROUND Laparoscopic surgery has become the gold-standard treatment for ovarian endometriomas. The objective of this trial was to evaluate different procedures for the laparoscopic excision of ovarian endometriomas with the stripping technique. METHODS Forty-eight patients with ovarian endometrioma were enrolled in two consecutive independent randomized trials. Two different techniques wer...

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

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

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