نتایج جستجو برای: al2o3 nps

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

2017
Yeshui Zhang Yongwen Tao Jun Huang Paul Williams

The influence of catalyst support alumina-silica in terms of different Al2O3 to SiO2 mole ratios containing 20 wt.% Ni on the production of hydrogen and catalyst coke formation from the pyrolysis-catalysis of waste tyres is reported. A two-stage reactor system was used with pyrolysis of the tyres followed by catalytic reaction. There was only a small difference in the total gas yield and hydrog...

2015
A. SAWKA

These are model studies whose aim is to obtain information that would allow development of new technology for synthesizing monolayers of Al2O3-C with adjusted microstructure on cemented carbides. The Al2O3-C layer will constitute an intermediate layer on which the outer layer of Al2O3 without carbon is synthesized. The purpose of the intermediate layer is to block the cobalt diffusion to the sy...

Journal: :physiology and pharmacology 0
mahboobeh malakoutikhah department of physiology, faculty of medical sciences, tarbiat modares university, tehran, iran leila satarian department of stem cells and developmental biology, cell science research center, royan institute for stem cell biology and technology, acecr, tehran, iran sahar kiani department of stem cells and developmental biology, cell science research center, royan institute for stem cell biology and technology, acecr, tehran, iran mohammad javan department of physiology, faculty of medical sciences, tarbiat modares university, tehran, iran

in addition to its antioxidant effect, vitamin e or α–tocopherol is suggested to enhance remyelination in the animal model of non-inflammatory demyelination. in this study, the possible proliferative effect of vitamin e on human- induced pluripotent stem cell-derived neural progenitors (hips-nps) and the underlying mechanisms were investigated in vitro. nps were induced from ips cells via 3 ste...

2017
Huoli Zhang Youchao Wang Yan Wang Jianliang Cao Peng Kang Qingjie Tang Mingjie Ma Cláudia Gomes Silva

Pd nanoparticles (PdNPs) stabilized by methyl cellulose (MC) were synthesized in an aqueous solution, which are monodispersed nanoparticles. PdNPs/α-Al2O3 catalyst was prepared with monodispersed PdNPs and showed better catalytic performance than Pd/α-Al2O3 catalyst prepared by the incipient wetness impregnation method using Pd(NO3)2 as a precursor. The catalysts were characterized by transmiss...

2010
S. W. Smith K. G. McAuliffe J. F. Conley

Al2O3–Ta2O5 nanolaminate films were prepared via atomic layer deposition (ALD) on silicon with a single overall composition and thickness, but with a varying number of Al2O3/Ta2O5 bilayers. The composition of the films was roughly 57% Al2O3 and 43% Ta2O5 and the total film thickness was held at 58 nm, while the number of bilayers was varied from 3 to 192 by changing the target bilayer thickness...

2012
Yu-Jeong Lim Yu-Ha An Nam-Ju Jo

In a common salt-in-polymer electrolyte, a polymer which has polar groups in the molecular chain is necessary because the polar groups dissolve lithium salt and coordinate cations. Based on the above point of view, polystyrene [PS] that has nonpolar groups is not suitable for the polymer matrix. However, in this PS-based composite polymer-in-salt system, the transport of cations is not by segme...

Journal: :Dalton transactions 2013
Shinji Tanaka Naoto Nagata Naoki Tagawa Hirohito Hirata Shin-ichi Matsumoto Hayato Tsurugi Kazushi Mashima

Tetraplatinum cluster complexes bearing hydrophilic anchors, [Pt4(μ-OCOCH3)4(μ-OCOC6H4OH-4)4] (2a), [Pt4(μ-OCOCH3)4(μ-OCOC6H4B(OH)2-4)4] (2b), and [Pt4(μ-OCOCH3)4(μ-OCOC6H4NH2-4)4] (2c), were successfully prepared by a selective substitution reaction of four in-plane acetates of [Pt4(μ-OCOCH3)8] (1) with the corresponding p-substituted benzoic acids. Solid-state structure determination of 2a re...

2003
Arvind Agarwal Tim McKechnie

The plasma spray technique has been used by several researchers to deposit nanostructured ceramic coatings, but there is no available literature discussing how to fabricate a bulk, freestanding nanostructured component by such a technique. In the current study, net shape nanostructured Al2O3 structures have been fabricated using the plasma spray technique. A detailed characterization of the spr...

2014
Wei Zhou Xiaochuan Dai Tian-Ming Fu Chong Xie Jia Liu Charles M. Lieber

Nanowire nanoelectronic devices have been exploited as highly sensitive subcellular resolution detectors for recording extracellular and intracellular signals from cells, as well as from natural and engineered/cyborg tissues, and in this capacity open many opportunities for fundamental biological research and biomedical applications. Here we demonstrate the capability to take full advantage of ...

2009
Y. Ueki

Development of effective electrical magnetohydrodynamic (MHD) coating insulating induced current path is one of key fusion technologies for fusion blanket research and development. Electrical insulation coating is extremely important for lead lithium (PbLi) MHD thermofluid study from pointview of secure electric insulating wall condition. The alumina (Al2O3) coatings fabricated by a sol-gel met...

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

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

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