نتایج جستجو برای: include 49 variety emission scenarios

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

2008
J. Knobloch

Field emission and thermal breakdown are the main mechanisms limiting the accelerating gradient of niobium radio-frequency cavities. Diagnostic tools to study these mechanisms include quality measurements, thermometry, and microscopy. Results presented here demonstrate that micron-size, conducting particles are the source of field emission. Thermal breakdown is caused by a variety of defects su...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شهید چمران اهواز - دانشکده مهندسی علوم آب 1393

drought is transient phenomenon , slow , repetitive and integral part of the climate of each region. drought begins with a substantial reduction in precipitation over the long-term average rainfall and over time, reduced soil moisture and surface and ground water resources will continue to decrease. this phenomenon is the most important in bakhtegan basin because of its importance in strategic ...

Journal: :desert 2009
m. karamouz m. fallahi s. nazif a. ahmadi

flood is one of the most calamitous natural disasters that causes extensive property and life damages across theworld. it however, could be a blessing due to its special natural water resources recharging value. by simulating themagnitude of probable floods considering the anthropogenic and natural effects and implementing contingency plans,their damages could be reduced. in this paper, the gen...

Global warming due to greenhouse effect is expected to cause major changes in climate of some regions. The change of climate is likely to have a profound effect on hydrological cycle. Evapotranspiration (ET, as the major component of hydrological cycle, will affect crop water requirement and future planning and management of water resources. This study was conducted to investigate climate chang...

Journal: :Turkish Journal of Agriculture and Forestry 2023

Clonal selection in viticulture is based on genetic variability with the aim of creating superior plants (clones) that enable more economical production. The Riesling variety, a long tradition cultivation, has been subject extensive clonal and clones 49, 1089 1091 were created France. During two-year period (2016-2017), productivity oenological potential agroclimatic conditions Bosnia Herzegovi...

Journal: :تولید گیاهان زراعی 0
زینب امانی دانشگاه شهید بهشتی رضا دیهیم فرد دانشگاه شهید بهشتی علی مختصی بیدگلی استادیار دانشگاه تربیت مدرس

background and objectives: making a reliable prediction of drought index status for the future is one of the major elements in a successful water resources management particularly under climate change processes, including increase in atmospheric carbon dioxide concentration, temperature and fluctuations in rainfall. the present study aims at assessing drought trend under changing climate condit...

Journal: :Physical review 2021

We present an ab initio relativistic k.p theory of the effect magnetic exchange field on band structure in gap region bulk crystals and thin films three-dimensional layered topological insulators. For perpendicular to layers (along $z$), we reveal novel unconventional scenarios response band-gap edges magnetization. The modification valence conduction states is considered terms their $\Gamma$-p...

Journal: Desert 2009
A. Ahmadi M. Fallahi M. Karamouz S. Nazif

Flood is one of the most calamitous natural disasters that causes extensive property and life damages across theworld. It however, could be a blessing due to its special natural water resources recharging value. By simulating themagnitude of probable floods considering the anthropogenic and natural effects and implementing contingency plans,their damages could be reduced. In this paper, the Gen...

2010
MATTHIAS BARTHOLMAI PATRICK NEUMANN

The Federal Institute for Materials Research and Testing and the company AirRobot GmbH & Co. KG cooperate to develop a flying remote-controlled measuring system. The system is capable of operating in a variety of scenarios of gas emission, e.g. exhaust gas from a chimney, flue gas in case of a fire, gas emission in case of an accident of chemical or hazardous goods or in case of a terrorist act...

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

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

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