نتایج جستجو برای: average specific growth rate

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

Mahdi Pesaran Hagi Abbas, Mohammad Reza Mofid, Sirwan Khanchezar, Valiollah Babaeipour,

Background: The protein hormone granulocyte colony-stimulating factor (GCSF) stimulates the production of white blood cells and plays an important role in medical treatment of cancer patients. Methods: An efficient process was developed for heterologous expression of human GCSF in E. coli BL21 (DE3). The feeding rate was adjusted to achieve the maximum attainable specific growth rate under crit...

Journal: :نشریه پرستاری ایران 0
فرشته جهدی fereshteh jahdy پروین پدوئیم شمس الملوک جلال منش پرویز کمالی

this is a field study, done with the purpose of detecting awareness rate of midwifery students about the prenatal, intrapartal, post partal care of women suffering from aids in the nursing and midwifery faculties in medical university science ministry of heath and medical teaching in tehran city (iran, 1993).   in this research multi stage random sampling method was used, and 124 of third and f...

UV-B radiation and EOD light (EOD) quality has both signaling and damaging effects based on the dosage and time of exposure. At highland areas UV-B decreases crop productivity and also light quality increase at high elevation area but EOD light quality effect was not researched based on altitude. Therefore, in the present study a field experiment was conducted to investigate the effects of UV-B...

Journal: :مجله علوم تکثیر و آبزی پروری 0
سارا جعفری کناری sara jafari sariساری بتول ادهمی batoul adhami sariساری

this study was performed to compare the biomar nutritional diet, shrimp, bloodworms on growth parameters, survival and blood parameter of juvenile aquarium joel (hemichromis bimaculatus). the experiment treatments consisted of blood worms, dried shrimp and control treatment that were biomar food. daily feeding was performed 4 times in a day to satiation and breeding fish took place over 8 weeks...

ژورنال: توسعه آبزی پروری 2021

The aim of the present study was to investigate the effect of Lactococcus lactis and Weissella cibaria probiotics on growth performance, intestinal bacterial flora, digestive enzymes and intestinal histology in common carp (Cyprinus carpio). Fish with an average initial weight of 17 g were divided into 10 treatments with 3 replications. Fish food in treatments 1, 2 and 3 were supplemented with ...

B. Mokhayer H. Emadi, M. Faal,

Rainbow trout is the most important species of cold water fishes in Iran and the feeding diets which improve the quality and growth of this fish are of great importance. Rainbow trout Oncorhynchus mykiss (n=360) specimens with approximate weight of 2±0.02g were fed with different concentrations of sesame seed in their diet instead of fish meal for 120 days. Feeding diets were prepared in 3 sesa...

B. Mokhayer, H. Emadi, M. Faal,

Rainbow trout is the most important species of cold water fishes in Iran and the feeding diets which improve the quality and growth of this fish are of great importance. Rainbow trout Oncorhynchus mykiss (n=360) specimens with approximate weight of 2±0.02g were fed with different concentrations of sesame seed in their diet instead of fish meal for 120 days. Feeding diets were prepared in 3 sesa...

Journal: :international journal of advanced biological and biomedical research 0
mohsen javaheri department of agronomy, qorveh branch, islamic azad university, qorveh, iran

sunflower is one of the most important edible oil that growth of annual crops, it is grown over a widely area and is considered a crop adapted to an every environmental conditions, in order to study growth analysis of sunflower under sowing date and cultivars in dry condition a farm experiment was conducted a split plot arranged in a complete randomized block design with three replications in t...

Abdollahpour biria , H., Hamedi Shahraki , N., Valipour, A.R.,

In the present study effects of different levels of probiotic Pediococcus acidilactici, on growth performance and survival rate of Rutilus kutum fingerlings were investigated. Kutum fingerlings with a mean weight of 1±0.235 g were reared for 8 weeks in 500-l fiberglass tanks (15 fish per tank) with 4 diet treatments (3 replicates for each). Treatments included 1×109, 2:1×109, 3×109 CFU kg-1 dry...

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

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

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