نتایج جستجو برای: cobalt doped zno

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

Journal: :Journal of the Royal Society, Interface 2016
Jinhua Li Nicolas Menguy Marie-Anne Arrio Philippe Sainctavit Amélie Juhin Yinzhao Wang Haitao Chen Oana Bunau Edwige Otero Philippe Ohresser Yongxin Pan

The biomineralization of magnetite nanocrystals (called magnetosomes) by magnetotactic bacteria (MTB) has attracted intense interest in biology, geology and materials science due to the precise morphology of the particles, the chain-like assembly and their unique magnetic properties. Great efforts have been recently made in producing transition metal-doped magnetosomes with modified magnetic pr...

2012
Chang Oh Kim Dong Hee Shin Sung Kim Suk-Ho Choi K. Belay R. G. Elliman

Related Articles Enhancement of the photoelectrochemical properties of Cl-doped ZnO nanowires by tuning their coaxial doping profile Appl. Phys. Lett. 99, 262102 (2011) Doping profile of InP nanowires directly imaged by photoemission electron microscopy Appl. Phys. Lett. 99, 233113 (2011) Hafnium-doped GaN with n-type electrical resistivity in the 104cm range Appl. Phys. Lett. 99, 202113 (2011)...

2012
Mohammed Benali Kanoun Souraya Goumri-Said Udo Schwingenschlögl Aurélien Manchon

We investigate the zinc vacancy effects on the electronic structures and magnetic properties of Sc-doped ZnO, by performing first-principles calculations within both GGA + U and Heyd–Scuseria–Ernzerhof hybrid functional methods. We find that Sc impurities stabilize considerably Zn vacancies. The electronic and magnetic analysis shows a half metallic ferromagnetic character with a total magnetic...

Journal: :Nano letters 2006
John V Foreman Jianye Li Hongying Peng Soojeong Choi Henry O Everitt Jie Liu

Sulfur-doped zinc oxide (ZnO) nanowires grown on gold-coated silicon substrates inside a horizontal tube furnace exhibit remarkably strong visible wavelength emission with a quantum efficiency of 30%, an integrated intensity 1600 times stronger than band edge ultraviolet emission, and a spectral distribution that closely matches the dark-adapted human eye response. By comparatively studying sul...

Journal: :The Journal of chemical physics 2011
Zhenxiang Dai Argo Nurbawono Aihua Zhang Miao Zhou Yuan Ping Feng Ghim Wei Ho Chun Zhang

Electronic structures, magnetic properties, and spin-dependent electron transport characteristics of C-doped ZnO nanowires have been investigated via first-principles method based on density functional theory and nonequilibrium techniques of Green's functions. Our calculations show that the doping of carbon atoms in a ZnO nanowire could induce strong magnetic moments in the wire, and the electr...

2014
I Z. C. Chang S. C. Liang

RF magnetron sputtering is used on the ceramic targets, each of which contains zinc oxide (ZnO), zinc oxide doped with aluminum (AZO) and zinc oxide doped with gallium (GZO). The electric conduction mechanism of the AZO and GZO films came mainly from the Al and Ga, the oxygen vacancies, Zn interstitial atoms, and Al and/or Ga interstitial atoms. AZO and GZO films achieved higher conduction than...

Journal: :Langmuir : the ACS journal of surfaces and colloids 2015
Jeremiah C Beam Gabriel LeBlanc Evan A Gizzie Borislav L Ivanov David R Needell Melinda J Shearer G Kane Jennings Charles M Lukehart David E Cliffel

The interface between photoactive biological materials with two distinct semiconducting electrodes is challenging both to develop and analyze. Building off of our previous work using films of photosystem I (PSI) on p-doped silicon, we have deposited a crystalline zinc oxide (ZnO) anode using confined-plume chemical deposition (CPCD). We demonstrate the ability of CPCD to deposit crystalline ZnO...

2013
Dewei Chu Sean Li

In this work, pure and different metal ions doped ZnO thin films were obtained by a facile electrochemical deposition process. Different morphologies of ZnO, such as nanoplates, nanoparticles, as well as dense film can be obtained by doping Cu, In, and Al, respectively. Besides, the electrical properties of ZnO were also dependent on the doping ions. In this work, only pure ZnO shows resistive ...

2009
Sudhakar Shet Kwang-Soon Ahn Heli Wang Yanfa Yan John Turner

ZnO thin films with significantly reduced band gaps were synthesized by doping N and codoping Al and N at 100 C. All the films were synthesized by radiofrequency magnetron sputtering on F-doped tin-oxide-coated glass. We found that codoped ZnO: (Al,N) thin films exhibited significantly enhanced crystallinity compared with ZnO doped solely with N, ZnO:N, at the same growth conditions. Furthermor...

2012
R. Viswanatha T. G. Venkatesh C. C. Vidyasagar Y. Arthoba Nayaka

ZnO is one of the most promising materials since it has a high mechanical and thermal stability, and wide band gap (3.37 eV). Meanwhile, doping with selective elements offers an effective method to enhance and control the electrical and optical properties of ZnO nanostructures, which is crucial for its practical applications. Mg-doped ZnO have considerable interests owing to their unique optica...

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

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

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