نتایج جستجو برای: zayandeh rood dam lake

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

Journal: :ecopersia 2015
behrouz zarei darki

the main diatomic structure-forming species of the zayandehrud reservoir was investigated by collecting samples from the surface, five, seven and 10 m depths from january 2011 to october 2012 along four linear transects. asterionella formosa hassall, cyclotella ocellata pantocsek and fragilaria crotonensis kitton were revealed as the three structure-forming species among diatomic algae in the r...

Arash Javanshir Barzan Bahrami Kamangar Hadi Poorbagher, Tahsin Rahmani

The Zerebar Lake is a shallow freshwater lake located in the northwestern Iran. The lake is surrounded by three human activities: agriculture, tourism and dam. The present study aimed to investigate (1) which human activity has the greatest impact on eutrophication of the Zerebar Lake (2) If phytoplankton communities, as the indicator, are correlated with the human activities. Water samples wer...

Arash Javanshir Barzan Barzan Hadi Poorbagher, Tahsin Rahmani

The Zerebar Lake is a shallow freshwater lake located in the northwestern Iran. The lake is surrounded by three human activities: agriculture, tourism and dam. The present study aimed to investigate (1) which human activity has the greatest impact on eutrophication of the Zerebar Lake (2) If phytoplankton communities, as the indicator, are correlated with the human activities. Water samples wer...

Arash Javanshir Barzan Bahrami Kamangar Hadi Poorbagher, Tahsin Rahmani

The Zerebar Lake is a shallow freshwater lake located in the northwestern Iran. The lake is surrounded by three human activities: agriculture, tourism and dam. The present study aimed to investigate (1) which human activity has the greatest impact on eutrophication of the Zerebar Lake (2) If phytoplankton communities, as the indicator, are correlated with the human activities. Water samples wer...

K. Norouzian, M.Tajrishy and A. Abrishamchi,

Zoning the pollution of a river may be the first or even the most important step in water quality management. In order to resolve its pollution, fuzzy clustering analysis may be used whenever a composite classification of water quality incorporates mutiple parameters In such cases, the technique may be used as a complement or an alternative to comprehensive assessment. In fuzzy clustering ...

In this study, otolith morphology and otolith contour from big-scale sand smelt, Atherina boyeri were analyzed in Lake Eğirdir and Lake İznik (natural lakes), and Hirfanlı Dam Lake (artificial lake). The otolith contour and sixteen otolith morphological characters such as width, depth, shape, sulcus acusticus shape, ostium, cauda, rostrum size-shape, and thickness, antirostrum size-shape, and t...

In this study, otolith morphology and otolith contour from big-scale sand smelt, Atherina boyeri were analyzed in Lake Eğirdir and Lake İznik (natural lakes), and Hirfanlı Dam Lake (artificial lake). The otolith contour and sixteen otolith morphological characters such as width, depth, shape, sulcus acusticus shape, ostium, cauda, rostrum size-shape, and thickness, antirostrum size-shape, and t...

2009
Kenneth A. Perrine Karl F. Nieman Terry L. Henderson Keith H. Lent Terry J. Brudner Brian L. Evans

Data was collected on Nov. 6, 2009 at the ARL Lake Travis Test Station. The lake has an estimated maximum depth of 37 m [2]. As seen in Fig. 1, the lake has a nearby dam and hilly former river bed terrain that contribute to high reverberation. Fig. 2 shows the temperature and sound speed profiles—a relatively constant set of temperatures and speeds compared to the thermoclines from the July, 20...

Background; Contamination of water and soil through non-point sources such as road runoff causes environmental concern. The aim of this study is to determine the effect of Zanjan – Chavarzagh road on the total organic carbon (TOC) content of sediments in tributaries and the river that lead to Taham Lake. Methods; In tributaries and the river 69 soil and sediment samples were taken and the Tota...

Journal: :international journal of aquatic biology 0
hadi jamali department of fishery, urmia university, urmia, iran. soheil eagderi department of fishery, faculty of natural resources, university of tehran, karaj, iran. esmaeil esmaeilzadegan department of fishery, urmia university, urmia, iran. rahman patimar department of fishery, faculty of natural resources, gonbad kavous university, gonbad kavous, iran.

we collected silver bream blicca bjoerkna from march to july 2013 from aras dam lake (north-west of iran) and investigated its age, size, and some biological characteristics. the maximum age was 5 + years. the total length and weight of specimens ranged 137-278 mm and 26-247 g for male and 134-282 mm and 26-289 g for female, respectively. length-weight relationship was estimated as w = 1e-06tl ...

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

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

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