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

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

2017
Kristin M. Reid Sonal Patel Aaron J. Robinson Lijing Bu Jiraporn Jarungsriapisit Lindsey J. Moore Irene Salinas

Interactions among host, microbiota and viral pathogens are complex and poorly understood. The goal of the present study is to assess the changes in the skin microbial community of Atlantic salmon (Salmo salar L.) in response to experimental infection with salmonid alphavirus (SAV). The salmon skin microbial community was determined using 16S rDNA pyrosequencing in five different experimental g...

2014
Greta Elena Carmona-Antoñanzas Greta Carmona-Antoñanzas Michael J. Leaver Douglas R. Tocher John B. Taggart Michaël Bekaert

2016
Eric J. Guiry Suzanne Needs-Howarth Kevin D. Friedland Alicia L. Hawkins Paul Szpak Rebecca Macdonald Michelle Courtemanche Erling Holm Michael P. Richards

Lake Ontario once supported a large complex of Atlantic Salmon (Salmo salar) populations that became extinct prior to scientific study. Since the 1860s, research efforts to conserve and reintroduce a sustainable population of Atlantic Salmon have focused on determining whether Lake Ontario's original salmon populations had migrated to the Atlantic Ocean as part of their lifecycle (anadromy), st...

Journal: :Journal of fish biology 2014
D S Stich M M Bailey J D Zydlewski

This study evaluated Atlantic salmon Salmo salar smolt survival through the lower Penobscot River, Maine, U.S.A., and characterized relative differences in proportional use and survival through the main-stem of the river and an alternative migration route, the Stillwater Branch. The work was conducted prior to removal of two main-stem dams and operational changes in hydropower facilities in the...

Journal: :The Canadian veterinary journal = La revue veterinaire canadienne 2002
Andrew M Silverstone Larry Hammell

Spinal deformities in farmed Atlantic salmon (Salmo salar) are often observed in intensive farming systems and result in production losses. Many putative factors have been implicated with the formation of spinal deformities in larger salmon. This condition has been described as broken back syndrome, curvy back disease, and short tails.

2017
Katherinne Valderrama Manuel Soto-Davila Javier Santander

Here, we report the draft genome sequence of the type strain Aeromonas salmonicida subsp. salmonicida ATCC 33658 isolated from Salmo salar The size of the genome is 4,728,143 bp with a G+C content of 58.5%. The A. salmonicida subsp. salmonicida ATCC 33658 genome lacks essential virulence genes that were likely lost during genomic rearrangements.

1998
Mart R. Gross

Today, over 94% of all adult Atlantic salmon (Salmo salar) are in the aquaculture niche and wild numbers continue to decline while aquaculture numbers increase. The developmental and evolutionary forces in the aquaculture or “domestic” niche are so unlike those in the wild niche that two distinct biologies are being created from the original Atlantic salmon species. We may now need to recognize...

Journal: :Journal of clinical nursing 2012
Ann-Christine Andersson Anna Olheden

Quality improvement has lately become a ‘hot’ topic within the Swedish healthcare sector. In the Kalmar county council in south-east Sweden, a large-scale improvement programme was initiated in 2007. The aim is to become the safest county council in Sweden by 2014. Quality in health care is often measured in terms of patient safety. Health care has traditionally seen the patient as an ‘outcome’...

2016
Sam Vandenplas Maxime Willems P. Eckhard Witten Tom Hansen Per Gunnar Fjelldal Ann Huysseune

The Atlantic salmon (Salmo salar) and African bichir (Polypterus senegalus) are both actinopterygian fish species that continuously replace their teeth without the involvement of a successional dental lamina. Instead, they share the presence of a middle dental epithelium: an epithelial tier enclosed by inner and outer dental epithelium. It has been hypothesized that this tier could functionally...

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

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

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