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

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

Kannaiyan Sathish Kumar, Vasudevan Jaikumar

The present study is aimed at the overall improvement in the efficacy, reduced toxicity and enhancement of therapeutic index of cisplatin. Nanocapsules of cisplatin containing ethylcellulose have been prepared using solvent evaporation technique under ambient conditions. The prepared nanocapsules were used for controlled drug release of anticancer agents with gold and iron oxide nanoparticles. ...

Journal: :Chemical communications 2010
Yihua Yin Sha Xu Dan Chang Hua Zheng Junli Li Xiaoping Liu Peihu Xu Fuliang Xiong

Biopolymeric hollow nanospheres with stabilized structure have been prepared by self-assembly of amphiphatic photocrosslinkable carboxymethyl chitosans in a water medium into hollow nanocapsules and subsequent in situ photo-crosslinking of the photoreactive functional groups in the shells of the nanocapsules.

2014
Sharmila Pejawar-Gaddy James M. Kovacs Dan H. Barouch Bing Chen Darrell J. Irvine

Immunization strategies that elicit antibodies capable of neutralizing diverse virus strains will likely be an important part of a successful vaccine against HIV. However, strategies to promote robust humoral responses against the native intact HIV envelope trimer structure are lacking. We recently developed chemically cross-linked lipid nanocapsules as carriers of molecular adjuvants and encap...

2017
Qian Yang Chuang Zhao Jun Zhao Yong Ye

Cobra neurotoxin (CNT), a peptide isolated from snake venom of Naja naja atra, shows central analgesic effects in our previous research. In order to help CNT pass through blood-brain barrier (BBB) and improve its central analgesic effects, a new kind of CNT nanocapsules were prepared by double emulsification with soybean lecithin and cholesterol as the shell, and pheophorbide as the photosensit...

Journal: :Artificial cells, blood substitutes, and immobilization biotechnology 2003
Thomas M S Chang Douglas Powanda W P Yu

We have recently reported our study on novel nano-dimension red blood cell (rbc) substitute based on ultrathin PEG-PLA membrane nanocapsules (80-150 nanometer diameter) containing hemoglobin (Hb) and enzymes. These have a markedly increased the circulation half-times as compared to our earlier PLA membrane nanocapsules. In the present study to be reported here, instead of looking at this from a...

Journal: :Chemical communications 2011
Koichiro Hayashi Michihiro Nakamura Kazunori Ishimura

This communication describes in situ synthesis of thiocyanato-functionalized organosilica nanocapsules by a sol-gel reaction using 3-thiocyanatopropyltriethoxysilane as a precursor. Moreover, the nanocapsules are photoresponsive and burst under light irradiation, resulting in release of the encapsulated drug or dye.

2013
Akbar Esmaeili Soraya Rahnamoun Fariba Sharifnia

BACKGROUND Nanocapsules have many applications in the drug, cosmetic, fragrance, and food industries. In this study, Crataegus azarolus L. nanocapsules were prepared by a modified emulsion diffusion technique. METHODS In this technique a shell was first made from the polyester triblock copolymer poly(ethylene glycol)-poly(butylene adipate)-poly(ethylene glycol) (PEG-PBA-PEG) and then olive oi...

Journal: :Oligonucleotides 2006
Nedjma Toub Jean-Rémi Bertrand Claude Malvy Elias Fattal Patrick Couvreur

The cytogenetic abnormality of Ewing's sarcoma is related to the presence of a balanced t(11;22) translocation expressing the EWS-Fli1 chimeric fusion protein. Oligonucleotides (ODNs) are specific compounds that inhibit gene expression at the transcriptional level. They possess a poor bioavailability and are degraded by nucleases very rapidly. Therefore, there is a strong need for the developme...

Journal: :Planta medica 2017
Edgar Marin Maria Isabel Briceño Alicia Torres Catherina Caballero-George

The medicinal applications of curcumin, the major component of Curcuma longa, are limited by its poor solubility and low oral bioavailability. In order to overcome this limitation, a method to produce nanocapsules of chitosan loaded with curcumin was developed. Three different molecular weight and deacetylation degree chitosan polymers were used in the formulation in order to prepare curcumin-l...

Introduction: Ginger is a plant that is used as a drug for pain relieving and anti-inflammatory in traditional medicine, but conventional prescribing of it faces serious challenges. One way to overcome these problems is the loading of ginger extract in polymer carriers. The aim of this study was characterization and evaluation of the loading and releasing of ginger extract from hyaluronic acid ...

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

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

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