نتایج جستجو برای: hydrogen and electricity

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

Journal: :Journal of physics 2023

Abstract The hydrogen-electric integrated energy station will play an important role in the new power system with renewable as main body. This paper establishes optimization model for configuration of a hydrogen-electricity station, further explores differences optimal and operation modes different construction basic conditions places, discusses reasons. research shows that economy grid-connect...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تبریز - دانشکده علوم طبیعی 1391

in recent years many researchers have been focused on interaction of small molecules with dna. dna is generally the primary intracellular of anticancer drugs, so the interaction between small molecules and dna can cause dna damage in cancer cells, blocking the division of cancer cells and resulting in cell death. the flavonoids are a large group of polyphenolic natural products that are widely ...

2011
Nicola Armaroli Vincenzo Balzani

The purpose of this review is examination of the present scenario of electricity production and investigation of whether an electricity powered world is possible, indicating which primary energy forms should be preferably utilized. Currently, most of the primary energy used by mankind, including that employed to generate electricity, comes from fossil fuels, which need to be phased out because ...

Journal: :Sustainability 2023

Hydrogen-based multi-microgrid systems (HBMMSs) are beneficial for energy saving and emission reductions. However, the optimal sizing of HBMMSs lacks a practical configuration optimization model reasonable solution method. To address these problems, we designed novel structure that combines conventional energy, renewable hydrogen subsystem. Then, established bi-level multi-objective capacity wh...

A novel solar-based combined system which is consisting of a concentrated PV, a double effect LiBr-H2O absorption chiller, and a Proton Exchange Membrane (PEM) is proposed for hydrogen production. A portion of the received energy is recovered to run a double effect absorption chiller and the rest is turned into electricity, being consumed in the PEM electrolyzer for hydrogen producti...

Journal: :Environmental science & technology 2007
Zhiyong Ren Thomas E Ward John M Regan

Microbial fuel cells (MFCs) convert biodegradable materials into electricity, potentially contributing to an array of renewable energy production strategies tailored for specific applications. Since there are no known microorganisms that can both metabolize cellulose and transfer electrons to solid extracellular substrates, the conversion of cellulosic biomass to electricity requires a syntroph...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه صنعتی اصفهان - دانشکده شیمی 1389

in this thesis, a new optically active poly(amide-imide) (pai) was synthesized by the indirect polycondensation reaction of the l-phenylalanine based diacid chloride and 4,4?-diaminodiphenylether in the presence of triethylamine in n-methyl-2-pyrrolidone. the formation of pai was confirmed by ftir, 1h nmr and elemental analysis. in next step, the surface of titanium dioxide (tio2) nanoparticles...

2010
Amgad Elgowainy Andrew Burnham Michael Wang John Molburg Aymeric Rousseau

The Greenhouse gases, Regulated Emissions, and Energy use in Transportation (GREET) model incorporated fuel economy and electricity use of alternative fuel/vehicle systems simulated by the Powertrain System Analysis Toolkit (PSAT) to conduct a well-to-wheels (WTW) analysis of energy use and greenhouse gas (GHG) emissions of plug-in hybrid electric vehicles (PHEVs). Based on PSAT simulations of ...

2013
DHARMESH HARWANI

The continuous use of fuels like petroleum is recognized as unsustainable because of their natural exhaustion and contribution to the pollution in the environment. Not only for the environmental perspective but also for the economic sustainability, we necessarily need to develop alternative, renewable and pollution free fuels. Harvesting energy from the sun (solar energy), earth (geothermal ene...

2007
P. Galindo O. Badr

Electrolytic hydrogen production is an efficient way of storing renewable-energy generated electricity and securing the contribution of renewables in future electricity supply. The use of this hydrogen for the production of methanol results in a liquid fuel that can be utilised directly with minor changes in the existing infrastructure. To utilise the renewable-generated hydrogen for the produc...

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

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

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