نتایج جستجو برای: indigenous sistani cattle

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

  reducing production and death. The disease in endemic areas would be mild or subclinical in indigenous cattle and clinically acute in exotics. OBJECTIVES: This study was conducted to evaluate the resistance of indigenous cattle in comparison with Holstein and crossbred cattle against Theileria annulata through assessment of clinical signs and response to treatment. METHODS: For this purpose...

2011
R.B. Kayastha G. Zaman R.N. Goswami A. Haque

The present investigation was undertaken to study the physical and morphometric characteristics in indigenous cattle of Assam. The data pertain to 339 indigenous cattle of different categories. The physical characteristics included colour pattern of body coat, muzzle, tail switch, hoof and horn. Body length, height at wither, heart girth, pouch girth, length of tail, switch, neck, ear and head ...

Journal: :iranian journal of applied animal science 2015
m. akter m. asaduzzaman m.m. hossain l. asad

the experiment was conducted to study the effect of treatment of rice straw with urea and a urease containing midden soil on the chemical composition of treated rice straw, feed intake of the animals, nutrients digestibility, body weight gain, feed conversion efficiency and overall economy of feeding for a period of 105 days. twelve indigenous growing cattle (live weight 130.00±1.67 kg) were se...

2015
Okeyo Mwai Olivier Hanotte Young-Jun Kwon Seoae Cho

At least 150 indigenous African cattle breeds have been named, but the majority of African cattle populations remain largely uncharacterized. As cattle breeds and populations in Africa adapted to various local environmental conditions, they acquired unique features. We know now that the history of African cattle was particularly complex and while several of its episodes remain debated, there is...

2010
Arash Javanmard Nader Asadzadeh

Problem statement: Variations at DNA level contribute to the genetic characterization of livestock populations and this may help to identify possible hybridization events as well as past evolutionary trends. Approach: The leptin and Pit-1 are attractive candidate genes for production and reproduction traits in cattle. A total of 247 Animals from four breeds from two species of Iranian cattle po...

Journal: :تولیدات دامی 0
سمانه ابولی کارشناس ارشد، گروه علوم دامی، دانشکدۀ کشاورزی، دانشگاه زابل غلامرضا داشاب استادیار، گروه علوم دامی، دانشکدۀ کشاورزی، دانشگاه زابل محمد رکوعی استادیار، گروه علوم دامی، دانشکدۀ کشاورزی، دانشگاه زابل مهدی وفای واله استادیار، گروه علوم دامی، دانشکدۀ کشاورزی، دانشگاه زابل

the polymorphism in exon three of fabp4 gene and its association with growth traits of 45 sistani (n=30) and dashtiari (n=15) cattle were investigated. dna extraction from the whole blood was performed and its quality was determined by electrophoresis of one percent agarose gel. animal genotypes were determined based on polymerase chain reaction (pcr) products and their band size electrophorese...

Journal: :تولیدات دامی 0
فاطمه میر کارشناس ارشد، گروه علوم دامی، دانشکدۀ کشاورزی، دانشگاه زابل، ایران محمد رکوعی دانشیار، گروه علوم دامی، دانشکدۀ کشاورزی، دانشگاه زابل، ایران غلام رضا داشاب استادیار، گروه علوم دامی، دانشکدۀ کشاورزی، دانشگاه زابل، ایران هادی فرجی آروق استادیار، پژوهشکدۀ دام‏های خاص، دانشگاه زابل، ایران

the aim of this study was to design the base breeding plan in sistani cattle by using of stochastic simulation. for this purpose, three population size (500, 1000, 2000 heads), three levels of herd number (5, 10, 20), two levels of selection intensity (high and low) and two levels of mating method (random and minimum co-ancestry) were combined together and in total 36 scenarios were compared fo...

Journal: :Journal of animal science 2009
H Wang R Long W Zhou X Li J Zhou X Guo

Two experiments were conducted to determine the urinary purine derivative (PD) excretion rates and to analyze potential variations in PD excretions between yak, Tibetan indigenous cattle, and their crossbreds under similar ecological environment, and to develop prediction equations based on PD excretion for estimating rumen microbial protein supply. Three Tibetan castrated male yaks, and simila...

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

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

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