نتایج جستجو برای: specific growth ratio sgr

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

Journal: :Fishes 2023

Levels of dietary carbohydrates and lipids have important effects on the growth, health, glycolipid metabolizing capacity hybrid grouper (Epinephelus fuscoguttatus ♀ × E. lanceolatus ♂). This experiment evaluated effect carbohydrate to lipid ratios (CHO:L ratio) serum biochemical indices, intestinal morphology activity digestive enzymes, ability metabolize in grouper. Six iso-nitrogenous (500 g...

Fahimeh Fallahpour, Mahdi Banaee, Narges Javadzade

Objective: This study was conducted to evaluate the effects of different proportions of marshmallow extract (Althaea officinalis L.) on growth performance and carcass composition of common carp (Cyprinus carpio). Methods: Common carp with an average weight of 37.65 ± 4.40 g were fed for two months with a diet supplemented with marshmallow (A. officinalis) ext...

ژورنال: بوم شناسی آبزیان 2016
Javadi, Teimor, Kamangar, Barzan, Sheikhahmadi, Ardeshir, Zadmajid, Vahid,

In this study, we divided 300 goldfish (average weight: 12.30 ± 2.11 g) into 4 groups. Fish were fed diets that contained 4 levels of thyme extract: 0 (control), 200, 400 and 800 mg/kg (Thyame, LN23IN, France) for a period of 2 weeks. At the end of 2 weeks, each group of the mentioned treatments was divided into 2 groups: nanosilver-exposed group and control. In the aquarium of the nanosilver-e...

Journal: :veterinary research forum 2015
parvin momeni-moghaddam saeed keyvanshokooh saeed ziaei-nejad amir parviz salati hossein pasha-zanoosi

this study was conducted to determine the effects of mannan oligosaccharide (mos) on growth, some immune responses and gut lactic acid bacteria of common carp. four experimental diets containing 0%, 0.05%, 0.10% and 0.20% mos were prepared. each diet was randomly allocated to triplicate groups of fish with initial average weight of approximately 14 g. after eight weeks, survival rate was high i...

Journal: :Israeli journal of aquaculture-Bamidgeh 2022

The study aimed to determine the optimum dietary lysine level of orange-spotted rabbitfish Siganus guttatus Bloch, 1787 (average body weight range 5.2 7.6 gxfish-1). feeding trial was conducted for 8 weeks employing six experimental diets which were isonitrogenous, isocaloric, and isolipidic (35% crude protein (CP), 18.3 MJxkg-1 gross energy, 5% lipid). content ranged from 1.22 g 2.12 xkg-1 dry...

Journal: :Brazilian Journal of Biology 2023

Abstract We have evaluated the effects of different fish feeds on body composition, growth, and enzyme activities Labeo rohita (Rohu). In total, 240 fishes between average weights 24.77±2.15g were studied. The treatments applied in a completely randomized design, with 4 60 each. Treatments consisted four [Oryza (T1), AMG (T2), Aqua (T3), Supreme (T4)]. Body growth performance, evaluated. There ...

Journal: :Asian Journal of Fisheries and Aquatic Research 2023

Mahseer aquaculture activities are still relatively low because they constrained by slow growth. Potassium diformate can promote growth improving digestion. This research aimed to determine the optimum dose of potassium addition artificial feed for best rate in mahseer fingerlings. The was conducted from July – August 2022, hatchery Faculty Fisheries and Marine Sciences, Padjadjaran University,...

B Cheng, F Liu, H Shi, L Gou, Q. Guo, Y. Lu,

To provide a scientific basis for artificial culture, the effects of different breeding densities, feeding cycles, and light environments on the growth regulation of Poecilobdella manillensis were studied. After P. manillensis were cultured at breeding densities of 250 ~ 3250 leeches m-2; feeding cycles of 2 ~ 16 days; and a light environment with noise or a light-free environment without noise...

زهرا فیضی, , علامه فانی, , جواد پوررضا, , نصرالله محبوبی صوفیانی, ,

The present experiment evaluated the effects of fat (Kilka fish oil) levels (0, 5, 10, 15 and 20%) in the diet (35% constant protein) on performance of rainbow trout. The experiment was performed in a completely randomized design, with 4 replicates, 200 grower fish with an average weight of 200±11 gr, each. They were randomly divided into 20 groups of 10 fish per group reared in separate pens. ...

ژورنال: علوم آب و خاک 2003
زهرا فیضی, , علامه فانی, , جواد پوررضا, , نصرالله محبوبی صوفیانی, ,

The present experiment evaluated the effects of fat (Kilka fish oil) levels (0, 5, 10, 15 and 20%) in the diet (35% constant protein) on performance of rainbow trout. The experiment was performed in a completely randomized design, with 4 replicates, 200 grower fish with an average weight of 200±11 gr, each. They were randomly divided into 20 groups of 10 fish per group reared in separate pens. ...

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

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

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