نتایج جستجو برای: migratory pests

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

2009
Zhongyi Xiang

In this paper, we consider a SI system with spraying microbial pesticide and releasing the infected pests, the infected pests have the function similar to the microbial pesticide and can infect the healthy pests, further weaken or disable their prey function till death. By applying the Floquet theorem of linear periodic impulsive equations and the comparison theorem, we show that there exists a...

2008
Juhua Luo Wenjiang Huang Jihua Wang Chaoling Wei

The aim of this study was to establish the warning and prediction system for crop diseases and pests based on SuperMap IS. NET geographic information system (GIS), which was developed by Supermap company. In this system, the author used GIS and remote sensing (RS) technology. The system could transform data information into a geographical information map to show the occurrence degree and distri...

2012
M. Srinivasa Rao C.A. Rama Rao K. Srinivas G. Pratibha S.M. Vidya Sekhar G. Sree Vani B. Venkateswarlu

Intercropping is one of the important cultural practices in pest management and is based on the principle of reducing insect pests by increasing the diversity of an ecosystem. On-farm experiments were conducted in villages of semi-arid tropical (SAT) India to identify the appropriate combination of castor (Ricinus communis L.) (Malpighiales: Euphorbiaceae) and intercropping in relation to pest ...

2018
Christopher M Jones Ka S Lim Jason W Chapman Chris Bass

The genes and genomes of insect pests are shaped by the wide array of selective forces encountered in their environments. While the molecular adaptations that evolve are beginning to be understood at the genomic and transcriptomic level, they have been less well characterized at an epigenetic level. Here, we present a genome-wide map of DNA methylation at single-nucleotide resolution for the co...

2004
N D Barlow

Simple grazing models with two herbivores are used to assess the effects of pasture pests on stability and productivity of continously-growing pastures. Algebraic and graphical methods are also presented for estimating losses from pasture pests at different stocking rates directly, from data on productivity/stocking rate relationships. Pests are considered as competing grazing herbivores and de...

2014
Gao Hu Fang Lu Bao-Ping Zhai Ming-Hong Lu Wan-Cai Liu Feng Zhu Xiang-Wen Wu Gui-Hua Chen Xiao-Xi Zhang

An effective control strategy for migratory pests is difficult to implement because the cause of infestation (i.e., immigration or local reproduction) is often not established. In particular, the outbreak mechanisms of the brown planthopper, Nilaparvata lugens (Stål), an insect causing massive losses in rice fields in the Yangtze River Delta in China, are frequently unclear. Field surveys of N....

Journal: :Current Biology 2009
Andy M. Reynolds Gregory A. Sword Stephen J. Simpson Don R. Reynolds

Apart from being notorious outbreak pests, locusts are of interest because of their expression of density-dependent "phase polyphenism." In this remarkable form of phenotypic plasticity, changes in local population density generate distinct solitarious and gregarious phases that differ in behavior, physiology, and appearance. A hallmark of phase polyphenism in outbreak species is the transition...

2017
Kanyanat Wongsa Orawan Duangphakdee Atsalek Rattanawannee

The cowpea aphid, Aphis craccivora Koch (Hemiptera: Aphididae), is one of the most destructive insect pests of legume plants worldwide. Although outbreaks of this pest occur annually in Thailand causing heavy damage, its genetic structure and demographic history are poorly understood. In order to determine genetic structure and genetic relationship of the geographic populations of this species,...

2014
Holger Bohlmann Miroslaw Sobczak

Plant parasitic cyst nematodes (genera Heterodera and Globodera) are serious pests for many crops. They enter the host roots as migratory second stage juveniles (J2) and migrate intracellularly toward the vascular cylinder using their stylet and a set of cell wall degrading enzymes produced in the pharyngeal glands. They select an initial syncytial cell (ISC) within the vascular cylinder or inn...

Journal: :Indian Pediatrics 2013

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

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

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