نتایج جستجو برای: modified microemulsion

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

2013
Yingnian Lu Kefeng Wu Li Li Yuhui He Liao Cui Nianci Liang Bozhong Mu

The objective of this study was to develop an oral microemulsion formulation of the antitumor diterpenoid agent, ent-11α-hydroxy-15-oxo-kaur-16-en-19-oic-acid (henceforth referred to as 5F), to enhance its bioavailability and evaluate its hepatotoxicity. Pseudoternary phase diagrams showed that the optimal microemulsion formulation contained 45% water, 10% castor oil as the oil phase, 15% Cremo...

2012

In this paper we investigate the receipt of cadmium sulfide nanoparticles in the microemulsion system stabilized by nonionic surfactants, and the effect of the volume of microemulsion droplets and supersaturation on the size of the particles formed CdS. The photoluminescence spectrum microemulsion system containing nanoparticles of CdS, is shifted to shorter wavelengths of the spectrum and the ...

Journal: :Physical review letters 2002
Vladimir K Vanag Irving R Epstein

The finite-wavelength instability gives rise to a new type of wave in reaction-diffusion systems: packet waves, which propagate only within a wave packet, are found in experiments on the Belousov-Zhabotinsky reaction dispersed in water-in-oil AOT microemulsion (BZ-AOT) as well as in model simulations. Inwardly moving packet waves with negative curvature occur in experiments and in a model of th...

2013
Shilin Ma Fen Chen Xiaohui Ye Yingjie Dong Yingna Xue Heming Xu Wenji Zhang Shuangshuang Song Li Ai Naixian Zhang Weisan Pan

The purpose of this study was to develop a docetaxel microemulsion containing an anti-tumor synergistic ingredient (Brucea javanica oil) and to investigate the characteristics of the microemulsion. Brucea javanica oil contains oleic acid and linoleic acids that have been shown by animal and human studies to inhibit tumor formation. The microemulsion containing Brucea javanica oil, medium-chain ...

2016
P. CHOUHAN

The objective of the present study was to design and develop a microemulsion based transungual drug delivery formulation of ciclopirox olamine using colloidal carrier for treatment of onychomycosis. Capmul PG8 was selected as oil phase due to the high solubility of ciclopirox in it as compared to other oils and Cremophor EL and Transcutol P were used as surfactant and cosurfactant respectively....

2010
Yong Ku Han Cheol Won Jeong Hyung Gon Lee

BACKGROUND Microemulsion propofol produces more frequent and severe pain upon injection than lipid emulsion propofol. This study examined the analgesic effect of lidocaine-premixed microemulsion propofol in patients pretreated with remifentanil. The induction of anesthesia with this combination was compared with microemulsion propofol accompanied with either remifentanil or lidocaine. METHODS...

2010
Insung Hwang Jung Il Noh Soon Im Kim Mun-Gyu Kim Sun-Young Park Sang Ho Kim Si Young Ok

BACKGROUND Aquafol, a microemulsion propofol, causes more severe and frequent pain on injection than propofol. The purpose of this study was to compare a combination of lidocaine and ketamine on aquafol-induced pain with lidocaine or ketamine alone during the induction of anesthesia. METHODS In this prospective, randomized, double-blinded study, 130 healthy patients who were undergoing electi...

2013
Seyed Alireza Mortazavi Sanaz Pishrochi Zahra Jafari azar

In this study, tretinoin microemulsion has been formulated based on phase diagram studies by changing the amounts and proportions of inactive ingredients, such as surfactants, co-surfactants and oils. The effects of these variables have been determined on microemulsion formation, particle size of the dispersed phase and release profile of tretinoin from microemulsion through dialysis membrane. ...

Journal: :Chemical & pharmaceutical bulletin 2010
Shuji Kitagawa Kana Inoue Reiko Teraoka Shin-ya Morita

To improve the efficiency of the intradermal delivery of genistein and other two isoflavones (daidzein and biochanin A), we tried to clarify the usefulness of microemulsion by in vitro study on excised guinea pig dorsal skin and Yucatan micropig skin. Using microemulsion consisting of isopropyl myristate (IPM), 150 mM NaCl solution, Tween 80 and ethanol as a vehicle, the solubility of all the i...

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

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

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