نتایج جستجو برای: in situ impregnation

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

2007
Min Jang Eun Woo Shin Jae Kwang Park

The highly ordered mesoporous silica SBA-15 was successfully synthesized and incorporated with iron, aluminum, and zinc oxides by use of an incipient wetness impregnation technique. Aluminum 10% impregnation was safely incorporated by an incipient wetness impregnation technique for SBA-15, which had 638.75 m/g of BET surface area and 48 Å of pore diameter, without producing clogging of pore str...

Journal: :international journal of environmental research 0

active carbons were produced from bagasse, millet and sorghum straws by chemical activation with h3po4. carbon precursors with particle size of 1180 î¼m were used, in order to overcome difficulties caused by low density and high ash content. the influence of preparation conditions (temperature, residence time, and acid impregnation ratio) on the yield of the active carbons was examined. the imp...

Journal: :ALTEX 2018
Jorid B Sørli Yishi Huang Emilie Da Silva Jitka S Hansen Yi Y Zuo Marie Frederiksen Asger W Nørgaard Niels E Ebbehøj Søren T Larsen Karin S Hougaard

Private consumers and professionals may experience acute inhalation toxicity after inhaling aerosolized impregnation products. The distinction between toxic and non-toxic products is difficult to make for producers and product users alike, as there is no clearly described relationship between the chemical composition of the products and induction of toxicity. The currently accepted method for d...

2017
Kosuke Onishi Toshio Iwata Shinjiro Miyake Takero Otsuka So Koizumi Akira Kawata Osamu Takahashi Toshitsugu Kawata

The purpose of this study was to investigate if it was possible to strengthen a tooth for autologous tooth crown transplant by using the resin impregnation method already used for industrial purposes. Eightyfour upper first premolar tooth crowns were divided into three groups (n=28 each) to be kept either wet, dry for one day, or dry for one week. In addition, within each group, the teeth were ...

Journal: :Journal of Neuroscience Methods 2016
Zubeyde Bayram-Weston Elliott Olsen David J. Harrison Stephen B. Dunnett Simon P. Brooks

BACKGROUND The Golgi-Cox stain is an established method for characterising neuron cell morphology. The method highlights neurite processes of stained cells allowing the complexity of dendritic branching to be measured. NEW METHODS Conventional rapid Golgi and Golgi-Cox methods all require fresh impregnation in unfixed brain blocks. Here, we describe a modified method that gives high quality s...

2016
Andrea Álvarez Miguel Ángel Centeno José Antonio Odriozola

Biogas is one of the main biomass-energy resources. Its use for syngas production with a H2/CO ratio close to 2 would have huge environmental, social and economic impact in the actual energetic scenario. However, the use of dry reforming, where the two main components are transformed into syngas, does not allow the desired H2/CO ratio. For this reason, the addition of water is proposed. The pro...

2015
Megha R. Banjara Axel Kroeger Mamun M. Huda Vijay Kumar Chitra K. Gurung Murari L. Das Suman Rijal Pradeep Das Dinesh Mondal

BACKGROUND We assessed the feasibility and results of active case detection (ACD) of visceral leishmaniasis (VL), post kala-azar dermal leishmaniasis (PKDL) and other febrile diseases as well as of bednet impregnation for vector control. METHODS Fever camps were organized and analyzed in twelve VL endemic villages in Bangladesh, India, and Nepal. VL, PKDL, tuberculosis, malaria and leprosy we...

2012
Thomas Gamse Rolf Marr Christian Wolf Klaus Lederer

Modern hip and knee endoprosthesis are produced in titanium and to reduce the friction at the contact area polymer parts, mainly ultra-high molecular weight polyethylene (UHMW-PE), are installed. The polyethylene is impregnated with αtocopherol (vitamin E) before processing for remarkable decrease of oxidative degradation. Cross linked UHMW-PE offers much higher stability, but α-tocopherol cann...

Journal: :Journal of Photochemistry and Photobiology A-chemistry 2022

The influence of adding strontium to Cu-doped TiO2 nanotubes on the photocatalytic performance resulting materials was herein studied considering changes in structural, textural, optical and morphological properties. Addition performed a 0.2–1.0 wt% range while an optimized fixed Cu loading 0.5 used. were obtained using alkaline hydrothermal treatment P25 followed by calcination at 400 °C. TiNT...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2008
Ilkeun Lee Ricardo Morales Manuel A Albiter Francisco Zaera

Colloidal and sol-gel procedures have been used to prepare heterogeneous catalysts consisting of platinum metal particles with narrow size distributions and well defined shapes dispersed on high-surface-area silica supports. The overall procedure was developed in three stages. First, tetrahedral and cubic colloidal metal particles were prepared in solution by using a procedure derived from that...

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

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

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