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

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

2016
Jonathan F. Day

The burden of gene transfer from one mosquito generation to the next falls on the female and her eggs. The selection of an oviposition site that guarantees egg and larval survival is a critical step in the reproductive process. The dangers associated with ephemeral aquatic habitats, lengthy droughts, freezing winters, and the absence of larval nutrition makes careful oviposition site selection ...

2014
Flaviane Eva Magrini Alexandre Specht Juliano Gaio Cristiane Priscila Girelli Ignacio Migues Horacio Heinzen Valdirene Camatti Sartori Veronica Cesio

Several representatives of Meliaceae contain biologically active compounds that are toxic to insects with few negative effects on the environment and humans. Our study evaluated the activity of ethyl acetate and ethanol extracts from the fruit and seeds of Cabralea canjerana (Vellozo) Mart (Sapindales: Meliaceae) on Anastrepha fraterculus (Wiedemann) (Diptera: Tephritidae). Limonoids and triter...

2018
Luana Cristina Farnesi Christine Silveira Barbosa Luciana Ordunha Araripe Rafaela Vieira Bruno

BACKGROUND The epidemiological importance of the mosquito Aedes aegypti as a vector of multiple human pathogens has generated a growing number of studies on the physiology and behaviour of its blood-feeding females. The activity of oviposition is one of the critical elements contributing to the expansion of Ae. aegypti's populations. Although there is a vast literature about oviposition behavio...

2014
Maria L. Kaiser Frances D. Duncan Basil D. Brooke

Anopheles gambiae eggs generally hatch at the completion of embryo development; two-three days post oviposition. However, staggered or delayed hatching has been observed whereby a single batch of eggs shows marked variation in time-to-hatch, with some eggs hatching 18 days post oviposition or later. The mechanism enabling delayed hatch has not been clearly elucidated but is likely mediated by e...

2006
ELIZABETH A. BOYD MARK S. HODDLE

Oviposition of Graphocephala atropunctata (Signoret) (Hemiptera: Cicadellidae), the blue-green sharpshooter, was assessed on wild grape, Vitis girdianaMunson, in southern California. Female blue-green sharpshooter preferred to oviposit into new growth, primarily succulent young grape tendrils and canes. Themidrib and petioles of small grape leaves also were used for oviposition, but to a lesser...

2008
James D. Ellis Keith S. Delaplane

Small hive beetles (Aethina tumida Murray) can lay eggs cryptically through the cappings of sealed bee brood cells. However, honey bees (Apis mellifera L.) can detect this activity and respond by removing cell cappings and contents (hygienic behaviour). We were interested in identifying conditions that regulate this syndrome of stimulus and response. Beetle oviposition rate (proportion of cells...

2014
Junghwa Lim Paul R. Sabandal Ana Fernandez John Martin Sabandal Hyun-Gwan Lee Peter Evans Kyung-An Han

Oviposition is induced upon mating in most insects. Ovulation is a primary step in oviposition, representing an important target to control insect pests and vectors, but limited information is available on the underlying mechanism. Here we report that the beta adrenergic-like octopamine receptor Octβ2R serves as a key signaling molecule for ovulation and recruits protein kinase A and Ca(2+)/cal...

2012
Jacklyn Wong Amy C. Morrison Steven T. Stoddard Helvio Astete Yui Yin Chu Imaan Baseer Thomas W. Scott

BACKGROUND Current Aedes aegypti larval control methods are often insufficient for preventing dengue epidemics. To improve control efficiency and cost-effectiveness, some advocate eliminating or treating only highly productive containers. The population-level outcome of this strategy, however, will depend on details of Ae. aegypti oviposition behavior. METHODOLOGY/PRINCIPAL FINDINGS We simult...

2012
W. Rodney Cooper Dale W. Spurgeon

The western tarnished plant bug, Lygus hesperus Knight (Hemiptera: Miridae) is a key pest of fruit, vegetable, and field crops in the western United States, but many aspects of L. hesperus ecology are poorly documented. A sound understanding of oviposition behavior and characterization of the phases of embryonic development would be useful in studies of interactions between L. hesperus and its ...

2009
Mario A. Navarro-Silva Francisco A. Marques Jonny E. Duque

Review of semiochemicals that mediate the oviposition of mosquitoes: a possible sustainable tool for the control and monitoring of Culicidae. The choice for suitable places for female mosquitoes to lay eggs is a key-factor for the survival of immature stages (eggs and larvae). This knowledge stands out in importance concerning the control of disease vectors. The selection of a place for oviposi...

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

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

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