نتایج جستجو برای: zno nanostructures

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

2015

Zinc oxide (ZnO) is one of the light in ultraviolet (UV) region. In addition, ZnO nano attracting increasing research interest as buildin optoelectronic applications. We have succeede vertically-aligned ZnO nanostructures by laser inter which is catalyst-free and non-contact techniq vertically-aligned ZnO nanowall arrays were two-beam interference. The maximum height and a the ZnO nanowalls wer...

In this paper an ultraviolet (UV) photodetector has been fabricated using ZnO nanostructures. The cheap fabrication process, high-quality nanostructures and the desired results for the photodetector are the most important characteristics of the proposed method. ZnO nanostructures have been grown using sol-gel method. In order to increase the sensitivity, calcium impurities have been added to na...

A. S. Shahvelayati M. Sabbaghan S. E. Bashtani

ZnO nanostructures have been synthesized by a simple reflux method, using different ionic liquids, such as 1-benzyl-3-methylimidazolium bromide ([BzMIM][Br]), 1,1'-(1,4 phenylenebis (methylene)) bis (3-methyl-1H-imidazol-3-ium) bromide ([MM-1,4-DBzIM2][Br]2) and 1-phenacyl-3-methylimidazolium bromide ([PMIM][Br]), with different amount of sodium hydroxide in water. Als...

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 2016
reza shabannia mahdi ghasemtabar

self-assembly of densely packed zno nanorods were grown on porous silicon (ps) substrate by low-temperature chemical bath deposition. the structural and optical properties of the obtained zno nanostructures on ps substrate were systematically studied. the strong and sharp (002) peak compared with other peaks in the x-ray diffraction (xrd) indicated thatzno nanorods formed with superior orientat...

2014
Yuan-Chang Liang Tzu-Yin Lin

Well-crystalline one-dimensional ZnO-Zn2GeO4 (ZGO) heterostructures were successfully synthesized using a high-temperature solid-state reaction between the ZnO and Ge layers of ZnO-Ge core-shell nanostructures. The polycrystalline ZGO crystallites had a thickness in the range of 17 to 26 nm. The high-temperature solid-state reaction induced grooves and crystal defects on the surfaces of the ZGO...

2012
Jen-Cheng Wang Fang-Ching Cheng Yu-Ting Liang Hung-Ing Chen Chung-Yuan Tsai Chia-Hui Fang Tzer-En Nee

In recent years, zinc oxide (ZnO) has become one of the most popular research materials due to its unique properties and various applications. ZnO is an intrinsic semiconductor, with a wide bandgap (3.37 eV) and large exciton binding energy (60 meV) making it suitable for many optical applications. In this experiment, the simple hydrothermal method is used to grow indium-doped ZnO nanostructure...

2015
Zhuo Zhang Mingi Choi Minki Baek Kijung Yong

A novel route called thermal replacement reaction was demonstrated for synthesizing eco-friendly ZnO@γ-In2Se3 hetero-structural nanowires on FTO glass by replacing the element cadmium with indium for the first time. The indium layer was coated on the surface of the ZnO nanowires beforehand, then CdSe quantum dots were deposited onto the coated indium layer, and finally the CdSe quantum dots wer...

2011
Megan Marie Brewster Silvija Gradečak Thomas Lord Christopher A. Schuh

Semiconductor nanostructures exhibit distinct properties by virtue of nano-scale dimensionality, allowing for investigations of fundamental physics and the improvement of optoelectronic devices. Nanoscale morphological variations can drastically affect overall nanostructure properties because the investigation of nanostructure assemblies convolves nanoscale fluctuations to produce an averaged r...

Journal: :Physical chemistry chemical physics : PCCP 2014
Yusuf V Kaneti Zhengjie Zhang Jeffrey Yue Quadir M D Zakaria Chuyang Chen Xuchuan Jiang Aibing Yu

The sensitivity of a metal oxide gas sensor is strongly dependent on the nature of the crystal surface exposed to the gas species. In this study, two types of zinc oxide (ZnO) nanostructures: nanoplates and nanorods with exposed (0001) and (10̄10) crystal surfaces, respectively, were synthesized through facile solvothermal methods. The gas-sensing results show that sensitivity of the ZnO nanopla...

Journal: :ACS applied materials & interfaces 2014
Firat Güder Elias Frei Umut M Kücükbayrak Andreas Menzel Ralf Thomann Roman Luptak Bernd Hollaender Ingo Krossing Margit Zacharias

Catalytically synthesized methanol from H2 and CO2 using porous Cu/ZnO aggregates is a promising, carbon neutral, and renewable alternative to replace fossil fuel based transport fuels. However, the absence of surface-engineered model systems to understand and improve the industrial Cu/ZnO catalyst poses a big technological gap in efforts to increase industrial methanol conversion efficiency. I...

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

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

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