نتایج جستجو برای: release efficiency

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

Dushyant Shah Yagnesh Bhatt,

       The purpose of this study was to investigate the effect of additives, poly(ethylene glycol) (PEG) 1450, poloxamer 407, polyvinyl alcohol (PVA) and sodium chloride in order to improve physico-chemical characteristics, encapsulation efficiency and in vitro release of bovine serum albumin, form poly(D,L-lactic-co-glycolic acid) (PLGA) microparticles prepared by the w/o/w solvent evaporation...

Bahman Khameneh Maryam Mohajer Mohsen Tafaghodi,

  Objective(s): The purpose of this study was preparation and evaluation of PLGA nanospheres containing the influenza virus and different adjuvants, Quillaja saponin (QS) and CpG-ODN.   Materials and Methods: Nanospheres were prepared using the double emulsion-solvent evaporation method. The morphological and physicochemical properties were studied by scanning electron microscopy...

Vitamin E (α-tocopherol) is a natural antioxidant very useful for preventing the harmful effects of UV sun rays as skin aging and cancers. In this study, different MLV formulations were made using egg lecithin and varying molar ratios of α-tocopherol and/or cholesterol, and their encapsulation efficiencies were determined. The best liposomal product was incorporated into a carbomer 980 gel. The...

Journal: :iranian journal of pharmaceutical research 0
mr avadi ah ghassemi am sadeghi m erfan a akbarzadeh m rafiee-tehrani

chitosan with excellent biodegradable and biocompatible characteristics has received attention as an oral drug delivery vehicle for controlled-release formulations. in this study an enteric-coated capsule containing theophylline-chitosan beads based on 23 factorial designs was prepared as a colon drug delivery system. the theophylline-chitosan gel beads were formulated by adding the drug-contai...

H Tabandeh R Aboofazelia Z Ghasemi

Combination formulations of liposomes with collagen have been previously introduced as a means of obtaining more stable and less permeable liposomes. In this study, the effect of aqueous solutions of the collagen products COLLAPUR? (COL) and COLLAPURON-DAK? (COLD) from Henkle Co., on the release rate of sodium chromate (CHR) as a water-soluble model drug from stable plurilamellar vesicles (SPLV...

Bolai Paul, Mohd Javed Qureshi Senthil Adimoolam

Amoxicillin (α-amino-p-hydroxybenzyl-penicillin) is a semi-synthetic, orally absorbed and widely prescribed β-lactam antibiotic. It is now widely used for eradication of gastric Helicobacter pylori infection combined with a second antibiotic and an acid‐suppressing agent despite its short elimination half-life of one hour. The purpose of this study was to develop and evaluate amoxicillin loaded...

Journal: :the iranian journal of pharmaceutical research 0
badir delf loveymi faculty of pharmacy, tabriz university of medical sciences, tabriz, iran. biotechnology research center, tabriz university of medical sciences, tabriz, iran. parvin zakeri-milani faculty of pharmacy, tabriz university of medical sciences, tabriz, iran. liver and gastrointestinal diseases research center, tabriz university of medical sciences, tabriz, iran. hadi valizadeh faculty of pharmacy, tabriz university of medical sciences, tabriz, iran. research center for pharmaceutical nanotechnology, tabriz university of medical sciences, tabriz, iran.

a box-behnken design with three replicates was used for preparation and evaluation of eudragit vancomycin (vcm) nanoparticles prepared by double emulsion. the purpose of this work was to optimize vcm nanoparticles to improve the physicochemical properties. nanoparticles were formed by using w1/o/w2 double-emulsion solvent evaporation method using eudragit rs as a retardant material. full factor...

H Tabandeh R Aboofazelia Z Ghasemi

Combination formulations of liposomes with collagen have been previously introduced as a means of obtaining more stable and less permeable liposomes. In this study, the effect of aqueous solutions of the collagen products COLLAPUR? (COL) and COLLAPURON-DAK? (COLD) from Henkle Co., on the release rate of sodium chromate (CHR) as a water-soluble model drug from stable plurilamellar vesicles (SPLV...

A Pardakhty F Hassanzadeh P Khazaeli

Microencapsulation has become a common technique in the production of controlled release dosage forms. Many results have been reported, concerning the use of alginate beads as controlled release drug formulations. Alginate has a unique gel-forming property in the presence of multivalent cations, in an aqueous medium. Ibuprofen is an excellent analgesic and antipyretic, non-steroidal anti-inflam...

Journal: :Nuclear Instruments and Methods in Physics Research Section B: Beam Interactions with Materials and Atoms 2008

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

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

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