نتایج جستجو برای: lory sheep breed

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

2016
Roy Sykes

This thesis concerns an investigation of the ability of sheep to withstand cold. It includes studies of the initial cold resistance, the ability to acclimatize to cold, and of the variation within and between breeds of sheep. The cold resistance of shorn Scottish Blackface, Southdown and Welsh Mountain sheep, equal numbers on high or maintenance levels of nutrition, was measured by the rate of ...

Abdollah Derakhshandeh, Gholamreza Nikbakht borojeni Reza Talebnia غلامرضا نیکبخت بروجنی,

The major histocompatibility complex (MHC) plays a central role in the control of disease resistance and immune response. Extensive genetic diversity in MHC genes provides a valuable source for genetic improvement, via selection, in many domestic animals. Exon 2 of the class II MHC, termed Ovar-DRB1 in domestic sheep (Ovis aries), has been suggested as important disease resistance and immune re...

Journal: :Journal of animal science 1984
C V Hulet S K Ercanbrack A D Knight

Development of the Polypay breed was undertaken to combine into a composite breed the potential for greatly increased reproductive capacity along with desirable growth rate and carcass quality. Four breeds were selected for the foundation of the new breed--the Rambouillet and the Targhee for hardiness, large body size, long breeding season, herding instinct and fleece characteristics; the Dorse...

2013
S. H. Phua H. Henry K. G. Dodds

Sporidesmin is the mycotoxin that causes facial eczema disease (FE) in New Zealand (NZ) livestock. In an artificial sporidesmin dosing test, the introduced Finnish Landrace sheep breed was found to be significantly more tolerant to FE than the introduced Texel breed. This finding enables cross-breeding strategies to improve disease tolerance. Combining published data with the current study, a t...

Journal: :Genetics and molecular research : GMR 2015
Z H Tian F Shi F G Zhong D P Bai X Y Zhang

The neonatal Fc receptor (FcRn) plays an important role in regulating IgG homeostasis in the body and passive protection to the offspring. Changes in FcRn expression levels caused by genetic polymorphisms of Fcgrt, which encodes FcRn, may lead to inter-individual differences in colostrum IgG levels in sheep. In this study, we sequenced the FcRn partial heavy chain from 179 sheep from Xinjiang P...

Journal: :Ciencia Rural 2023

ABSTRACT: Sheep production is expanding among small farmers in Southern Uruguay. Currently, Corriedale and Milchschaf are being used, but not Highlander. However, there lack of experimental information regarding the relative performance these breeds. We conducted an experiment where three sheep breeds were run together at Regional Centre, located region question. Wool, body, reproductive lamb g...

2012
M. T. Mohammad M. Rafeeq M. A. Bajwa M. A. Awan F. Abbas A. Waheed F. A. Bukhari P. Akhtar

The aim of this study is to estimate body weight from withers height, body length, and chest girth measurements by using Regression Tree (RT) Method. For this purpose, data were collected from 239 male sheep at yearling age (11-13 months) of five indigenous sheep breeds (Mengali (48), Balochi (48), Harnai (48), Beverigh (47) and Rakhshani (48)) reared in Balochistan, Pakistan. Bivariate relatio...

Journal: :desert 2010
h. moradi shahrbabak m. moradi shahrbabak h. mehrabani yeganeh gh. rahimi

abstract the whole blood potassium concentration has shown the bimodal distribution in sheep, which has been classified into lk and hk types; hk allele is recessive to lk with a single gene inheritance. this polymorphism showed different behavior in different environment, which could be due to adaptation process. this research was conducted on the zel and kermani breed research station, which k...

2013
Lifan Zhang Michelle R. Mousel Xiaolin Wu Jennifer J. Michal Xiang Zhou Bo Ding Michael V. Dodson Nermin K. El-Halawany Gregory S. Lewis Zhihua Jiang

Sheep are among the major economically important livestock species worldwide because the animals produce milk, wool, skin, and meat. In the present study, the Illumina OvineSNP50 BeadChip was used to investigate genetic diversity and genome selection among Suffolk, Rambouillet, Columbia, Polypay, and Targhee sheep breeds from the United States. After quality-control filtering of SNPs (single nu...

Journal: :Journal of applied physiology 2013
Helen Willems Florian Leiber Martina Kohler Michael Kreuzer Annette Liesegang

This study aimed to investigate the bone development of two mountain sheep breeds during natural summer grazing either in the lowlands or on different characteristic alpine pastures. Pasture types differed in topographic slope, plant species composition, general nutritional feeding value, Ca and P content, and Ca:P ratio of herbage. Twenty-seven Engadine sheep (ES) lambs and 27 Valaisian Black ...

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

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

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