نتایج جستجو برای: gill and gut morphology

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

Journal: Poultry Science Journal 2016
Kalantar M Khajali F Yaghobfar A

The effects of grain and carbohydrase enzyme supplementation were investigated on digestive physiology of chickens. A total of 625 one-day-old chicks (Ross 308) were randomly assigned to five treatments in a completely randomized design. Treatments included two different types of grains (wheat, and barley) with or without a multi-carbohydrase supplement. A corn-based diet was also considered to...

2017
Bo Li Carol Lee Tali Filler Alison Hock Richard You Wu Qi Li Shigang Chen Yuhki Koike Wan Ip Lijun Chi Elke Zani-Ruttenstock Pekka Määttänen Tanja Gonska Paul Delgado-Olguin Augusto Zani Philip M. Sherman Agostino Pierro

Maternal separation (MS) in neonates can lead to intestinal injury. MS in neonatal mice disrupts mucosal morphology, induces colonic inflammation and increases trans-cellular permeability. Several studies indicate that intestinal epithelial stem cells are capable of initiating gut repair in a variety of injury models but have not been reported in MS. The pathophysiology of MS-induced gut injury...

2016
Rebecca Izen Yoel E. Stuart Yuexin Jiang Daniel I. Bolnick

Background: Habitat characteristics can vary over small spatial scales at which gene flow is expected to swamp any effect of divergent natural selection. However, fine-grained (‘microgeographic’) adaptive divergence may still be feasible if individuals exhibit dispersal behaviours that improve the match between their phenotype and habitat. For example, threespine stickleback (Gasterosteus acule...

Journal: :The Journal of Cell Biology 1976
K J Karnaky S A Ernst C W Philpott

Certain euryhaline teleosts can tolerate media of very high salinity, i.e. greater than that of seawater itself. The osmotic gradient across the integument of these fish is very high and the key to their survival appears to be the enhanced ability of the gill to excrete excess NaCl. These fish provide an opportunity to study morphological and biochemical aspects of transepithelial salt secretio...

Journal: :پژوهش های علوم دامی ایران 0
حیدر زرقی ابوالقاسم گلیان حسن کرمانشاهی

introduction corn and wheat are the grains most routinely used in commercial poultry diets. for consumption of these cereals, there are a competition between humans and mono-gastric animals. due to corn crop limitation in iran, approximately 50% of the corn required for poultry nutrition is supplied through imports. since triticale is more resistant to various diseases, dry weather and in simil...

2012
MARGARET LIANG

Anchistus custos Forsk&l is the only common prawn commensal with bivalves of the family Pinnidae in Singapore waters. The whole morphology shows pronounced modifications connected with the commensal mode of life. The second legs are large and massive and show marked positive allometry in the male but appear to have little function in the general life of the animal. The animal occurs wherever th...

Alzheimer’s disease (AD) is a neurodegenerative disease that is the most common type of dementia.AD includes 60_80% of dementia and most people with AD have more than 65 years old.AD causes losing neuronal activity by abnormal proteins. Plaques of beta-amyloid and tangles of “tau” protein can lead to AD. Recently evidence has found that AD may come from outside of central nerv...

Journal: :تحقیقات دامپزشکی 0
محمود صحراائی بخش علوم دامی، مرکز تحقیقات کشاورزی و منابع طبیعی استان اردبیل، اردبیل–ایران حسین جانمحمدی گروه علوم دامی، دانشکده کشاورزی دانشگاه تبریز، تبریز–ایران

background: use of synbiotic and zinc sources had synergetic effects on broiler chickens performance and immune response improvements. objectives: this experiment was carried out to evaluate the effect of synbiotic and zinc sources on broiler chickens performance, immune response and gut morphology. methods: a total of 780, one-day old male broiler chicks were randomly assigned in factorial met...

Journal: :Physiological and biochemical zoology : PBZ 2011
Carol Bucking Chris N Glover Chris M Wood

Hagfish feed by immersing themselves in the body cavities of decaying animals. This ensures a rich nutrient source for absorption via the gills, skin, and gut, but it may also subject hagfish to reduced levels of dissolved oxygen and elevated levels of the products of biological degradation. This study investigated the impacts of hypoxia and ammonia on the assimilation and metabolism of selecte...

ژورنال: زیست شناسی دریا 2019
, ,

The aim of this study was evaluate tissue lesions caused by black gill disease and its causes in 85-80 days old Litopenaeus vannamei with an average weight of 13-15 g located in the Delvar shrimp rearing site from Bushehr province. Primary and secondary gill lamella was necrosis, central axis were not arranged and gill lamella swelling, epithelial cell necrosis along with karyorrhexis and pykno...

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

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

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