نتایج جستجو برای: تحلیل pest

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

Ahmad Rezvanfar Laleh Salehi, Seyed Hamid Movahed Mohammadi Seyed Mahmood Hosseini

The aim of the research was analysis of rice producers’ perceptions of participatory communication in the use of integrated pest management (IPM). Research population was consisted of rice producers in the west of Mazandaran province (N=16126), whose 187 ones were selected using Cochran’s formula. Data were gathered by systematic random sampling method. The instrument for data collection was a ...

2015
Timothy E Farkas

An important modern goal of plant science research is to develop tools for agriculturalists effective at curbing yield losses to insect herbivores, but resistance evolution continuously threatens the efficacy of pest management strategies. The high-dose/refuge strategy has been employed with some success to curb pest adaptation, and has been shown to be most effective when fitness costs (fitnes...

Journal: :حفاظت گیاهان 0
فاطمه یاراحمدی علی رجب پور علی اصغر سراج

the wood boring beetle, chrysobothris affinis is the most destructive pest of albezia lebeck in landscape of ahwaz. population fluctuations of the pest were investigated on albezia lebbeck in ahwaz landscape during 2010 - 2011. sampling was monthly performed. in each sampling date, ten trees were randomly chosen and damage symptoms of the pest were monitored. when damage symptoms observed in st...

2013
Jyothi Patil

India’s agricultural sector faces a series of problems when it comes to increasing crop productivity. Despite the efforts of researchers to discover productive agricultural practices, crop yield has not been the most pleasing, and one global reason stated for this poor crop yield is the insect pests. Predicting in advance the occurrence of peak activities of a given pest could enable the develo...

2002

Due to the high demand for pest control in Sri Lankas’ rice paddy cultivation practices, the number of new pesticides has been recently introduced. However, the new pesticides, which are flowing into the agriculture sector of Sri Lanka, appeared to be used by farmers without obtaining proper application guidance from the suppliers or from extension services. As a result, the exposure to harmful...

Journal: :Risk analysis : an official publication of the Society for Risk Analysis 2003
Trond Rafoss

Pest risk analysis represents an emerging field of risk analysis that evaluates the potential risks of the introduction and establishment of plant pests into a new geographic location and then assesses the management options to reduce those potential risks. Development of new and adapted methodology is required to answer questions concerning pest risk analysis of exotic plant pests. This resear...

Journal: :Ecological applications : a publication of the Ecological Society of America 2011
Kevin Gross Jay A Rosenheim

Secondary pest outbreaks occur when the use of a pesticide to reduce densities of an unwanted target pest species triggers subsequent outbreaks of other pest species. Although secondary pest outbreaks are thought to be familiar in agriculture, their rigorous documentation is made difficult by the challenges of performing randomized experiments at suitable scales. Here, we quantify the frequency...

Journal: :Clinical neurophysiology : official journal of the International Federation of Clinical Neurophysiology 2013
B I Silbert H I Patterson D D Pevcic K A Windnagel G W Thickbroom

OBJECTIVE Stimulation intensity (SI) in transcranial magnetic stimulation is commonly set in relation to motor threshold (MT), or to achieve a motor-evoked potential (MEP) of predefined amplitude (usually 1 mV). Recently, IFCN recommended adaptive threshold-hunting over the previously endorsed relative-frequency method. We compared the Rossini-Rothwell (R-R) relative-frequency method to an adap...

Journal: :The Journal of biological chemistry 2000
Y Shen P Lyons M Cooley D Davidson A Veillette R Salgia J D Griffin M D Schaller

The noncatalytic domain of protein-tyrosine phosphatase (PTP)-PEST contains a binding site for the focal adhesion-associated protein paxillin. This binding site has been narrowed to a 52-residue sequence that is composed of two nonoverlapping, weak paxillin binding sites. The PTP-PEST binding site on paxillin has been mapped to the two carboxyl-terminal LIM (lin11, isl-1, and mec-3) domains. Tr...

Journal: :J. Artificial Societies and Social Simulation 2011
François Rebaudo Verónica Crespo-Pérez Jean-François Silvain Olivier Dangles

Agent-based models (ABM) are ideal tools to deal with the complexity of pest invasion throughout agricultural socio-ecological systems, yet very few studies have applied them in such context. In this work we developed an ABM that simulates interactions between farmers and an invasive insect pest in an agricultural landscape of the tropical Andes. Our specific aims were to use the model 1) to as...

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

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

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