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

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

2017
Hong Li Xiutong Wang Qinyi Wei Baorong Hou

We report the preparation of TiO2 nanotubes coupled with a narrow bandgap semiconductor, i.e., Bi2S3, to improve the photocathodic protection property of TiO2 for metals under visible light. Bi2S3/TiO2 nanotube films were successfully synthesized using the successive ionic layer adsorption and reaction (SILAR) method. The morphology and structure of the composite films were studied by scanning ...

Journal: :Catalysis Science & Technology 2023

Correction for ‘CdS/TiO 2 nanostructures synthesized via the SILAR method enhanced photocatalytic glucose conversion and simultaneous hydrogen production under UV simulated solar irradiation’ by Kamonchanok Roongraung et al. , Catal. Sci. Technol. 2023, https://doi.org/10.1039/d3cy00225j.

2016
Zhengcao Li Shan Xiong Guojing Wang Zheng Xie Zhengjun Zhang

In order to obtain a better photocatalytic performance under visible light, Ag2S-coupled TiO2 nanorod arrays (NRAs) were prepared through the electron beam deposition with glancing angle deposition (GLAD) technique, annealing in air, followed by the successive ionic layer absorption and reaction (SILAR) method. The properties of the photoelectrochemical and photocatalytic degradation of methyl ...

Journal: :Material Science Research India 2008

Journal: :Gazi university journal of science part a:engineering and innovation 2022

In this study, ZnO thin films were grown by the Successive Ionic Layer Adsorption and Reaction (SILAR) method. The SILAR method is a chemical solution-based consisting of 4 steps: solution, hot water, air deionized water. Our main goal to examine changes in production changing water parameter from these steps. It widely known that synthesis methods their relative parameters have crucial effect ...

2013
Rui Tan Douglas A. Blom Shuguo Ma Andrew B. Greytak

We monitor effective band gap energy shifts and free reagent concentration during the formation of CdS shells on CdSe nanocrystals to test the hypothesis that alternating addition of stoichiometric doses of precursors can effectively saturate surface sites and thereby enforce conformal shell growth. The selective ionic layer addition and reaction (SILAR) mechanism has been proposed to describe ...

2016
Xin Gao Xiangxuan Liu Xuanjun Wang Zuoming Zhu Zheng Xie Jun Li

Photocatalysis technology could utilize solar energy to degrade many toxic pollutants and provides possibility to deal with unsymmetrical dimethylhydrazine (UDMH) wastewater with less energy consumption. In this study, well-aligned TiO2 nanorod arrays (TiO2 NRAs) were grown directly on transparent conductive glass (FTO) via a hydrothermal method, and TiO2 NRAs/CdS heterostructure films were pre...

Journal: :Journal of Materials Science: Materials in Electronics 2023

Abstract In the present study, cadmium sulphide (CdS) quantum dot-sensitized ZrO 2 photoanodes have been analysed by using facial and cost-effective method, popularly known as successive ionic layer adsorption reaction (SILAR), performed at 300 K. The presence of compact ZnS treatment as-prepared photoanode is studied in this article to improve solar cell parameters. X-ray diffraction peaks inf...

Journal: :Gümüşhane Üniversitesi Fen Bilimleri Enstitüsü Dergisi 2019

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

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

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