نتایج جستجو برای: photovoltaic materials

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

Journal: :Advanced materials 2018
Valerio Adinolfi Wei Peng Grant Walters Osman M Bakr Edward H Sargent

Organometal halide perovskites are under intense study for use in optoelectronics. Methylammonium and formamidinium lead iodide show impressive performance as photovoltaic materials; a premise that has spurred investigations into light-emitting devices and photodetectors. Herein, the optical and electrical material properties of organometal halide perovskites are reviewed. An overview is given ...

Journal: :Chemical communications 2014
Mirjam Dogru Thomas Bein

Covalent organic frameworks (COFs) are a novel class of porous crystalline organic materials assembled from molecular building blocks. The construction principles of these materials allow for the design of precisely controllable structures since their chemical and physical properties can be easily tuned through the selection of the building blocks and the linkage motif. Their extraordinary and ...

2014
Chizu Sekine Yoshiaki Tsubata Takeshi Yamada Makoto Kitano Shuji Doi

The development of organic printed electronics has been expanding to a variety of applications and is expected to bring innovations to our future life. Along with this trend, high performance organic materials with cost-efficient fabrication processes and specific features such as thin, light weight, bendable, and low power consumption are required. A variety of organic materials have been inve...

2005
R. W. Miles K. M. Hynes I. Forbes

This paper gives an overview of the materials and methods used for fabricating photovoltaic solar cell devices. The technologies discussed include those based on the use of silicon (in the crystalline, multicrystalline, amorphous and micro-crystalline forms), the IIIeV compounds (e.g. gallium arsenide, indium phosphide and gallium antimonide), the polycrystalline compounds (e.g. cadmium telluri...

Journal: :ACS applied materials & interfaces 2012
Alec Kirkeminde Brian A Ruzicka Rui Wang Sarah Puna Hui Zhao Shenqiang Ren

There is a growing interest in the earth abundant and nontoxic iron disulfide (FeS(2)) photovoltaic materials. Here, we report the synthesis of FeS(2) nanoplates with different spectral features which we have associated with thicknesses and crystallization. The structure and crystalline order of ultrathin FeS(2) nanoplates have a strong influence on the carrier lifetime, electronic and optical ...

2012
Matthew Samson Gon Namkoong

Improving the efficiency of organic solar cells (OSCs), which are far less efficient than inorganic semiconductor solar cells, is of paramount importance to the field of polymer photovoltaics. Current state-of-the-art bulk heterojunction (BHJ) OSCs utilize a homogeneous blend of the semiconducting polymer poly(3-hexylthiophene) (P3HT) and the fullerene derivative [6,6]-phenyl C61butyric acid me...

2016
Sampo Tuukkanen Marja Välimäki Suvi Lehtimäki Tiina Vuorinen Donald Lupo

A printed energy harvesting and storage circuit powered by ambient office lighting and its use to power a printed display is reported. The autonomous device is composed of three printed electronic components: an organic photovoltaic module, a carbon-nanotubes-only supercapacitor and an electrochromic display element. Components are fabricated from safe and environmentally friendly materials, an...

2001
T. Yildirim B. Reisner

The need for more efficient batteries and fuel cells to be used for vehicle propulsion, photovoltaic energy storage, and self-contained power sources has led to increased effort in the development of improved materials with high proton conductivity. In this paper, we outline the utility of neutron scattering methods in conjunction with first-principles total-energy calculations for characterizi...

2012
Ali Naqavi Franz-Josef Haug Toralf Scharf Hans Peter Herzig Christophe Ballif

Providing green energy for human consumption has become a main goal of industry and research in recent decades. Photovoltaic technology is a main candidate for this aim but it requires price reduction and efficiency increase to enable large scale commercialization. To comply with the cost effectiveness, the cells can be made very thin to reduce material consumption and materials with well-estab...

2011
Achala Bhuwalka Jared F. Mike Meng He Jeremy J. Intemann Toby Nelson Monique D. Ewan Robert A. Roggers Zhiqun Lin Malika Jeffries-EL

Quaterthiophene Benzobisazole Copolymers for Photovoltaic Cells: Effect of Heteroatom Placement and Substitution on the Optical and Electronic Properties Achala Bhuwalka, Jared F. Mike, Meng He, Jeremy J. Intemann, Toby Nelson, Monique D. Ewan, Robert A. Roggers, Zhiqun Lin, and Malika Jeffries-EL* Department of Chemistry, Iowa State University, Ames Iowa 50011, United States Department of Mate...

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

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

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