نتایج جستجو برای: water deficit and wheat

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

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

one of the most commonly used techniques to reduce the corrosion rate of rebar in concrete is addition substances named corrosion inhibitors into the concrete. corrosion inhibitor is chemical compounds that were added to concrete to prevent corrosion of steel in concrete. sodium nitrate is a type of anodic inhibitors that this study investigatesthe effect of this inhibitor on the properties of ...

Journal: :journal of agricultural science and technology 2010
a. a. maghsoudi moud t. yamaghishi

in drought prone environments wheat crop growth and production depends strongly on the water stored in the soil before anthesis and, although some water remains in the soil after harvest, plants experience water deficit. in order to investigate whether water ex-traction patterns, as a plant feature, have a regulating effect on the amount of water used by them at different soil depths, three whe...

فلاح هکی, محمدحسن , جهانبین, شاهرخ , وفاپور, مسعود, یدوی, علیرضا ,

In order to study the effects of foliar application of phosphorus (P) and water deficit on yield and yield components of winter wheat (Triticum aestivum L., cv. Alvand), a split-plot experiment, with completely randomized blocks design and three replications, was carried out at the Research Farm of Boyer Ahmad Agricultural and Natural Resources Research Station, 13 km west of Yasouj, in 2008-20...

Journal: :journal of agricultural science and technology 2015
e. roohi z. tahmasebi-sarvestani s. a. m. modarres sanavy a. siosemardeh

canopy temperature (ct) is used as a selection tool to improve crop adaptation to drought. the aim of this work was to investigate association of some photosynthetic characters with ct during grain filling in three cereal species. for this objective, a two-year study (2009-2011) was carried out in kurdistan province in western iran. four genotypes of triticale, three cultivars of bread wheat, a...

Water deficient stress is one of the major limiting factors of wheat production in arid and semiarid areas of the world such as Iran. Under water deficient stress photosynthesis is limited and remobilization of assimilates stored in stems is more important to grain filling. In order to molecular analysis of fructan remobilization in wheat stem (penultimate) under terminal water deficit stress, ...

Aziz Karmollachaab, Mohammad Hosien Gharineh

Silicon is known to ameliorate the deleterious effects of drought on plant growth. We evaluated growth of wheat (Triticum aestivum L. CV. Chamran) under Water-Deficit Stress Induced by Polyethylene Glycol as affected by Si application. In this article, the effects of Si (as potassium silicate) on some parameters related to growth, chlorophyll concentration relative water content (RWC), electrol...

2009
Q. Li M. Liu J. Zhang B. Dong Q. Bai

to better understand the potential for improving biomass accumulation and radiation use efficiency (rUE) of winter wheat under deficit irrigation regimes, in 2006–2007 and 2007–2008, an experiment was conducted at the luancheng Experimental Station of Chinese academy of Science to study the effects of deficit irrigation regimes on the photosynthetic active radiation (Par), biomass accumulation,...

2016
Xiubo Wang Lifang Wang Zhouping Shangguan

Water and nitrogen supply are the two primary factors limiting productivity of wheat (Triticum aestivum L.). In our study, two winter wheat varieties, Xinong 979 and large-spike wheat, were evaluated for their physiological responses to different levels of nitrogen and water status during their seedling stage grown in a phytotron. Our results indicated that drought stress greatly reduced the ne...

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

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

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