نتایج جستجو برای: great beluga

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

Journal: :Journal of virology 2014
Patrick C Y Woo Susanna K P Lau Carol S F Lam Alan K L Tsang Suk-Wai Hui Rachel Y Y Fan Paolo Martelli Kwok-Yung Yuen

While gammacoronaviruses mainly comprise infectious bronchitis virus (IBV) and its closely related bird coronaviruses (CoVs), the only mammalian gammacoronavirus was discovered from a white beluga whale (beluga whale CoV [BWCoV] SW1) in 2008. In this study, we discovered a novel gammacoronavirus from fecal samples from three Indo-Pacific bottlenose dolphins (Tursiops aduncus), which we named bo...

2013
Saeed Zahedi Arash Akbarzadeh Maryam Rafati Mahdi Banaee Heshmat Sepehri moghadam Hadi Raeici

In Caspian Sea basin, sturgeons spend the larval and juvenile stages in freshwaters of rivers and then, they migrate to brackish waters of the sea where they grow and mature. With regard to the elevation of the metal concentrations in coastal waters and sediments of the Caspian Sea and its adjacent rivers, it is likely that juvenile sturgeon are exposed to sub-lethal levels of metals during sea...

Journal: :The Journal of experimental biology 2014
Manuel Castellote T Aran Mooney Lori Quakenbush Roderick Hobbs Caroline Goertz Eric Gaglione

While hearing is the primary sensory modality for odontocetes, there are few data addressing variation within a natural population. This work describes the hearing ranges (4-150 kHz) and sensitivities of seven apparently healthy, wild beluga whales (Delphinapterus leucas) during a population health assessment project that captured and released belugas in Bristol Bay, Alaska. The baseline hearin...

Journal: :Environmental Health Perspectives 1993
E Dewailly P Ayotte S Bruneau C Laliberté D C Muir R J Norstrom

Inuit people (Eskimos) are likely exposed to persistent organochlorine compounds because their traditional diet includes fatty tissues of the arctic marine biota. Here we present the results of organochlorine compound analysis in milk fat samples from arctic Québec Inuit women and in fat tissues from various animal species inhabiting that region. The total concentration of polychlorinated biphe...

2010
M. P. Heide-Jørgensen K. L. Laidre D. Borchers T. A. Marques H. Stern M. Simon

An aerial survey was conducted to estimate the abundance of belugas (Delphinapterus leucas) on their wintering ground in West Greenland in March–April 2006 and 2008. The survey was conducted as a double platform aerial line transect survey, and sampled approximately 17% of the total survey area of ca. 125 000 km. The abundance of belugas was 10 595 (95% confidence interval 4904–24 650). The lar...

F. Noori N. Agh, N. M. Makhdom

 Co-feeding of fish larvae with live food and formulated diet has been at the focus of fish nutritionists since last decade. In this study we tried to refine the feeding practices of great beluga sturgeon (Huso huso) larvae using different combinations of newly hatched Artemia urmiana nauplii and trout starter diet. Three replicate groups (250 fish/replicate) of first-feeding Huso huso larvae w...

2009
F. L J. F

Thirty-eight aerial surveys of beluga or white whales (Delphinapterus leucas) were conducted in Bristol Bay, Alaska, during six different years between 1993 and 2005. Belugas were sighted mainly close to shore in the upper parts of Nushagak and Kvichak bays, as well as along the coast between these bays and in the lower parts of major rivers. Data from 28 complete counts made in good or excelle...

ژورنال: علمی شیلات ایران 2022

In the present study, the physical and chemical factors including optimum temperature and pH, the effect of inhibitors, metal ions, oxidizing agents, and surfactants were assayed on the chymotrypsin activity from beluga (Huso huso) intestine. According to the obtained results, the optimum temperature and pH of the chymotrypsin were recorded at 50°C and 8, respectively, and its activity was extr...

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

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

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