نتایج جستجو برای: diapausing egg

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

2007
J. A. Johnson H. R. Bolin G. Fuller A. A. Rhodes J. F. Thompson

In order to determine the potential of various temperature treatments for disinfesting dried fruits and nuts of postharvest insect pests, e>qx>sure times for 50, 95 and 99% mortality in navel orangeworm eggs and pupae and Indiaruneal moth pupae were estimated. For navel orangeworm eggs, 99% mortality was achieved with a.-posure times of 194 minutes at 45°C and 14 minutes at 49°C. Navel orangewo...

2016
Saška Lipovšek Tone Novak Franc Janžekovič Nina Weiland Gerd Leitinger

During winter, cave cricket larvae undergo dormancy in subterranean habitats; this dormancy is termed diapause in second year Troglophilus cavicola larvae because they mature during this time, and termed quiescence in T. neglectus, because they mature after dormancy. Here we used electron microscopy to analyze ultrastructural changes in the epithelial cells in the Malpighian tubules (MTs) of T....

2013
HaiJun Xiao ShaoHui Wu Chao Chen FangSen Xue

The cabbage butterfly, Pieris melete hibernates and aestivates as a diapausing pupa. We present evidence that the optimum of low temperature and optimal chilling periods for both summer and winter diapause development are based on a similar mechanism. Summer or winter diapausing pupae were exposed to different low temperatures of 1, 5, 10 or 15°C for different chilling periods (ranging from 30 ...

Journal: :The Journal of experimental biology 2013
Monica F Poelchau Julie A Reynolds Christine G Elsik David L Denlinger Peter A Armbruster

Dormancy is a crucial adaptation allowing insects to withstand harsh environmental conditions. The pre-programmed developmental arrest of diapause is a form of dormancy that is distinct from quiescence, in which development arrests in immediate response to hardship. Much progress has been made in understanding the environmental and hormonal controls of diapause. However, studies identifying tra...

Journal: :The Journal of experimental biology 1964
J S CLEGG

An interesting relationship exists between the presence of free glycerol in high concentration and alterations in metabolic rate associated with the onset, duration and termination of dormancy in certain insects. This was first observed by Chino (1957, 1958) in diapausing eggs of the silkworm Bombyx mori, and by Wyatt & Kalf (1958) in diapausing pupae of the giant silkworm Hyalophora cecropia. ...

Journal: :The Journal of Cell Biology 1963
D. Stegwee E. C. Kimmel J. A. de Boer S. Henstra

In the hibernating (diapausing) Colorado potato beetle, Leptinotarsa decemlineata Say, the flight muscles show pronounced degeneration. The muscle fibrils are greatly reduced in diameter and the sarcosomes are virtually absent. Similar signs of degeneration could be produced by extirpation of the postcerebral complex of endocrine glands, the corpora cardiaca and corpora allata. Reimplantation o...

Journal: :iranian journal of applied animal science 2015
a. el-ghamry hewida m.h. el-allawy m. hewida s.a. yassein g.m. el-mallah

the experiment was carried out in poultry experimental station belonging to nrc, cairo, egypt. a total of 120 fayoumi layers, 45 weeks old, were randomly divided into four equal groups. each group included three replicates (10 hens in each). the first group was fed the control diet containing 3.3% gram ca, whereas, the other three received diets containing 2.8, 2.6 and 2.4% gram ca, respectivel...

Journal: :iranian journal of applied animal science 2012
m. anna anandh p.n. richard jagatheesan p. senthil kumar g. rajarajan a. paramasivam

the study was conducted to determine the effects of turkey (meleagris gallopavo)egg weight on certain egg traits and hatching performance. a total of 178 turkey eggs comprising of three different egg weight groups below 60 g (g i), 61 to 69 g (g ii) and above 70 g (g iii) were used for this study. average egg weight (g), egg length (cm), egg breadth (cm) and egg volume (cm3) values increased wi...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شهید باهنر کرمان - دانشکده دامپزشکی 1394

چکیده به منظور ارزیابی تأثیر داروی انروفلوکساسین بر روی فرایند آنژیوژنز، تخم مرغ های نژاد راس (میانگین وزن 4±55 گرم) انکوبه شدند. در روز چهارم انکوباسیون، یک پنجره ی 5/1×1 سانتی متری در محور طولی ایجاد شد و تخم مرغ ها به دو گروه تقسیم شدند (7 تخم مرغ در هر گروه). در روز 7، انروفلوکساسین (mg/ky egg weight 10) در گروه درمان، روی پرده کوریوآلانتوئیک تلقیح شد و گروه کنترل pbs دریافت کردند. سه روز ...

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

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

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