نتایج جستجو برای: wrinkling pistachio aphid

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

2011
Muhammad SARWAR

For the enhancement of cultural control, the agricultural practices such as intercropping can profoundly affect the insect pest populations. Studies were undertaken to examine the effects of intercropping wheat (Triticum aestivum L.) and barley (Hordeum vulgare L.) with canola (Brassica napus L.) on the incidence of aphid (Hemiptera: Aphididae) population and related crop yield. Study observed ...

Arzani, A., Hodaei, M., Poorjavad, N., Rahimmalek, M.,

Chrysanthemum aphid (Macrosiphoniella sanborni) is one of the most important pests of chrysanthemum (Chrysanthemum morifolium); while there is little information about the interaction of chrysanthemum and chrysanthemum aphid. In the present study, interaction of different chrysanthemum cultivars and aphid populations was assessed through evaluation of morpho-physiological traits. For this purpo...

Journal: :Annals of botany 2012
Boyoung Lee Soohyun Lee Choong-Min Ryu

BACKGROUND AND AIMS Plants modulate defence signalling networks in response to different biotic stresses. The present study evaluated the effect of a phloem-sucking aphid on plant defence mechanisms in pepper (Capsicum annuum) during subsequent pathogen attacks on leaves and rhizosphere bacteria on roots. METHODS Plants were pretreated with aphids and/or the chemical trigger benzothiadiazol (...

Journal: :Environmental entomology 2010
Mariana V Chiozza Matthew E O'Neal Gustavo C MacIntosh

Although soybean aphid (Aphis glycines) resistance is commercially available in the form of the Rag1 gene, the mechanism of this resistance is not fully understood. Amino acids are a limiting factor for aphid growth, and there is evidence that plant amino acid composition is related to aphid resistance. Antibiotic resistance like that conferred by Rag1 could be associated in part with both prot...

2013
G. C. BISWAS

Effectiveness of different doses of neem extracts and a synthetic organic insecticide against mustard aphid was studied in the experimental farm of the Oilseed Research Centre, Bangladesh Agricultural Research Institute (BARI), Joydebpur, Gazipur, during two consecutive years 2010-2011 and 2011-2012 for the control of mustard aphid. Eight treatments were evaluated against mustard aphid under fi...

Journal: :Insect science 2017
Christophe Y Fischer Claire Detrain Philippe Thonart Eric Haubruge Frédéric Francis François J Verheggen Georges C Lognay

Mutualistic interactions between ant and aphid species have been the subject of considerable historical and contemporary investigations, the primary benefits being cleaning and protection for the aphids and carbohydrate-rich honeydew for the ants. Questions remained, however, as to the volatile semiochemical factor influencing this relationship. A recent study highlighted the role of bacterial ...

Journal: :گیاه پزشکی 0
افروز فارسی دانشجوی سابق کارشناسی ارشد حشره شناسی، گروه گیاهپزشکی، دانشکده کشاورزی، دانشگاه شهید چمران، اهواز (afrooz.farsi@yahoo.com) فرحان کچیلی استادیار گروه گیاهپزشکی، دانشکده کشاورزی، دانشگاه شهید چمران اهواز ابراهیم سلیمان نژادیان دانشیار گروه گیاهپزشکی، دانشکده کشاورزی، دانشگاه شهید چمران اهواز یدالله خواجه زاده عضو هیئت علمی مرکز تحقیقات کشاورزی و منابع طبیعی استان خوزستان

in this research, population fluctuation of canola aphids and their natural enemies were investigated during 2007-2008. random samples of 50 plants were taken twice a week. mustard aphid (lipaphis erysimi kalt.), green peach aphid(myzus persicae sulzer)and cabbage aphid (brevicoryne brassicae l.) were recorded on canola. however,the mustard aphid with relative frequency of 79% was dominant. the...

Journal: :CoRR 2015
Gautam Munglani Roman Vetter Falk K. Wittel Hans J. Herrmann

A method to simulate orthotropic behaviour in thin shell finite elements is proposed. The approach is based on the transformation of shape function derivatives, resulting in a new orthogonal basis aligned to a specified preferred direction for all elements. This transformation is carried out solely in the undeformed state leaving minimal additional impact on the computational effort expended to...

Journal: :Soft matter 2014
Anesia Auguste Lihua Jin Zhigang Suo Ryan C Hayward

When a stiff film on a soft substrate is compressed, the surface of the film forms wrinkles, with tunable wavelengths and amplitudes that enable a variety of applications. As the compressive strain increases, the film undergoes post-wrinkling bifurcations, leading to period doubling and eventually to formation of localized folds or ridges. Here we study the post-wrinkling bifurcations in films ...

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

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

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