نتایج جستجو برای: salar complex

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

Journal: :Journal of bacteriology 1969
G Wedemeyer

Endotoxins from Escherichia coli and Aeromonas salmonicida caused marked cortisol production in the rainbow trout (Salmo gairdneri).

Journal: :Biology letters 2015
Sonya K Auer Karine Salin Graeme J Anderson Neil B Metcalfe

Links between metabolism and components of fitness such as growth, reproduction and survival can depend on food availability. A high standard metabolic rate (SMR; baseline energy expenditure) or aerobic scope (AS; the difference between an individual's maximum and SMR) is often beneficial when food is abundant or easily accessible but can be less important or even disadvantageous when food leve...

Journal: :Journal of food science 2007
E Misimi J R Mathiassen U Erikson

Computer vision method was used to evaluate the color of Atlantic salmon (Salmo salar) fillets. Computer vision-based sorting of fillets according to their color was studied on 2 separate groups of salmon fillets. The images of fillets were captured using a digital camera of high resolution. Images of salmon fillets were then segmented in the regions of interest and analyzed in red, green, and ...

2012
Emily Y. Campbell Richard W. Merritt Kenneth W. Cummins M. Eric Benbow

Spawning salmon create patches of disturbance through redd digging which can reduce macroinvertebrate abundance and biomass in spawning habitat. We asked whether displaced invertebrates use non-spawning habitats as refugia in streams. Our study explored how the spatial and temporal distribution of macroinvertebrates changed during a pink salmon (Oncorhynchus gorbuscha) spawning run and compared...

Journal: :The Journal of experimental biology 1996
Dittman Quinn

Pacific salmon (Oncorhynchus spp.) are famous for their homing migrations from oceanic feeding grounds to their natal river to spawn. During these migrations, salmon travel through diverse habitats (e.g. oceans, lakes, rivers), each offering distinct orientation clues and, perhaps, requiring distinct sensory capabilities for navigation. Despite these challenges, homing is generally precise and ...

2015
Marco Castellani Mikko Heino John Gilbey Hitoshi Araki Terje Svåsand Kevin A. Glover Vincent Laudet

Ecology and genetics can influence the fate of individuals and populations in multiple ways. However, to date, few studies consider them when modelling the evolutionary trajectory of populations faced with admixture with non-local populations. For the Atlantic salmon, a model incorporating these elements is urgently needed because many populations are challenged with gene-flow from non-local an...

2016
Alastair Thorne Alisdair I. MacDonald Joseph L. Thorley

BACKGROUND Ferox Trout are large, long-lived piscivorous Brown Trout (Salmo trutta). Due to their exceptionally large size, Ferox Trout are highly sought after by anglers while their life-history strategy, which includes delayed maturation, multiphasic growth and extended longevity, is of interest to ecological and evolutionary modelers. However, despite their recreational and theoretical impor...

2014
Gašper Pustovrh Aleš Snoj Simona Sušnik Bajec

Correction After publication of this work [1], we noted that the same mistake occurs in Table one, Figure one, Figure two, Figure four and on page 6 (Result section). In these places of the article, we wrote that the two brown trout samples of the Mediterranean (ME) lineage came from Sardinia, which is not the case. These two samples of the ME lineage were taken from the small river Caranca, a ...

Journal: :Molecular biology and evolution 2001
J N Volff C Körting A Meyer M Schartl

The fish non–long-terminal-repeat (non-LTR) retrotransposon Rex3 has recently been isolated from the platyfish Xiphophorus maculatus (Volff et al. 1999). Complete versions of Rex3 encode a reverse transcriptase (RT) and an apurinic/apyrimidinic endonuclease (fig. 1). Rex3 belongs to the RTE family of non-LTR retrotransposons (Malik and Eickbush 1998; Volff et al. 1999). From all autonomous fish...

2014
Monica Favnebøe Solberg Per Gunnar Fjelldal Frank Nilsen Kevin Alan Glover

The onset of exogenous feeding, when juveniles emerge from the gravel, is a critical event for salmonids where early emergence and large size provide a competitive advantage in the wild. Studying 131 farmed, hybrid and wild Norwegian Atlantic salmon families, originating from four wild populations and two commercial strains, we investigated whether approximately 10 generations of selection for ...

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

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

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