نتایج جستجو برای: nbr

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

Journal: :Journal of physics 2021

Abstract This experimental study was aimed to investigate the microwave absorbing properties of composites with different structures prepared by filling nitrile rubber (NBR) ferrite and acetylene carbon black (CB). The results show that input impedance ferrite-filled composite smaller than CB-filled composites. filled also matched free space better CB composite. two-layer four-layer performed s...

قاسم نادری, محمدرضا نخعی میرحمیدرضا قریشی

فرضیه: الاستومر گرمانرم پلی‌آمید6 (PA6)-آکریلونیتریل بوتادی‌ان (NBR) تقویت‌شده با نانوذرات در صنایع مختلف کاربرد دارند. افزودن نانوذرات به الاستومرهای گرمانرم بر استحکام کششی و ضربه‌ای، سازوکار شکست و خواص گرمایی نانوکامپوزیت‌ها مؤثر است. برای ساخت این نانوکامپوزیت‌ها فرایندهای مختلفی مانند اکسترودر، مخلوط‌کن داخلی و اصطکاکی اغتشاشی وجود دارد.روش‌ها: نانو...

Journal: :Neuron 2002
Alex R. Wade

Many fMRI experiments show regions of cortex that seem to respond in antiphase with the primary stimulus. In this issue of Neuron, Shmuel et al. show that this "negative BOLD response" is spatially and temporally linked to reductions in blood flow. By combining BOLD and blood flow data to model the energy consumption in cortex, they conclude that the NBR is primarily due to active neuronal inhi...

Journal: :Polymer Bulletin 2023

Abstract Nanocomposites based on acrylonitrile butadiene rubber (NBR) and ethylene–proplene diene monomer (EPDM) (50/50) filled with different concentrations of nano-waste magnetic filler (nWMF) up to 120 phr were prepared by two laboratory roll mill mixer. nWMF was characterized using XRD, TEM VSM. The nanocomposites investigated techniques: SEM, TGA, DSC. In addition the rheological, mechanic...

Journal: :Macromolecular Theory and Simulations 2023

Front Cover: The effects of 4010NA content on the damping and aging properties hydrogenated nitrile butadiene rubber (HNBR)/nitrile (NBR) matrix are studied via molecular simulation experiments. With an increase in content, there is a decrease free volume fraction (FFV), attributed to hydrogen bond network between HNBR/NBR matrix. This reported by Meng Song, Qi Qin, co-workers article number 22...

2004
Marc Dacier Fabien Pouget Hervé Debar

In this paper, we show that simple, cheap and easily deployable honeypots can help understanding of the attack processes that machines in unclassified networks are facing knowledge is a prerequis several honeypots. We hi diverse locations. Such an open issues described here after. 1.0 INTRODUCTION Recently, several papers have explained how so-called “Internet telescopes” can be use understandi...

Journal: :Current Biology 2011
Nan Liu Masashi Abe Leah R. Sabin Gert-Jan Hendriks Ammar S. Naqvi Zhenming Yu Sara Cherry Nancy M. Bonini

MicroRNAs (miRNAs) are endogenous noncoding small RNAs with important roles in many biological pathways; their generation and activity are under precise regulation [1-3]. Emerging evidence suggests that miRNA pathways are precisely modulated with controls at the level of transcription [4-8], processing [9-11], and stability [12, 13], with miRNA deregulation linked with diseases [14] and neurode...

2008
P. Budrugeac E. Segal

The thermogravimetric analysis (TGA) and the differential thermal analysis (DTA) were applied to investigations of aging processes in some electroinsulating polymeric materials (glass reinforced epoxy resin, NBR ( two sorts), styrenated unsatured polyester resin, hydrogenated NBR (T80), polychloroprene rubber , EPR) and to the measurement of aging reaction rates. It is shown that thermal analys...

2010
M. Kujawski J. Pearse E. Smela

Table S1. Host materials and references for Figure 5 in the main text. Reference numbers are those used in the main text. Filler material Host material Reference SWNT PDMS [15] SWNT epoxy [18] SWNT polystyrene [14] SWNT PEDOT-PSS [21] MWNT PDMS [3] MWNT epoxy [17] MWNT polystyrene [11] MWNT polyurethane-urea [10] EG polystyrene [12] EG NBR [5] silver particles PDMS [1] CB polystyrene [16] CB po...

2013
Qing Chen Dan Feng Baoqing Liu Qikui Du

In this paper, the natural boundary element method (NBEM) for an anisotropic hyperbolic problem in an exterior elliptic domain is investigated. By the theory of the natural boundary reduction (NBR), the natural integral equation (NIE) and the Poisson integral formula of the problem considered are obtained, and the numerical method of the NIE is given. Finally, some numerical examples are presen...

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

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

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