نتایج جستجو برای: hydroxypropyl cellulose

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

2014
R Hidema

In order to study the effects of extensional viscosities on turbulent drag reduction, experimental studies using two-dimensional turbulence have been made. Anisotropic structures and variations of energy transfer induced by polymers are considered. Polyethyleneoxide and hydroxypropyl cellulose having different flexibility, which is due to different characteristics of extensional viscosity, are ...

Journal: :Endocrinologia japonica 1987
T Noguchi A Yoshida Y Ueda Y Mitani K Urabe T Adachi S Onoyama Y Okamura C Shigemasa K Abe

We examined a method for the measurement of total, activated and non-activated glucocorticoid receptors using sodium-p-hydroxymercuribenzoate (PHMB) and dithiothereitol (DTT) developed by Banerji and Kalimi (1981). Since the concentration of PHMB required for dissociation of the ligand from the receptors varied with the concentration of protein in the reaction mixture and the rate of reassociat...

Journal: :Chemical & pharmaceutical bulletin 2000
H Takeuchi T Yasuji H Yamamoto Y Kawashima

The purpose of this study was to investigate the temperature-induced crystallization and the compactibility of the composite particles containing amorphous lactose and various types of polymers. The composite particles were prepared by spray-drying an aqueous solution of lactose and various types of gel forming water-soluble polymers at various formulating ratios. The stabilizing effect of hydr...

Journal: :Physical chemistry chemical physics : PCCP 2010
Frederick Chesneau Björn Schüpbach Katarzyna Szelagowska-Kunstman Nirmalya Ballav Piotr Cyganik Andreas Terfort Michael Zharnikov

Self-assembled monolayers (SAMs) formed by perfluoroterphenyl-substituted alkanethiols (C(6)F(5)-C(6)F(4)-C(6)F(4)-(CH(2))(n)-SH, FTPn) with variable length of the aliphatic linker (n = 2 and 3) were prepared on (111) Au and Ag and characterized by a combination of several complementary spectroscopic and microscopic techniques. A specific feature of these systems is the helical conformation of ...

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

امروزه ممبرانها در زمینه تکنولوژی شیمیایی نقش مهمی را ایفا می کنند. ویژگی کلیدی و مهم ممبرانها، توانایی آن ها در کنترل سرعت نفوذ گونه های شیمیایی حین عبور از ممبران می باشد. ممبرانهای تیتانیایی بدلیل پایداری بالای تیتانیا در محیط های آبی و خاصیت فوتوکاتالیستی در فرآیندهای تصفیه آب ها و پساب ها از اهمیت خاصی برخوردار هستند. به منظور بهبود عملکرد ممبرانها در فرآیندهای تصفیه، شناخت و درک نقش خواص ...

2015
K.Ranjeeth Reddy

The main objective of this study was to develop mebeverine hydrochloride colon targeted drug delivery system using compression coating technique for effective treatment of irritable bowel syndrome. This work was mainly focused on the formulation & in-vitro evaluation of compression coated tablets of mebeverine hydrochloride with different pH dependent polymers like Eudragit L100-55, hydroxyprop...

Journal: :European journal of pharmaceutics and biopharmaceutics : official journal of Arbeitsgemeinschaft fur Pharmazeutische Verfahrenstechnik e.V 2010
Mikael Larsson Johan Hjärtstam Jolina Berndtsson Mats Stading Anette Larsson

The robustness of controlled release formulations when co-ingested with alcohol is a current concern expressed by regulatory authorities, especially with regard to dose dumping. One such controlled release formulation commonly used is film coating composed of ethyl cellulose (EC) and hydroxypropyl cellulose (HPC). The aim of this study was to investigate how the presence of ethanol in the disso...

2014
Y. Tanaka H. Ueyama M. Ogata T. Daikoku M. Morimoto A. Kitagawa Y. Imajo T. Tahara M. Inkyo N. Yamaguchi S. Nagata

In order to create Fe2O3 and Fe2O3·H2O nanoparticles, various polymers were used as dispersing agents, and the resulting effects on the dispersibility and nanoparticulation of the iron oxides were evaluated. It was revealed that not only the solution viscosity but also the molecular length of the polymers and the surface tension of the particles affected the dispersibility of Fe2O3 and Fe2O3·H2...

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

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

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