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

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

Journal: :Journal of the American Mosquito Control Association 1996
R L Lampman R J Novak

The number of egg rafts oviposited by Culex pipiens and Culex restuans in infusion-baited ovitraps varied with the type of infusion substrate, infusion age, method of infusion preparation, and calendar date. In one or more tests, more Culex egg rafts were collected from water infused with Kentucky bluegrass sod, mixed grass clippings, straw, or a commercial rabbit chow than from a water control...

Journal: :General and comparative endocrinology 2002
Rachel M Bowden Michael A Ewert Craig E Nelson

This study investigates the potential effects of maternally derived hormones present in the yolk of reptile eggs. Specifically, we ask when are these hormones utilized by developing red-eared slider turtles (Trachemys scripta elegans), a species with temperature-dependent sex determination (TSD). Eggs were incubated at 27 degrees C, a male-producing temperature, and at 31 degrees C, a female-pr...

2017
Aoi Murase Kazuo Fujita Shuichi Yano

Predator-experienced individuals often change their predation avoidance response when they re-encounter the same predators or their cues. Recent reports show that behavioural change sometimes occurs even before the re-encounter. To function as an adaptive strategy in the wild, such prospective experience-induced behaviour should change flexibly in response to changing situations. We assessed fl...

2010
M. Gumulka E. Kapkowska D. Maj

The aim of the study was to analyze the pattern of oviposition time in laying sequences in broiler breeder hens and to determine a relationship between egg position in the sequence and egg quality. The sequences were described using mean oviposition time (hour) within a sequence, mean lag of oviposition time between successive ovipositions, and mean and cumulative lag of oviposition for a seque...

Journal: :حفاظت گیاهان 0
نادر اسماعیلی علی گلی زاده هوشنگ رفیعی دستجردی جبرائیل رزمجو

the potato tuberworm, phthorimaea operculella (zeller) (lepidoptera: gelechiidae), is one of the most damaging pests of cultivated potato (solanum tuberosum l.) crop, in both field and stores in tropical and subtropical regions. the biological parameters of this pest were evaluated in the growth chamber at 24±1ºc, 65±5% rh and photoperiod of 14:10 h (l:d) on leaves of ten potato cultivars, agri...

Journal: :THE INDIAN JOURNAL OF VETERINARY SCIENCES AND BIOTECHNOLOGY 2018

2004
DANIEL STRICKMAN

Two artificial oviposition sites containing aged alfalfa pellet infusion were exposed to natural populations of Culex quinquefasciatus in San Antonio, Texas, for 3 years. Numbers of egg rafts were counted daily and compared to weather data from a nearby station. Egg rafts were generally most numerous in summer months, declining in fall and increasing in spring. Oviposition occulred in winter on...

Journal: :Bulletin of entomological research 2017
Z Yan J J Yue C Bai Z Q Peng C H Zhang

The endoparasitoid Microplitis prodeniae Rao and Chandry is an important potential augmentative biological control agent for lepidopteran pests of vegetables and tobacco. However, cold storage of pupae is required to ensure that sufficient parasitoids are available when they are needed in the field. In this study, pupae were maintained at 0, 4 or 10°C for 5-50 days after which the adults were e...

2014
Kamala Jayanthi Pagadala Damodaram Vivek Kempraj Ravindra Mahadappa Aurade Sowmya Bandhisara Rajasekhar Ravindra Kothapalli Venkataramanappa Bakthavatsalam Nandagopal Abraham Verghese

Oviposition site-selection in insects is mediated through innate recognition templates (IRTs) tuned to specific chemical cues. These cues aid gravid insects in choosing suitable oviposition sites and may even enhance the fitness of their offspring by warding off predators and parasitoids. However, studies on the evolution of oviposition site-selection and cues instigating oviposition in domesti...

ژورنال: علوم آب و خاک 2000
بصیرت, مهدی , سیدالاسلامی, حسین ,

In 1996 and 1997 pistachio orchards in Isfahan Province were surveyed to determine the presence and damage levels by Eurytoma plotnikovi Nikolskaya and Megastigmus pistacia Walker. In order to investigate seasonal population fluctuation of E. plotnikovi, larval, pupal and adult stages were monitored in three orchards. In each orchard, 200 nuts with more than 50% infestation to overwintering l...

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

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

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