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

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

Journal: :Applied and environmental microbiology 2013
Jingrang Lu Ian Struewing Helen Y Buse Jiahui Kou Howard A Shuman Sébastien P Faucher Nicholas J Ashbolt

Copper ions are an effective antimicrobial agent used to control Legionnaires' disease and Pontiac fever arising from institutional drinking water systems. Here, we present data on an alternative bactericidal agent, copper oxide nanoparticles (CuO-NPs), and its efficacy on Legionella pneumophila. In broth cultures, the CuO-NPs caused growth inhibition, which appeared to be concentration and exp...

2016
Sadaf Anwaar Qaisar Maqbool Nyla Jabeen Mudassar Nazar Fazal Abbas Bushra Nawaz Talib Hussain Syed Z. Hussain

In this study, we have investigated the effect of copper oxide nanoparticles (CuO-NPs) on callogenesis and regeneration of Oryza sativa L (Super Basmati, Basmati 2000, Basmati 370, and Basmati 385). In this regard, CuO-NPs have been bio-synthesized via Azadirachta indica leaf extract. Scanning electron microscope (SEM) analysis depicts average particle size of 40 ± 5 nm with highly homogenous a...

2012
Ameer Azam Arham S Ahmed M Oves MS Khan Adnan Memic

BACKGROUND CuO is one of the most important transition metal oxides due to its captivating properties. It is used in various technological applications such as high critical temperature superconductors, gas sensors, in photoconductive applications, and so on. Recently, it has been used as an antimicrobial agent against various bacterial species. Here we synthesized different sized CuO nanoparti...

2016
Sadia Saif Arifa Tahir Tayyaba Asim Yongsheng Chen

Research on green production methods for metal oxide nanoparticles (NPs) is growing, with the objective to overcome the potential hazards of these chemicals for a safer environment. In this study, facile, ecofriendly synthesis of copper oxide (CuO) nanoparticles was successfully achieved using aqueous extract of Pterospermum acerifolium leaves. P. acerifolium-fabricated CuO nanoparticles were f...

Journal: :Physical review letters 2014
S Moser L Moreschini H-Y Yang D Innocenti F Fuchs N H Hansen Y J Chang K S Kim A L Walter A Bostwick E Rotenberg F Mila M Grioni

We investigate by angle-resolved photoemission the electronic structure of in situ grown tetragonal CuO, a synthetic quasi-two-dimensional edge-sharing cuprate. We show that, in spite of the very different nature of the copper oxide layers, with twice as many Cu in the CuO layers of tetragonal CuO as compared to the CuO(2) layers of the high-T(c) cuprates, the low-energy electronic excitations ...

Journal: :ACS applied materials & interfaces 2010
A Torres C Ruales C Pulgarin A Aimable P Bowen V Sarria J Kiwi

This study presents the first report on enhanced bacterial inactivation of E. coli by RF-plasma pretreated cotton with high-surface-area CuO powders compared with nonpretreated cotton textiles. The high-surface-area CuO (65 m/g) powder was fully characterized. The E. coli inactivation proceeded in the dark and was accelerated under visible and sunlight irradiation even at very low levels of vis...

2012
K. Kannaki P. S. Ramesh D. Geetha

The CuO nano particles were synthesized from copper sulfate pentahydrate aqueous solution under the low hydrothermal condition at 80°C.The average crystallite size was calculated from De-Bye Scherrer’s equation. SEM/EDS,XRD were used to characterize the structure features of the product. FTIR spectra confirmed the adsorption of ammonia on the surface of the CuO nanoparticles. In addition, UV-vi...

Journal: :Nanotechnology 2011
J X Wang X W Sun Y Yang K K A Kyaw X Y Huang J Z Yin J Wei H V Demir

A modified hydrothermal method was developed to synthesize ZnO-CuO composite nanostructures. A free-standing film made of ZnO-CuO nanostructures was assembled on the surface of the hydrothermal solution with a smooth surface on one side and a spherical surface on the other side. The structure, growth mechanism and the optical properties of the composite nanostructures were studied. Structural c...

Journal: :Physical chemistry chemical physics : PCCP 2014
Paweł Tecmer Katharina Boguslawski Örs Legeza Markus Reiher

The accurate description of the complexation of the CUO molecule by Ne and Ar noble gas matrices represents a challenging task for present-day quantum chemistry. Especially, the accurate prediction of the spin ground state of different CUO-noble-gas complexes remains elusive. In this work, the interaction of the CUO unit with the surrounding noble gas matrices is investigated in terms of comple...

1999
S. Chatterjee H. D. Yang J.-Y. Lin

We have investigated the contributions of CuO planes and CuO chains on the transport properties of YBa Cu O by 2 2 4 8 Ž . Ž . measuring the electrical resistivity and thermoelectric power S of Y Pr Ba Cu Zn O , Y Ca Ba Cu O and 1yx x 2 1yy y 4 8 1yx x 2 4 8 Ž . YBa Cu Ga O . Pr reduces the mobile carrier concentration in the CuO planes in YBa Cu O , as a consequence, the 2 1yx x 4 8 2 2 4 8 Ž ...

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

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

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