نتایج جستجو برای: cathode ray tubes

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

2016
Yuheng Tian Rose Amal Da-Wei Wang

An aqueous metal ion capacitor comprising of a zinc anode, oxidized carbon nanotubes (oCNTs) cathode, and a zinc sulfate electrolyte is reported. Since the shuttling cation is Zn2+, this typical metal ion capacitor is named as zinc-ion capacitor (ZIC). The ZIC integrates the divalent zinc stripping/plating chemistry with the surface-enabled pseudocapacitive cation adsorption/desorption on oCNTs...

Journal: :Small 2018
Buke Wu Guobin Zhang Mengyu Yan Tengfei Xiong Pan He Liang He Xu Xu Liqiang Mai

The development of manganese dioxide as the cathode for aqueous Zn-ion battery (ZIB) is limited by the rapid capacity fading and material dissolution. Here, a highly reversible aqueous ZIB using graphene scroll-coated α-MnO2 as the cathode is proposed. The graphene scroll is uniformly coated on the MnO2 nanowire with an average width of 5 nm, which increases the electrical conductivity of the M...

2014
Feifei Yang Yijin Liu Surendra K. Martha Ziyu Wu Joy C. Andrews Gene E. Ice Piero Pianetta Jagjit Nanda

Understanding the evolution of chemical composition and morphology of battery materials during electrochemical cycling is fundamental to extending battery cycle life and ensuring safety. This is particularly true for the much debated high energy density (high voltage) lithium-manganese rich cathode material of composition Li(1 + x)M(1 - x)O2 (M = Mn, Co, Ni). In this study we combine full-field...

2002
Zachary J. Tonzetich

i s t r y he demand for fl at, lightweight television and computer displays has given rise to many different fl at-panel display technologies. Recently, much emphasis has been placed on organic light emitting diodes (OLEDs), chemical systems which have the potential to be not only smaller and lighter, but also more energy effi cient than other current display technologies. The most common form ...

2017
Junxian Shi Wenyan Zhao Chang Liu Tao Jiang Hongrui Ding

Here we reported the investigation of enhanced performance for the removal of hexavalent chromium (Cr (VI)) by a new microbial fuel cell (MFC) with natural pyrrhotite-coated cathode. By comparisons of the graphite-cathode, the MFCs equipped with a pyrrhotite-coated cathode generated the maximum power density of 45.4 mW·m−2 that was 1.3 times higher than that of with bare graphite cathode (35.5 ...

Journal: :Japanese Journal of Radiological Technology 1980

Journal: :journal of nanostructures 2013
m. m. larijani p. balashabadi h. seyedi e. jafari-.khamse

titanium nitride-copper (tin-cu) nanocomposite films were deposited onto stainless steel substrate using hollow cathode discharge ion plating technique. the influence of cu content in the range of 2-7 at.% on the microstructure, morphology and mechanical properties of deposited films were investigated. structural properties of the films were studied by x-ray diffraction pattern. topography of t...

2007
Sung Hwan Heo Aamir Ihsan Sung Oh Cho

A microfocus x-ray tube that can generate x rays with the focal spot size less than 5 m has been demonstrated using carbon nanotube CNT field emitters. A CNT cathode on a sharp tungsten tip, a magnetic solenoid lens, and a transmission-type x-ray target were adopted for the microfocus x-ray tube. The design characteristics and the operation performance of the microfocus x-ray tube are presented...

Journal: :Časopis pro pěstování matematiky a fysiky 1937

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

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

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