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

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

Journal: :Journal of economic entomology 2012
David R Haviland Robert H Beede Kent M Daane

The mealybug Ferrisia gilli Gullan is a serious new pest of pistachios in California. It was first found near the town of Tulare in the late 1990s and has since spread to orchards in most pistachio-producing regions of the state. The seasonal phenology of F. gilli was evaluated in a commercial pistachio orchard in Tulare County during 2005 and 2006. During both seasons E gilli overwintered as s...

2017
A. Charles Crabb Terrell P. Salmon Rex E. Marsh A. CHARLES CRABB

In 1984 studies were initiated to identify the bird species causing damage to pistachio nuts, quantify the losses, and explore possible methods for alleviating bird losses. The first year's field observations were made to identify and determine the level of activity of the various depredating bird species in the orchard. Field samples of nuts were collected to assess the levels of damage occurr...

Journal: :Soft matter 2016
Kai Liu Caleb Hamilton Jun Allard John Lowengrub Shuwang Li

We study the fully nonlinear, nonlocal dynamics of two-dimensional vesicles in a time-dependent, incompressible viscous flow at finite temperature. We focus on a transient instability that can be observed when the direction of applied flow is suddenly reversed, which induces compressive forces on the vesicle interface, and small-scale interface perturbations known as wrinkles develop. These wri...

2017
Stephanie C Morriss Matthew E Studham Gregory L Tylka Gustavo C MacIntosh

The soybean aphid (Aphis glycines) is one of the main insect pests of soybean (Glycine max) worldwide. Genomics approaches have provided important data on transcriptome changes, both in the insect and in the plant, in response to the plant-aphid interaction. However, the difficulties to transform soybean and to rear soybean aphid on artificial media have hindered our ability to systematically t...

2013
B. BAPUJI RAO V. U. M. RAO LINITHA NAIR Y. G. PRASAD A. P. RAMARAJ C. CHATTOPADHYAY

Mustard (Brassica juncea L.) production in India suffers from aphid, Lipaphis erysimi (Kaltenbach), infestation considerably. Role of weather on the incidence and development of mustard aphids was assessed from experimental data from six north Indian locations. Aphid appearance and population build up was found to be regulated by temperature and time to attain peak population was relatively sho...

Journal: :Journal of economic entomology 2014
Andrew J Frewin Arthur W Schaafsma Rebecca H Hallett

Soybean aphid is an economic pest of soybean in North America. Currently, management of soybean aphid is achieved through the use of foliar- and seed-applied insecticides. However, natural enemies play an important role in regulating soybean aphid populations, and may be adversely affected by insecticides. The effects of imidacloprid and thiamethoxam seed treatments on the soybean aphid parasit...

2014
Vishal Nayyar K. Ravi-Chandar Rui Huang

This paper presents a study on stretch-induced wrinkling of thin polyethylene sheets when subjected to uniaxial stretch with two clamped ends. Three-dimensional digital image correlation was used to measure the wrinkling deformation. It was observed that the wrinkle amplitude increased as the nominal strain increased up to around 10%, but then decreased at larger strain levels. This behavior is...

2015
SAEEDEH HASHEMIAN

Adsorption of violet B azo dye from aqueous solutions was studied by different cellulose agricultural waste materials (almond shell (AS), pistachio shell (PS), walnut shell (WS), Tea waste (TW) and orange peel (OP)). Cellulose agriculturalwaste sorbents characterized by FTIR and SEM methods. The effects of different parameters such as contact time, pH, adsorbent dosage and initial dye concentra...

Journal: :Bioresource technology 2012
Gholamreza Moussavi Rasoul Khosravi

This work introduces a biochar as novel catalyst prepared from the pistachio hull, and demonstrates its catalytic potential for degrading the reactive red 198 (RR198) dye in catalytic ozonation processes (COPs). The prepared pistachio hull biochar (PHB) was a macroporous, basic material with low specific surface area. PHB had the greatest catalytic potential at an optimal alkaline pH of 10. Sig...

1998
Ashit Talukder David Casasent Ha-Woon Lee Pamela M. Keagy Thomas F. Schatzki

Classiication of real-time X-ray images of randomly oriented touching pistachio nuts is discussed. The ultimate objective is the development of a system for automated non-invasive detection of defective product items on a conveyor belt. We discuss the extraction of new features that allow better discrimination between damaged and clean items (pistachio nuts). This feature extraction and classii...

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

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

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