نتایج جستجو برای: oviposition activity

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

Journal: :گیاه پزشکی 0

effects of mentha arvensis l. and mentha pulegium l. essential oils were investigated against oviposition deterrence, egg hatching and adults' mortality of callosobruchus maculatus f. essential oils were obtained by dry leaves that were subjected to hydrodistilation using a modified clevenger-type apparatus. all experiments were conducted at 25±1ºc, 65±5 % r.h. in the dark condition with 5...

ژورنال: علوم آب و خاک 2006
پرویز طالبی چایچی, , کریم حداد ایرانی‌نژاد, , فریبا وفائی, , مصطفی ولیزاده, ,

During years 2000 and 2001, biology and population changes of two- spotted spider mite (T. urticae) was studied on five bean cultivars of two species at 25±1ºC temp., 45±4% RH and 15: 9 (L:D) photoperiod, using leaf disks made from 2-, 6- leaf and flowering stages of the plants. The mite mass rearing was carried out on tomato plants under the same environmental conditions and the effects of fee...

Journal: :Plant physiology 2005
Roland Schröder Manfred Forstreuter Monika Hilker

Scots pine (Pinus sylvestris) is known to change its terpenoid metabolism in response to egg deposition by the sawfly Diprion pini (Hymenoptera, Diprionidae). Three days after egg deposition, parts of the pine twig adjacent to the egg-laden one are induced to emit volatiles, which attract egg parasitoids. In this study, we investigated whether egg deposition by this sawfly affects pine photosyn...

Journal: :Archives of insect biochemistry and physiology 2004
L Vercruysse D Gelman E Raes B Hooghe V Vermeirssen J Van Camp G Smagghe

The role of angiotensin converting enzyme (ACE, peptidyl dipeptidase A) in metamorphic- and reproductive-related events in the Egyptian cotton leafworm, Spodoptera littoralis (Lepidoptera, Noctuidae) was studied by using the selective ACE inhibitor captopril. Although oral administration of captopril had no effect on larval growth, topical administration to new pupae resulted in a large decreas...

2005
Benjamin Paul Werling Jan Nyrop Brian Nault

In New York, onion [ Allium cepa L. (Alliaceae)] fields often border woods or other vegetable fields. Because onion maggot adults, Delia antiqua (Meigen) (Diptera: Anthomyiidae), spend a significant portion of their time outside of onion fields, surrounding habitat may affect patterns of fly activity and oviposition within onion fields. To better understand these patterns throughout the onion-g...

2015
Chengzhe Li Fanyan Wang Xiaoming Chen Chengli Zhou Jun Yao

Tirumala limniace Cramer as an ornamental butterfly is utilized in butterfly garden, in this article we study their adult activities include flight, foraging, courtship, mating, and oviposition. We found that males spent 22.1% of its time flying, 14.1% foraging, 63.8% in courtship and mating. And females spent 30.8% of its time flying, 10.1% foraging, 57.1% in courtship and mating, and 2% ovipo...

2015
Rayane Cristine Santos da Silva Paulo Milet-Pinheiro Patrícia Cristina Bezerra da Silva Alexandre Gomes da Silva Marcia Vanusa da Silva Daniela Maria do Amaral Ferraz Navarro Nicácio Henrique da Silva Dmitri Boudko

Aedes aegypti is responsible for the transmission of dengue, a disease that infects millions of people each year. Although essential oils are well recognized as sources of compounds with repellent and larvicidal activities against the dengue mosquito, much less is known about their oviposition deterrent effects. Commiphora leptophloeos, a tree native to South America, has important pharmacologi...

ژورنال: علوم آب و خاک 2008
جعفری, علی , فتحی پور, یعقوب,

Biological characteristics of Creontiades pallidus Ramber (an important pest of cotton in Khorasan province, Northeastern Iran) and its predator Nabis capsiformis Germar were determined and compared. The experiments were conducted in the laboratory conditions at 26±1؛C, 65±5% RH and a photoperiod of 16:8 (L:D) h. Statistical analysis of data showed that different developmental periods except th...

Journal: :Tropical life sciences research 2016
Wan Fatma Zuharah Maniam Thiagaletchumi Nik Fadzly

The interaction between plants and insects is dynamic, and may favour either the plant or the insect. Plant chemicals are deeply implicated in this relationship and influence insect behaviour. Here, we investigated the oviposition behaviour response of Culex quinquefasciatus mosquitoes based on the colour cues produced by Ipomoea cairica leaves extract. In this study, two sets of oviposition ch...

Journal: :The Journal of experimental biology 1986
K J Thompson

The ovipositor appendages of acridid insects (grasshoppers and locusts) consist of two pairs of shovel-shaped valves that are used to dig a deep chamber in the ground for egg burial, to manipulate the eggs, and to assist in capping the egg-pod with froth. During oviposition the valves undergo cyclical opening, closing, retraction and protraction movements. These movements are produced by the co...

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

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

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