نتایج جستجو برای: susceptible and tolerant cultivars

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

2008
M. GOUDARZI

Fifteen Iranian wheat cultivars (Triticum aestivum L.) were compared for salt (NaCl & Na2SO4 in 1:1 ratio) tolerance using three treatments: 1.26 (control), 6.8 and 13.8 dSm in a green house. During vegetable growth, shoot Na, K, K: Na ratio and agronomic traits such as 1000-grain weight, grain yield, biological yield, number of tillers, number of fertile tillers, spike length, salinity suscept...

Journal: :به نژادی نهال و بذر 0
مائده حیات مقدم m. hayat moghaddam m. hayat moghaddamدانشکده کشاورزی و منابع طبیعی، دانشگاه آزاد اسلامی، واحد علوم و فرشاد بختیار f. bakhtiar رضا بزرگی پور r. bozorgipour حمیدرضا نیکخواه h. r. nikkhah

ninety barley doubled haploid lines originated from crossing between six barley cultivars in cereal research department, seed and plant improvement institute, karaj, iran were evaluated for resistance to powdery mildew and some agronomic traits in field in 2007. six parent cultivars and a powdery mildew susceptible check cultivar, afzal were also included. sixty two doubled haploid lines showed...

K. Maghsoudi Y. Emam

ABSTRACT- Seed germination and early seedling growth are critical stages for plants establishment and production, particularly under salinity conditions. Exogenous application of silicon (Si) can enhance germination as well as seedling growth. In this experiment, the effect of priming with Si (0, 0.75, 1.5 and 2.25 mM sodium silicate) on seed germination and seedling growth under NaCl (0, 100 a...

2015
Boghireddy Sailaja Desiraju Subrahmanyam Sarla Neelamraju Turaga Vishnukiran Yadavalli Venkateswara Rao Pujarula Vijayalakshmi Sitapati R. Voleti Vijai P. Bhadana Satendra K. Mangrauthia

In changing climatic conditions, heat stress caused by high temperature poses a serious threat to rice cultivation. A multiple organizational analysis at physiological, biochemical, and molecular levels is required to fully understand the impact of elevated temperature in rice. This study was aimed at deciphering the elevated temperature response in 11 popular and mega rice cultivars widely gro...

ژورنال: علوم زراعی ایران 2020

To investigate the effect of yellow rust disease on some agronomic and physiological characteristics of bread wheat cultivars, two field experiments were conducted in Agricultural Research Station of Miandoab in West Azerbaijan, Iran, in 2013-2014 and 2014-2015 cropping seasons. Experimental treatments were arranged as factorial in randomized complete block design with three replications. Treat...

Journal: :به نژادی نهال و بذر 0
پوریا همدانیان p. hamedanian university college of agriculture and natural resources, university of tehran, karaj, iranپردیس کشاورزی و منابع طبیعی دانشگاه تهران، کرج عبدالهادی حسین زاده a. hosseinzadeh university college of agriculture and natural resources, university of tehran, karaj, iranپردیس کشاورزی و منابع طبیعی دانشگاه تهران، کرج توحید نجفی میرک t. najafi mirak seed and plant improvement institute, karaj, iran، موسسه تحقیقات اصلاح و تهیه نهال و بذر، کرج امیرحسین نوربخش a. h. nourbakhsh seed and plant improvement institute, karaj, iranپردیس کشاورزی و منابع طبیعی دانشگاه تهران، کرج

twenty-two bread wheat cultivars along with susceptible (sholeh) and resistant (azadi) control cultivars were evaluated for resistance to russian wheat aphid of two growth stages including seedling and stem elongation in greenhouse. five adult aphids per plant were used for infestation. leaf chlorosis at seedling and stem elongation stages and leaf rolling at seedling stage were measured. other...

2003
E. Zhou J. L. Starr

Nematode management decisions should be based, in part, on knowledge of the damage threshold population density, and this value is likely to vary based on the level of resistance of the cotton cultivar. The damage functions of two cotton cultivars resistant to the root-knot nematode (Meloidogyne incognita) were compared with that of a susceptible cultivar in field microplots using a 3 x 7 facto...

2017
Filomena Grasso Mariangela Coppola Fabrizio Carbone Luciana Baldoni Fiammetta Alagna Gaetano Perrotta Antonio J Pérez-Pulido Antonio Garonna Paolo Facella Loretta Daddiego Loredana Lopez Alessia Vitiello Rosa Rao Giandomenico Corrado

The olive fruit fly Bactrocera oleae (Diptera: Tephritidae) is the most devastating pest of cultivated olive (Olea europaea L.). Intraspecific variation in plant resistance to B. oleae has been described only at phenotypic level. In this work, we used a transcriptomic approach to study the molecular response to the olive fruit fly in two olive cultivars with contrasting level of susceptibility....

Baninasab, Bahram, Gholami, Mahdiyeh, Mobli, Mostafa, Saadati, Safoora,

Abstract: Temperature is one of the most important factors limiting the production and distribution of olive. Different olive cultivars show diverse responses to low temperature and so, the selection of cold tolerant cultivars is the most effective method to avoid frost damages. The main purpose of this study was to compare freezing tolerance of seven olive cultivars and to investigate the rel...

Journal: :BMC Plant Biology 2021

Abstract Background The South America pinworm, Tuta absoluta , is a destructive pest of tomato that causes important losses worldwide. Breeding resistant/tolerant cultivars could be an effective strategy for T. management but, despite the economic importance tomato, very limited information available about its response to this treat. To elucidate defense mechanisms herbivore feeding comparative...

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

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

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