نتایج جستجو برای: size distribution psd

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

2009
Alexander V. Neimark Yangzheng Lin Peter I. Ravikovitch Matthias Thommes

We present a new model of adsorption on micro-mesoporous carbons based on the quenched solid density functional theory (QSDFT). QSDFT quantitatively accounts for the surface geometrical inhomogeneity in terms of the roughness parameter. We developed the QSDFT models for pore size distribution calculations in the range of pore widths from 0.4 to 35 nm from nitrogen at 77.4 K and argon at 87.3 K ...

2004
N. F. Santos J. L. Velho

graph 5100, Micromeritics) and the specific surface area was measured by nitrogen adsorption, the BET-method (ASAP 2000, Micromeritics). The particle size distribution (PSD), a narrow or broad distribution, was determined by using the equation: PSD slope=[75% (ESD)-25% (ESD)]/2.APS, where ESD means equivalent spherical diameter and APS means average particle size. Oil absorption, packing index,...

Journal: :J. Network and Computer Applications 2009
Ying-Dar Lin Chun-Nan Lu Yuan-Cheng Lai Wei-Hao Peng Po-Ching Lin

Traffic classification is an essential part in common network management applications such as intrusion detection and network monitoring. Identifying traffic by looking at port numbers is only suitable to well-known applications, while signature-based classification is not applicable to encrypted messages. Our preliminary observation shows that each application has distinct packet size distribu...

Journal: :Journal of vascular surgery 2002
Chengpei Xu Christopher K Zarins Seymour Glagov

OBJECTIVE The purpose of this study was to assess the time course of tropoelastin gene expression in the poststenotic dilatation segment of rabbit aorta with experimental coarctation. METHODS Midthoracic aortic coarctation was created in rabbits to produce a PSD. The time points of the study after coarctation were 1, 3, and 7 days and 2, 4, and 8 weeks (n = 3 each). Additional animals (n = 6)...

2016
Jung-Hwa Tao-Cheng Dana Toy Christine A. Winters Thomas S. Reese Ayse Dosemeci

Shank3 is a postsynaptic density (PSD) scaffold protein of the Shank family. Here we use pre-embedding immunogold electron microscopy to investigate factors influencing the distribution of Shank3 at the PSD. In dissociated rat hippocampal cultures under basal conditions, label for Shank3 was concentrated in a broad layer of the PSD, ~20-80 nm from the postsynaptic membrane. Upon depolarization ...

Journal: :Applied optics 2001
E Boss M S Twardowski S Herring

The link between the spectral shape of the beam attenuation spectrum and the shape of the particle size distribution (PSD) of oceanic particles is revisited to evaluate the extent to which one can be predicted from the other. Assuming a hyperbolic (power-law) PSD, N(D) ? D(-xi), past studies have found for an infinite distribution of nonabsorbing spheres with a constant index of refraction that...

Journal: :Journal of magnetic resonance 2014
Dan Benjamini Michal E Komlosh Peter J Basser Uri Nevo

Here we present the successful translation of a pore size distribution (PSD) estimation method from NMR to MRI. This approach is validated using a well-characterized MRI phantom consisting of stacked glass capillary arrays (GCA) having different diameters. By employing a double pulsed-field gradient (d-PFG) MRI sequence, this method overcomes several important theoretical and experimental limit...

Journal: :Annual review of biochemistry 2007
Morgan Sheng Casper C Hoogenraad

Excitatory (glutamatergic) synapses in the mammalian brain are usually situated on dendritic spines, a postsynaptic microcompartment that also harbors organelles involved in protein synthesis, membrane trafficking, and calcium metabolism. The postsynaptic membrane contains a high concentration of glutamate receptors, associated signaling proteins, and cytoskeletal elements, all assembled by a v...

2017
Mark Baah-Acheamfour Charles P.-A. Bourque Fan-Rui Meng D. Edwin Swift

There are a number of overarching questions and debate in the scientific community concerning the importance of biotic interactions in species distribution models at large spatial scales. In this paper, we present a framework for revising the potential distribution of tree species native to the Western Ecoregion of Nova Scotia, Canada, by integrating the long-term effects of interspecific compe...

2014
Akira Yoshii Martha Constantine-Paton

Brain-derived neurotrophic factor (BDNF) and its receptor TrkB regulate synaptic plasticity. TrkB triggers three downstream signaling pathways; Phosphatidylinositol 3-kinase (PI3K), Phospholipase Cγ (PLCγ) and Mitogen activated protein kinases/Extracellular signal-regulated kinases (MAPK/ERK). We previously showed two distinct mechanisms whereby BDNF-TrkB pathway controls trafficking of PSD-95,...

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

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

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