نتایج جستجو برای: controllable synthesis

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

2017
Linxian Li Mark Schmitt Alexandra Matzke‐Ogi Parvesh Wadhwani Veronique Orian‐Rousseau Pavel A. Levkin

CD44v6 peptide functionalized nanoparticles are fabricated in a facile and controllable way to selectively bind to CD44v6 positive tumor cells with highly efficient anticancer and antimetastatic properties. The reported modular synthesis and facile preparation makes this system highly potent for developing novel multifunctional nanocarriers for therapeutic and/or diagnostic anticancer applicati...

2015
Nicole Kretschy Ann-Katrin Holik Veronika Somoza Klaus-Peter Stengele Mark M Somoza

Light as an external trigger is a valuable and easily controllable tool for directing chemical reactions with high spatial and temporal accuracy. Two o-nitrobenzyl derivatives, benzoyl- and thiophenyl-NPPOC, undergo photo-deprotection with significantly improved efficiency over that of the commonly used NPPOC group. The two- and twelvefold increase in photo-deprotection efficiency was proven us...

Journal: :iranian journal of pharmaceutical sciences 0
saheb ali manafi materials engineering department, islamic azad university, shahrood branch, shahrood, iran sedigheh joughehdoust materials engineering department, islamic azad university, shahrood branch, shahrood, iran

in this investigation, hydroxyapatite (hap) nanostructure with uniform morphologies, controllable size, nano-dispersion and narrow-size distribution in diameter has been synthesized successfully by low-temperature hydrothermal process, and the as-synthesized powders were characterized by energy-dispersive x-ray spectroscopy, scanning electron microscopy, high-resolution transmission electron mi...

Journal: :Chemical communications 2008
Jian Zhang Xianhui Bu

Three homochiral cadmium camphorates have been prepared through temperature-dependent synthesis; they form 3D homochiral networks without the crosslinking or pillaring functions of auxiliary neutral bipyridines and exhibit various degrees of charge separation associated with the degree of hydration and controllable by temperature.

Journal: :Dalton transactions 2015
Hang-Qing Chen Xin He Hui Guo Nan-Yan Fu Liang Zhao

We report herein the synthesis of two different silver clusters of aryl- and alkyl-thiolates. These two cluster complexes exhibited biased C-S bond cleavage reaction rates upon removing protective hexamethylazacalix[6]pyridine (Py[6]) ligands, which was applied in the fabrication of silver sulfide nanoclusters with variable and controllable sizes.

2008
Y Fu ZD Wei MB Ji L Li PK Shen J Zhang

Nanoscale cerium dioxides with shape of nanoparticles, nanorods, and nanotubes were electrochemically synthesized. The morphology of CeO2 was modulated by changing electrode potential and potential direction. CeO2 nanorods and CeO2 nanotubes were synthesized via the potentiostatic and cyclic voltammeteric methods, respectively. The morphology and structure of the obtained CeO2 were characterize...

2010
unping Zhang Jerrold E. Kielbasa David L. Carroll

Porous alumina templates (AAO) has attracted significant interest due to the fact that they are readily fabricated through a simple procedure and are extremely popular templates in nanoscience studies. In this paper, the effects of different pore-widening treatments on the pore quality of the AAO templates were investigated. Results show that, through a highly controllable chemical pore-widenin...

2015
Kevin El Haddad Hüseyin Çakmak Stéphane Dupont Thierry Dutoit

This work exposes some observations on "shaking vowels". These vowels containing a tremolo-like sound are present in amused speech. Some of the temporal and spectral patterns are exposed and observations are given concerning them. This work is a preliminary step towards being able to use these "shaking vowels" along with speech-smiles, speechlaughs and laughter to control the degree of amusemen...

1999
Ashish Pattekar Ashish V. Pattekar

The last few decades have seen considerable research into the synthesis of optimal heat exchanger networks (HENs). Process integration has paved the way for designs that are optimal from the point of view of energy recovery. Subsequent optimization of net exchanger area in such designs results in a network that is optimal from the point of view of utility consumption and exchanger area. Of late...

2004
Jianhui Zhang Zuo Chen Zhenlin Wang Naiben Ming

Rod-like and spheric mercury sulfide (HgS) microcrystallites with hexagonal and cubic structure have been synthesized at room temperature by treating HgO with sulfur in ethylenediamine (en). Real time monitoring of both the UV–vis absorption spectrum and Raman spectrum during the dissolution process of sulfur in en solvent have been exploited for the first time to explore the underlying reactio...

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

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

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