نتایج جستجو برای: indian bubalus bubalis

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

Journal: :Brazilian Journal of Veterinary Pathology 2019

2011
Ruheena Javed Sanjeev K. Gautam Ramesh K. Vijh Madhu S. Tantia

More than 40 million households in India depend at least partially on livestock production. Buffaloes are one of the major milk producers in India. The prolactin receptor (PRLR) gene and peroxisome proliferators activated receptor-γ coactivator 1-alpha (PPARGC1A) gene are reportedly associated with milk protein and milk fat yields in Bos taurus. In this study, we sequenced the PRLR and PPARGC1A...

Journal: :Journal of the South African Veterinary Association 2013
Ajay K Ola Harpal S Sandhu Vinod K Dumka Bibhuti Ranjan

Pharmacokinetics and urinary excretion of an intravenous dose of 5 mg.kg-1 ofloxacin were investigated in water buffalo calves. Plasma concentrations of ofloxacin were determined by high-performance liquid chromatography. Ofloxacin was rapidly distributed from the central to the peripheral compartment as evidenced by a short distribution half-life (0.09 h ± 0.003 h) and high K12 (4.7 h(-1) ± 0....

Journal: :International Journal of Current Microbiology and Applied Sciences 2019

2008
RICARDO A. GOMES ROSANGELA Z. MACHADO WILMA A. STARKE-BUZETTI MARIA A. BONESSO

GOMES, R.A.; MACHADO, R.Z.; STARKE-BUZETTI, W.A.; BONESSO M.A. [Immunehumoral response of water buffalo (Bubalus bubalis) against Anaplasma marginale (Theiler, 1910).] Resposta imune-humoral de búfalos (Bubalus bubalis) contra Anaplasma marginale (Theiler, 1910). Revista Brasileira de Parasitologia Veterinária Veterinária, v.17, n. 2, p. 73-80, 2008. Departamento de Patologia Veterinária, Facul...

Journal: :Applied and environmental microbiology 1977
T Michalowski

When buffalo were fed once daily, significant diurnal variations in concentration of rumen ciliates and occurrence of dividing protozoa were found. Differences in proportions of dividing Entodinium- and Diplodinium-type ciliates were also observed. Results obtained suggest that the range of diurnal fluctuations in rumen protozoa concentration may be related to the percentage of dividing cells i...

2015
Mingliang Deng Sukun Ji Wentao Fei Sohail Raza Chenfei He Yingyu Chen Huanchun Chen Aizhen Guo

1 To determine the nationwide status of persistent BVDV infection in different members 2 from Bos taurus and Bubalus bubalus in China and compare different test methods, a 3 total of 1379 serum samples from clinical healthy dairy cattle (Chinese Holstein), beef 4 cattle, yaks (Bos grunniens), and water buffalo (Bubalus bubalis) were collected in 5 eight provinces of China from 2010 to 2013. The...

2006
G. MUHAMMAD M. SAQIB M. ATHAR

Muhammad G. , M. Saqib, M. Athar: Fatal Actinobacillosis in a Dairy Buffalo. Acta Vet. Brno 2006, 75: 247-250. The present report describes a case of fatal actinobacillosis in a dairy buffalo (Bubalus bubalis). Clinical signs included a large multilobular, firm abscess located caudo-ventral to the right ear base, submandiblar and prescapular lymphadenopathy, fever and dyspnoea. Haemogram reveal...

Journal: :Genetics and molecular research : GMR 2012
N B Stafuzza C A Abbey C A Gill J E Womack M E J Amaral

River buffalo genome analyses have advanced significantly in the last decade, and the genome sequence of Bubalus bubalis will be available shortly. Nonetheless, large-insert DNA library resources such as bacterial artificial chromosomes (BAC) are still required for validation and accurate assembly of the genome sequence. We constructed a river buffalo BAC library containing 52,224 clones ...

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

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

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