نتایج جستجو برای: linear suspensions

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

2015
Emre Firlar Simge Çınar Sanjay Kashyap Mufit Akinc Tanya Prozorov

Rheological behavior of aqueous suspensions containing nanometer-sized powders is of relevance to many branches of industry. Unusually high viscosities observed for suspensions of nanoparticles compared to those of micron size powders cannot be explained by current viscosity models. Formation of so-called hydration layer on alumina nanoparticles in water was hypothesized, but never observed exp...

Journal: :jundishapur journal of microbiology 0
naser mohammadpour dounighi department of human vaccine and serum, razi vaccine and serum research institute, karaj, ir iran mehdi razzaghi-abyane department of mycology, pasteur institute of iran, tehran, ir iran mojtaba nofeli department of human vaccine and serum, razi vaccine and serum research institute, karaj, ir iran hossein zolfagharian department of human vaccine and serum, razi vaccine and serum research institute, karaj, ir iran fereshteh shahcheraghi department of microbiology, pasteur institute of iran, tehran, ir iran; department of microbiology, pasteur institute of iran, tehran, ir iran. tel: +98-2166405535

background whooping cough is caused by bordetella pertussis, and it remains a public health concern. whole-cell pertussis vaccines have been commonly employed for expanded immunization. there is no doubt of the efficacy of whole cell pertussis vaccine, but it is necessary to improve the vaccine to decrease its toxicity. objectives in this study, an inactivation process of dealing with pertussis...

Journal: :research in pharmaceutical sciences 0
j. emami j. varshosaz f. ahmadi

in recent years, great efforts have been devoted to the design of drug delivery systems. many polymeric excipients have been studied in order to make drug release fit the desired profiles. the aim of this work was to design a theophylline oral suspension, as sustained release pharmaceutical preparation in order to decrease the plasma level fluctuations and adverse effects of theophylline. micro...

2017
Vinay Kumar Vegar Ottesen Kristin Syverud Øyvind Weiby Gregersen Martti Toivakka

Cellulose nanofibril (CNF) suspensions are not easily coatable because of their excessively high viscosity and yield stress, even at low solids concentrations. In addition, CNF suspensions vary widely in their properties depending on the production process used, which can affect their processability. This work reports roll-to-roll coating of three different types of CNF suspensions with a slot-...

In the present research, the aqueous suspensions of nano-sized YSZ particles were prepared using a common and available dispersant (Dolapix CE64) at different pH values and their stability were evaluated through the sedimentation height, viscosity measurement, and microstructural observation. Different amounts of dispersant were tested and the optimum percentage was examined by measuring the vi...

2007
Jung-Shan Lin

Recently we proposed a novel nonlinear control design for active suspensions, which features a lter whose band-width is a nonlinear function of suspension travel; this lter results in an improved tradeoo between ride comfort and rattlespace usage. In this paper we augment this controller with a new road-adaptive algorithm which continuously monitors suspension travel and adjusts on-line the sha...

1999
K. M. MADDEN N. G. MARKLEY

Cocycles of Zm-actions on compact metric spaces provide a means for constructing Rm-actions or flows, called suspension flows. It is known that all Rm flows with a free dense orbit have an almost one-to-one extension which is a suspension flow. In this paper we investigate when the space for a suspension flow depends only on the given Zm-action and not on the actual cocycle. The identity map I ...

2016
Patrick Weidman

The synchronous interaction between a sloshing fluid and its container may take place when the motion of the container is not prescribed a priori. When a partially-filled container is suspended as a bifilar pendulum, the fluid contributes to the restoring force by its weight through the wire suspensions and may either augment or diminish the restoring force through hydrodynamic interaction with...

2006
Mario Milanese Carlo Novara

This paper considers an iterative algorithm for the identification of structured nonlinear systems. The systems considered consist of the interconnection of a MIMO linear systems and a MIMO nonlinear system. The considered interconnection structure can represent as particular cases Hammerstein, Wiener or Lur’e systems. A key feature of the proposed method is that the nonlinear subsystem may be ...

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

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

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