نتایج جستجو برای: negative control intact egg

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

Journal: :The American naturalist 2000
Don R Levitan

Life-history models for marine invertebrate larvae generally predict a dichotomy in egg size in different species: eggs should be either minimal in size or large enough to support development fully without larval feeding. This prediction is contradicted, however, by the empirical observation of wide, continuous variation in egg size between these extremes. The prediction of dichotomy rests on t...

Journal: :Analytical chemistry 2010
Elizabeth J Judge John J Brady Robert J Levis

A nonresonant femtosecond laser pulse, with an intensity of 10(13) Wcm(-2), vaporizes proteins and biomolecules intact, regardless of molecular structure, size or electronic structure for subsequent electrospray ionization and transfer into a mass spectrometer. Rapid, direct analysis from dried sample, aqueous solution and cellular material is demonstrated at atmospheric pressure using laser el...

Journal: :The Journal of Cell Biology 1992
K R Foltz W J Lennarz

Sea urchin egg fertilization requires the species-specific interaction of molecules on the sperm and egg surfaces. Previously, we isolated an extracellular, 70-kD glycosylated fragment of the S. purpuratus egg receptor for sperm by treating the eggs with lysylendoproteinase C (Foltz, K. R., and W. J. Lennarz. 1990. J. Cell Biol. 111:2951-2959). To characterize the receptor further, we have gene...

Journal: :Investigative ophthalmology 1973
L A Birndorf W W Dawson

The diagnosis of vitelliform macular dystrophy can be made from fundus examination alone when the classical egg-yolk lesion is intact. After the lesion has scrambled, however, other information is needed to be certain of the diagnosis. The electrooculogram (EOG) has been reported abnormal in vitelliform macular dystrophy and has been called "an indispensable diagnostic element." This paper, how...

Journal: Poultry Science Journal 2016

In this experiment, the effects of fennel and thyme extracts with and without flaxseed were investigated on performance and egg quality of Leghorn-type laying hens (Hy-Line W-36). 200 laying hens from 26 to 38 weeks of age were assigned to five dietary treatments with five replications. The treatment groups were: 1) Control (a diet without any additives); 2) control diet plus fennel (40 mg/kg f...

Journal: :The Journal of General Physiology 1950
Harold F. Blum Gordon M. Loos J. Courtland Robinson

Light of wave lengths 0.30micro to 0.50micro, accelerates return of the cleavage rate of Arbacia eggs to normal, after delay by exposure to ultraviolet radiation (wave lengths 0.238micro to 0.31micro). Recovery is apparently complete. Wave lengths 0.30micro to 0.50micro have no effect on the cleavage rate of normal eggs, nor does such illumination previous to dosage with ultraviolet radiation i...

Journal: :General and comparative endocrinology 2002
Julian K Christians Tony D Williams

It has been suggested that follicle-stimulating hormone (FSH) may play a role in egg size/number trade-offs in oviparous vertebrates. We tested this hypothesis in an avian species by administering porcine FSH (pFSH) to intact, captive female zebra finches (Taeniopygia guttata) during egg formation. We predicted that (1) pFSH would increase the number of ovarian follicles recruited into rapid yo...

Journal: :Journal of neurophysiology 1997
F Ullén T G Deliagina G N Orlovsky S Grillner

The functional roles of the major visuo-motor pathways were studied in lamprey. Responses to eye illumination were video-recorded in intact and chronically lesioned animals. Postural deficits during spontaneous swimming were analyzed to elucidate the roles of the lesioned structures for steering and postural control. Eye illumination in intact lampreys evoked the dorsal light response, that is,...

Journal: :Small Ruminant Research 2022

Small ruminants are highly susceptible to infection with gastrointestinal nematodes (GIN), particularly Haemonchus contortus, a blood-feeder that can cause severe anemia and death losses in untreated animals. Anecdotal evidence has suggested short-term treatment of heavily infected animals Red Cell®, vitamin mineral supplement, combination anthelmintic drugs may reduce morbidity mortality. The ...

Journal: :journal of agricultural science and technology 2013
n. zahroojian h. moravej m. shivazad

in this experiment, a total of 128 hy-line w36 hens at 63 weeks of age were used. the hens were put at random into 4 treatment groups (4 replicates and 32 hens per treatment) and were fed four different diets: three diets with different levels of spirulina (1.5, 2.0 and 2.5%) and one control group based on wheat and soybean meal. all birds were housed in commercial cages, had ad libitum access ...

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

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

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