نتایج جستجو برای: captive birds

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

2017
Nancy Beerens Rene Heutink Saskia A. Bergervoet Frank Harders Alex Bossers Guus Koch

In 2016, an epidemic of highly pathogenic avian influenza A virus subtype H5N8 in the Netherlands caused mass deaths among wild birds, and several commercial poultry farms and captive bird holdings were affected. We performed complete genome sequencing to study the relationship between the wild bird and poultry viruses. Phylogenetic analysis showed that the viruses are related to H5 clade 2.3.4...

Journal: :The Journals of Gerontology Series A: Biological Sciences and Medical Sciences 2008

Journal: :Revista brasileira de parasitologia veterinaria = Brazilian journal of veterinary parasitology : Orgao Oficial do Colegio Brasileiro de Parasitologia Veterinaria 2013
Cristiane Maria Fernandes de Melo Jaqueline Bianque Oliveira Thais Ferreira Feitosa Vinícius Longo Ribeiro Vilela Ana Célia Rodrigues Athayde Antônio Flávio Medeiros Dantas Paulo Guilherme Carniel Wagner Andrei Brum Febrônio

In this study, we investigated the presence of gastrointestinal helminths in 97 captive birds (Psittaciformes and Accipitriformes) necropsied between June and December 2011 in the state of Paraiba, Brazil. Forty-three birds were infected. Psittaciformes were infected by nematode Ascaridia hermaphrodita (97.6%) and cestode Raillietina sp. (2.4%). A. hermaphrodita was found in all species of parr...

Journal: :Science 2013
Thomas Mueller Robert B O'Hara Sarah J Converse Richard P Urbanek William F Fagan

Successful bird migration can depend on individual learning, social learning, and innate navigation programs. Using 8 years of data on migrating whooping cranes, we were able to partition genetic and socially learned aspects of migration. Specifically, we analyzed data from a reintroduced population wherein all birds were captive bred and artificially trained by ultralight aircraft on their fir...

2014
Anouck Viain Jean-Pierre L. Savard Scott Gilliland Matthew C. Perry Magella Guillemette Christof Markus Aegerter

Remigial moult is one of the crucial events in the annual life cycle of waterfowl as it is energetically costly, lasts several weeks, and is a period of high vulnerability due to flightlessness. In waterfowl, remigial moult can be considered as an energy-predation trade-off, meaning that heavier individuals would minimise the flightless period by increasing feather growth rate and energy expend...

2013
Gaby Dolz Jessica Sheleby-Elías Juan J. Romero-Zuñiga Bernardo Vargas-Leitón Gustavo Gutiérrez-Espeleta Kenneth Madriz-Ordeñana

Psittacine beak and feather disease virus (PBFDV) and avian polyomavirus (APV) are the most common viral diseases in psittacine birds, both affecting feathers and physical appearance of birds. Between 2005 and 2009, a total of 269 samples were collected from birds presented at veterinary clinics, shelters and rescue centers of wildlife in Costa Rica. They belonged to 19 species of psittacine bi...

2014
Ben O. Brilot Lucy Asher Melissa Bateson

26 Negative affect in humans and animals is known to cause individuals to interpret 27 ambiguous stimuli pessimistically, a phenomenon termed ‘cognitive bias’. Here, 28 we used captive European starlings (Sturnus vulgaris) to test the hypothesis that 29 a reduction in environmental conditions, from enriched to non-enriched cages, 30 would engender negative affect, and hence ‘pessimistic’ biases...

Journal: :Royal Society Open Science 2021

Fertility is fundamental to reproductive success, but not all copulation attempts result in a fertilized embryo. Fertilization failure especially costly for females, we still lack clear understanding of the causes variation female fertility across taxa. Birds make useful model system research, partly because their large eggs are easily studied outside female's body, also wealth data available o...

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

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

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