نتایج جستجو برای: aggregation layers

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

2011

Wireless Sensor Networks consist of multiple energy-constrained sensing devices called sensor nodes. Typically, the sensor nodes generate data that must reach a single data sink across multiple hops. The data from neighboring nodes are usually correlated and can be aggregated and compressed inside of the network. This process is referred to as data aggregation and requires the development of da...

2000
Luiz A. DaSilva

Quality of service (QoS) mechanisms are needed in integrated networks so that the performance requirements of heterogeneous applications are met. In this paper, we outline a framework for predicting end-to-end QoS at the application layer based on mapping of QoS guarantees across layers in the protocol stack and concatenation of guarantees across multiple dissimilar sub-networks. Mapping is nee...

1999
S. Boussaad

We have studied myoglobin (Mb) on graphite basal plane and on self-assembled didodecyldimethylammonium bromide (DDAB) monoand multilayers with in situ tapping-mode AFM, cyclic voltammetry, and differential capacitance measurements. On graphite, Mb molecules adsorb and aggregate into chainlike features. The aggregation indicates an attractive interaction between the adsorbed molecules. In contra...

2016
Timo Greifenberg Klaus Muller Alexander Roth Bernhard Rumpe Christoph Schulze Andreas Wortmann

Generating software from abstract models is a prime activity in model-driven engineering. Adaptable and extendable code generators are important to address changing technologies as well as user needs. However, they are less established, as variability is often designed as configuration options of monolithic systems. Thus, code generation is often tied to a fixed set of features, hardly reusable...

Journal: :journal of nanostructures 2013
b. shareghi a. hashemian s. farhadian m. salavati-niasari b. saffar

protein aggregation is a problem in biotechnology. high temperature is one of the most important reasons to enhance enzyme inactivation and aggregation in industrial systems. this work focuses on the effect of tio2 and sio2 nanoparticles on refolding and reactivation of lysozyme. in the presence of tio2 and sio2 nanoparticles, after enzyme heat treatment at 98◦c for 30 min, not only aggregates ...

2016
Timo Greifenberg Klaus Müller Alexander Roth Bernhard Rumpe Christoph Schulze Andreas Wortmann

Generating software from abstract models is a prime activity in model-driven engineering. Adaptable and extendable code generators are important to address changing technologies as well as user needs. However, they are less established, as variability is often designed as configuration options of monolithic systems. Thus, code generation is often tied to a fixed set of features, hardly reusable...

Journal: :Nanoscale 2014
Ming-Kai Chuang Shih-Wei Lin Fang-Chung Chen Chih-Wei Chu Chain-Shu Hsu

In this work, gold nanoparticle/graphene oxide (AuNP/GO) nanocomposites are synthesized and used as anodic buffer layers in organic photovoltaic devices (OPVs). The application of thiol-terminated polyethylene glycol as a capping agent prevents the aggregation of AuNPs on the GO surface and further improves the solubility and stability of these nanomaterials in solutions. When AuNP/GO nanomater...

Journal: :modares journal of medical sciences: pathobiology 2009
majid sadeghizadeh

objective: to study the mechanisms involved in amyloid formation processes, we made a mammalian cell culture model of amylin aggregation and characterized its properties. materials and methods: amyloid fibrils were extracted from cho cells and binding affinity to thioflavin t and congo red was investigated. then the apple-green birefringence of extracted fibrils was detected under polarized li...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شیراز - دانشکده علوم انسانی 1391

the present study aimed at investigating how different news agencies using the concept of legitimation/delegitimation represent the same event differently. to this end, van leeuwens (2008) legitimatory/delegitimatory framework was applied to the data gleaned from the iranian state-run news agency fars news, british state-run news agency bbc, and also american state-run news agency voa. the resu...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تبریز - دانشکده شیمی 1392

in the present work, a simple and sensitive method was developed for determination of morphine and heroin using gold nanoparticles as resonance rayleigh scattering (rrs) and colorimetric technique’s probe. synthesized gold nanoparticles by sodium citrate reduction method have a negative charge layer on their surfaces because of self-assembled citrate anions on their surface. binding of morphin...

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

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

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