نتایج جستجو برای: batoids fishes

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

2008
Stéphan G. Reebs

Fishes are delicious. At least herons, kingfishers, mergansers, and all marine birds seem to think so. Marine mammals seem to think so. Minks and bears seem to think so. The big fishes themselves concur. As a taxonomic group, fishes face one of the most diverse arrays of predators imaginable. Threat comes from below and from above, during the day and at night, and at almost all stages of life. ...

Journal: :Current biology : CB 2017
Peter C Wainwright Sarah J Longo

The world's oceans are home to many fantastic creatures, including about 16,000 species of actinopterygian, or ray-finned, fishes. Notably, 85% of marine fish species come from a single actinopterygian subgroup, the acanthomorph or spiny-rayed fishes. Here, we review eight functional innovations found in marine acanthomorphs that have been instrumental in the adaptive radiation of this group in...

Journal: :journal of agricultural science and technology 2010
j. pazooki m. masoumian m. yahyazadeh j. abbasi

a systematic parasitological examination was carried out on 266 freshwater fish speci-mens, belonging to 11 species, from northwest of iran during the period from summer 2001 to summer 2002. twelve parasite species including diplostomum spathaceum, al-locreadium isoporum, ligula intestinalis, digrama sp., caryophylleus laticeps, rhabdocona hellichi, eustrongylides excisus, argulus foliaceus, la...

2014
Xabier Irigoien T. A. Klevjer A. Røstad U. Martinez G. Boyra J. L. Acuña A. Bode F. Echevarria J. I. Gonzalez-Gordillo S. Hernandez-Leon S. Agusti D. L. Aksnes C. M. Duarte S. Kaartvedt

With a current estimate of ~1,000 million tons, mesopelagic fishes likely dominate the world total fishes biomass. However, recent acoustic observations show that mesopelagic fishes biomass could be significantly larger than the current estimate. Here we combine modelling and a sensitivity analysis of the acoustic observations from the Malaspina 2010 Circumnavigation Expedition to show that the...

Journal: :The Journal of parasitology 2009
Amber T Kaplan S Rebhal K D Lafferty A M Kuris

In aquatic ecosystems, dense populations of snails can shed millions of digenean trematode cercariae every day. These short-lived, free-living larvae are rich in energy and present a potential resource for consumers. We investigated whether estuarine fishes eat cercariae shed by trematodes of the estuarine snail Cerithidea californica. In aquaria we presented cercariae from 10 native trematode ...

2015
F. Bibi S. N. Qaisrani A. N. Ahmad M. Akhtar B. N. Khan Z. Ali

Fishes account for approximately 17% of the global animal protein intake. Fish and fishery products, however, have been documented as a carrier of food-borne pathogens. Fishes serve as a host to a variety of parasites including Salmonella.Salmonella, usually, is not a fish pathogen, rather the consumption of Salmonella contaminated feed and water causes this infection. Smoked fishes serves as a...

2015
J. J. Kulkarni

Present study was performed to investigate the impact of sublethal concentrations of Diazinon on different behavioral aspects of Labeo rohita. LC50 of Diazinon for 96 hrs by static bioassay test was found to be 0.004ml/l. The fishes were exposed for 96 hrs. Diazinon exposure caused decrease in resting period, increase in opercular movement and air gulping, increase in jerk, threat and burst swi...

2009
Myo Thida How-Lung Eng Boon Fong Chew

Current state-of-the-art fish monitoring systems are lack of intelligent in interpreting fishes behaviors automatically. To tackle these problems, we propose a vision-based method that automatically analyze behaviors of a group of fishes in an aquarium and detect abnormality precisely. Here we consider the problem in two steps. First, we propose a new incremental spectral clustering method to e...

2015
Koteshwar Rao

Present haematological study deals with determination of EUS infection in fresh water fishes of Warangal district. The three lakes selected for study were Dharmasagar, Hasanparthy and Bhandham. From each lake 100 fishes (Channa straitus) of both control and infected were collected for the study. Haematological parameters were estimated in control and infected fishes. Results reveal that in comp...

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

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

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