نتایج جستجو برای: von bertalanffy

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

Journal: :World Journal Of Advanced Research and Reviews 2021

The growth of Brycinus longipinnis caught at Aghien Lagoon was studied between June 2014 and May 2015 through type, condition factor parameters according to the Von Bertalanffy model. Sampling conducted using experimental fisheries. Growth type determined from length-weight relationship model FiSAT software. negative allometric (b = 2.59). population grows faster towards asymptotic length ((L∞ ...

Journal: :Bioinformatics 2011
Ronan M. T. Fleming Ines Thiele

MOTIVATION In flux balance analysis of genome scale stoichiometric models of metabolism, the principal constraints are uptake or secretion rates, the steady state mass conservation assumption and reaction directionality. Here, we introduce an algorithmic pipeline for quantitative assignment of reaction directionality in multi-compartmental genome scale models based on an application of the seco...

L Roomiani, M Javaheri Baboli, A Pazira , F lakzaie, M Taghavi Niya ,

In this study growth characteristics of 815 tuwini (Capoeta trutta) in Shour River were investigated during July 2010 through June 2011. The population was composed of 62.94% females and 32.02% males. Sex ratio was 1: 1.96, with significant differences observed at 1:1 (x2= 150.6 df= 1 p<0.05). The age distribution of this population ranged from <1 to 6 years. The distribution of length and wei...

Asghar Abdoli Bahram Hassanzadeh Ehsan Kamrani Jaleh Sarafraz Mohamad Ali Akbarian

In order to determine the age structure, growth, and length-weight relationship of the mudskipper, Periophthalmus waltoni, from coastal mudflats of Qeshm Island, Soroo and Bandar-pol, in Hormuzgan Province, Iran, we collected 192 individuals in February 2007. Age was determined using the second pectoral radial bone and year class was based on length-frequency distributions. Growth was descr...

Journal: :Italian Journal of Animal Science 2021

Seven non-linear growth models were compared in the Andalusian turkey, an endangered native breed. To this aim, turkeys weekly weighted until they reached 35 weeks. The goodness-of-fit and flexibility criteria of Brody, Von Bertalanffy, Verhulst, Logistic, Gompertz, Richards, Sinusoidal evaluated to quantify their ability describe biological curve. Goodness-of-fit assessed comparing mean square...

M. Aydın, U. Karadurmuş

This study was carried out during May 2010 – April 2011 in order to determine various biological properties of red mullet occurring in the Eastern Black Sea region. The average length and weight of 1435 specimens were determined as 13.13 cm and 23.14 g, respectively. Weight-length relationship was determined as W = 0.0088 L3.0338. The age distribution of this population ranged between I and VII...

A. Savari A. Taghavi Motlagh Gh. Eskandari, P. Kochanian

  Estimates of age, growth parameters, length-weight relationship and length and age at first maturity of the otolithes ruber are required for fishery management. We used counting annuli on the section of sagittal otoliths to age O.ruber from the Northwest Persian Gulf in south of Iran. Estimated ages ranged from 0 to 6 years, and maximum frequency of fishes was observed in age-group 1. The val...

A. Vahabnezhad M. Ghodrati Shojaei M. Hakimelahi, S. A. Taghavi Motlagh, S. J. Seyfabadi

  The population parameters and spawning season of the Spangeld emperor (Lethrinus nebulosus) were studied in coastal waters of Hormouzgan province. The monthly calculated mean values of gonadosomatic index (GSI) of females were indicate to increase from February, reach the highest in March and decline in June. The spawning season peak of L. nebulosus occurred in March. The Von Bertalanffy grow...

ژورنال: بوم شناسی آبزیان 2016
Hagh parast, Sara, Jebeleh, Ahmad Reza, Raeisi, Hadi, Rahnema, Behzad,

In the present study, we investigated biological characteristics and population dynamics of long-spined tripodfish, Pseudotriacanthus strigilifer, in coastal waters of Hormozgan province. A total of 391 fish samples were collected from September 2014 until September 2015 by the set net of Moshta. Length frequency data were analyzed using FiSAT software and ELEFAN 1 method. The longest and the s...

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

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

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