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

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

Journal: :Journal of limnology and freshwater fisheries research 2022

The present study examined length-weight relationship and some growth parameters of Tigris Trout (Salmo tigridis Turan, Kottelat & Bektaş, 2011) caught in Çatak Stream. By using electroshock casting nets, 162 trout were between January 2008 2009. fork lengths total weights measured, sexes the fish identified. Furthermore, their age was also identified line with otoliths. range found out...

Journal: :Journal of fisheries 2022

Stock size and status of red mullet Mullus barbatus were assessed via virtual population analysis yield prediction using on-board observed length-frequency catch data from the north-eastern Mediterranean Sea. The von Bertalanffy growth parameters obtained L∞ = 35.4 cm, k 0.42, t0 0.64, tanc 0.59 Φ′ 2.72. Trawl-type selectivity ogive was calculated as 1.57 years corresponding to 17.1 cm TL. M. i...

Journal: :Journal of Marine Science and Engineering 2022

The black sea urchin (Arbacia lixula, Linnaeus, 1758) is a non-edible marine echinoderm of high ecological importance with the potential to affect communities. A. lixula were sampled monthly for one year from supralittoral fringe at two locations in Pagasitikos Gulf, north-western Aegean Sea. Morphometric characteristics exhibited significant spatiotemporal variation. population closer proximit...

Journal: :Journal of Tekirdag Agricultural Faculty 2022

In cattle breeding, growth curves are used for determining the most appropriate slaughter age, obtaining information about general health status of animals, estimating age sexual maturity and use in selection studies. The aim this study is to estimate Holstein calves using Bayesian Approach Brody, Logistik, Von Bertalanffy models. live weight data was collected from 34 raised at research farm N...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده ادبیات و زبانهای خارجی 1394

diese wissenschaftliche arbeit, die als magisterarbeit für das studienfach „didaktik der deutschen sprache“ geschrieben wurde, befasst sich mit der novelle „der tod in venedig“ von dem berühmten deutschen schriftsteller „thomas mann“. nach kurzer vorstellung der biografie von thomas mann und der zusammenfassung und der interpretation der novelle wurde zun?chst kurze die ubersetzungstheorie und...

2004
Y. C. Lei S. Y. Zhang

The Bertalanffy-Richards growth model is employed more than any other models for forest growth and yield modelling. However, its features have not completely been recognised. As a result, misunderstanding of the model still appears in some papers published in forest journals. A study by [1] is cited here as an evidence of the misunderstanding. This paper tries to explain different features of t...

The aim of the present study was to estimate the population parameters including length-weight relationship (LWR), condition factor (KF), relation condition factor (Kn), age, growth and mortality of Alburnus mossulensis in Azad dam and Komasi River in Kordestan Province, Iran. Of 522 specimens, the fork length, total length and weight of A. mossulensis ranged from 70 to 164, 75-175 mm, and 4.3 ...

ژورنال: بوم شناسی آبزیان 2016
Amouei, Mokhtar, Ghasemzadeh, Javad, Shakori, Arash,

The present study investigated age and growth patterns of the Dwarf snakehead Channagachua from Sarbaz River. A year round regular monthly collection of this species was carried out from June 2013 to May 2014 (Except in August). The specimens total length and total weight ranged from 13 to 153 millimeters, and 0.04 to 49.49 grams respectively. Sex ratio was 1: 1.23 in favor of males. Length–wei...

The population parameters of Encrasicholina punctifer (Buccaneer anchovy) from commercial fishery in the Persian Gulf and Oman Sea coastal waters were studied from October 2014 to September 2015. A total of 13951 length-frequency data collected monthly by pair-boat purse seine and beach seine methods. The asymptotic length (L∞) and Von Bertalanffy growth function (K) were 11.5 cm and K = 1.4 pe...

The aim of this study is to provide necessary information on the biology of mosquitofish in Seyhan Dam Lake in Adana, which is located in southern part of Turkey. The population structure of eastern mosquitofish Gambusia holbrooki Girard, 1859 was studied in Seyhan Dam Lake. A total of 1582 specimens (772 males and 810 females) were collected monthly from January to December, 2007. The age comp...

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

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

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