نتایج جستجو برای: under drought stress

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

ژورنال: علوم زراعی ایران 2020
Rezaizad, Abbas, Shirani Rad, Amir Hossein, Zareei Siahbidi, Asadollah,

Breeding and production of drought tolerant cultivars for arid and semi-arid area is very important. The present experiment was carried out to evaluate the effects of drought stress on seed yield and yield components of oilseed rape as well as identification of high yielding and drought stress tolerant genotypes. Eighteen new winter oilseed rape lines and commercial cultivars were evaluated und...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شهید چمران اهواز - دانشکده مهندسی علوم آب 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: :Journal of experimental botany 2016
Yi Xu Patrick Burgess Xunzhong Zhang Bingru Huang

Drought stress limits root growth and inhibits cytokinin (CK) production. Increases in CK production through overexpression of isopentenyltransferase (ipt) alleviate drought damages to promote root growth. The objective of this study was to investigate whether CK-regulated root growth was involved in the alteration of reactive oxygen species (ROS) production and ROS scavenging capacity under dr...

2017
Jinjie Li Yang Li Zhigang Yin Jihong Jiang Minghui Zhang Xiao Guo Zhujia Ye Yan Zhao Haiyan Xiong Zhanying Zhang Yujie Shao Conghui Jiang Hongliang Zhang Gynheung An Nam‐Chon Paek Jauhar Ali Zichao Li

Drought is one of the major abiotic stresses that directly implicate plant growth and crop productivity. Although many genes in response to drought stress have been identified, genetic improvement to drought resistance especially in food crops is showing relatively slow progress worldwide. Here, we reported the isolation of abscisic acid, stress and ripening (ASR) genes from upland rice variety...

One of the most important limiting factors of crop growth in the arid and semi-arid regions is water deficit. Mycorrhizal fungi is one of the most important microorganisms in the rhizosphere. The effects of these fungi apply via changes on some of the characteristics of roots and nutrients uptake in host plants under drought conditions. In order to evaluate the effect of arbuscular mycorrhizal ...

The possible effects of seed priming on mitigating the effects of drought stress on germination and early seedling growth of two rangeland plants were evaluated in a laboratory research during 2015-16 growing season. The research was conducted as a 2×3×3 factorial experiment based on completely randomized design with three replications. The first factor was plant type (Festuca ovina and Bromus ...

Journal: :علوم گیاهان زراعی ایران 0
زهرا رضائی دانشجوی سابق کارشناسی ارشد، دانشکدۀ کشاورزی دانشگاه زنجان فرهاد جباری استادیار، دانشکدۀ کشاورزی دانشگاه زنجان

in order to estimate effects of drought stress on dry matter allocation of pinto bean (phaseolus vulgaris l.), an experiment was carried out as split plot based on complete randomized block design with four replications at zanjan university research farm. in this experiment,  two irrigation levels (optimum irrigation during growth season and post flowering drought stress) were set at main plots...

2016
Yulong Zhao Yankai Wang Hao Yang Wei Wang Jianyu Wu Xiuli Hu

Drought stress is one of major factors resulting in maize yield loss. The roles of abscisic acid (ABA) have been widely studied in crops in response to drought stress. However, more attention is needed to identify key ABA-related proteins and also gain deeper molecular insights about drought stress in maize. Based on this need, the physiology and proteomics of the ABA-deficient maize mutant vp5...

A. Patanothai, B. Toomsan C.C Holbrook N. Vorasoot S. Jogloy S. Pimratch T. Kesmala

mprovement of N2 fixation might be an effective strategy in peanut breeding for high yield under drought stress conditions. However, under water limited conditions peanut varieties having high water-use efficiency (WUE) are favorable. A pot experiment was conducted under greenhouse conditions at Khon Kaen University, Thailand during December 2002 to May 2003, and repeated during June 2003 t...

2012
Guiling Sun C. Neal Stewart Peng Xiao Baohong Zhang

Switchgrass has increasingly been recognized as a dedicated biofuel crop for its broad adaptation to marginal lands and high biomass. However, little is known about the basic biology and the regulatory mechanisms of gene expression in switchgrass, particularly under stress conditions. In this study, we investigated the effect of salt and drought stress on switchgrass germination, growth and the...

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

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

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