نتایج جستجو برای: modified l

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

2010
Zhiqun Xue ZHIQUN XUE

In this paper, we show that the modified Mann iteration with errors converges strongly to fixed point for uniformly L-Lipschitzian asymptotically Φ-pseudocontractive mappings in real Banach spaces. Meanwhile, it is proved that the convergence of Mann and Ishikawa iterations is equivalent for uniformly L-Lipschitzian asymptotically Φpseudocontractive mappings in real Banach spaces. Finally, we o...

Journal: :Frontiers in bioscience : a journal and virtual library 2003
Vladimir N Anisimov

Mutant and genetically modified animal models, which are characterized by shortening or extension of the life span, give a unique possibility to evaluate the role of aging genes in mechanisms of carcinogenesis. Transgenic and null mutant ("knockout") animal models also offer an important opportunity to identify and study both carcinogens and chemopreventive agents. The analysis of the available...

2004
Karl Rubin

At a prime of ordinary reduction, the Iwasawa “main conjecture” for elliptic curves relates a Selmer group to a p-adic L-function. In the supersingular case, the statement of the main conjecture is more complicated as neither the Selmer group nor the p-adic L-function is well-behaved. Recently Kobayashi discovered an equivalent formulation of the main conjecture at supersingular primes that is ...

Journal: :Clinical chemistry 1981
C C Garber D H Feldbruegge M Hoessel

The method for continuous-flow assay of aspartate aminotransferase with the Technicon SMAC was modified to include preincubation of the serum enzyme with pyridoxal 5'-phosphate, to be consistent with the recommendations of IFCC and the Standards Committee of AACC. Preliminary estimates of the imprecision of the modified method on SMAC gave day-to-day standard deviations of 5.3 U/L at mean of 48...

Journal: :Biomolecular engineering 1999
D L Kaplan C Mello T Sano C Cantor C Smith

The use of genetically modified microorganisms for environmental remediation continues to be debated. Conditional lethal systems with tightly regulated gene expression can be used to contain released microorganisms and ameliorate some of the concerns about horizontal gene transfer. We have described streptavidin-based suicide systems to address these concerns and evaluated their function in Pse...

2016
Tiago Ramalho Andrea Meyer Andrea Mückl Korbinian Kapsner Ulrich Gerland Friedrich C. Simmel Michael M. Meijler

Monitoring gene expression dynamics on the single cell level provides important information on cellular heterogeneity and stochasticity, and potentially allows for more accurate quantitation of gene expression processes. We here study bacterial senders and receivers genetically engineered with components of the quorum sensing system derived from Aliivibrio fischeri on the single cell level usin...

2015
Navid Nasirizadeh Zahra Shekari Masoumeh Tabatabaee Masoud Ghaani

A trifunctional electrochemical sensor was fabricated for simultaneous determination of ascorbic acid (AA), levodopa (LD), and insulin. This was done by modifying a glassy carbon electrode (GCE) with multi-walled carbon nanotubes and reactive blue 19 (RB-MWCNT-GCE). Cyclic voltammetry was used to investigate the redox properties of this modified electrode. The electro-catalytic activity of the ...

In this paper, magnetically multiwalled carbon nanotubes (MMWCNTs) nanocomposite modified by methyl-2-[2-(2-2-[2-(methoxycarbonyl) phenoxy] ethoxyethoxy) ethoxy] benzoate was applied for magnetic solid-phase extraction (MSPE) of thallium(I) ions. Fourier transform infrared (FT-IR) spectroscopy, field emission scanning electron microscopy (FE-SEM), X-ray diffraction (XRD) spectrometry and vibrat...

Davoud Balarak, Mehdi Ghasemi, Ramazan Ali Diyanati Tilaki,

Background and purpose: dye is widely used in industries such as cosmetic, leather, paper and textile and release to the environment via their effluents. The purpose of this study was to compare the efficiency of low-cost adsorbents in acid orang 7 dyes removal from water. Materials and Methods: The Rice Stem biomass was sun dried, crushed and sieved to particle sizes in range of 1-2 mm. Then ...

2015
Yexiang Fu Chao Bian Jian Kuang Jinfen Wang Jianhua Tong Shanhong Xia

A microband electrode array modified with palladium-tin bimetallic composite has been developed for nitrate determination. The microband electrode array was fabricated by Micro Electro-Mechanical System (MEMS) technique. Palladium and tin were electrodeposited successively on the electrode, forming a double-layer structure. The effect of the Pd-Sn composite was investigated and its enhancement ...

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

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

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