نتایج جستجو برای: imanda lake

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

F Lakzaie F Owfi M Doustdar M Ramin,

During a survey of Gahar Lake and Gahar River from 2008 to 2009 some specimen obtained by seasonal sampling in 6 stations, 3 stations in the lake and 3 stations in the river. Three different methods were used for sampling, gill net and hook in the lake and electrofishing in the river. Due to the results 3 species from 2 families in Gahar Lake and 12 species form 3 families in Gahar River were...

Ahmad Bahrebar, Ayat Rohina, Behroz Behrouzirad Mostafa Bahrebar Seied Mehdi Amininasab Seied Saeed Mohaghegh

This study was performed  in second half of year 2009.For bird counting , monthly from Septamber until March 2009. Total counted birds in Maroon lake were (971). Maximum number of counted birds was in February  (191) and minimum of counted was in Septamber (95). Total counted birds in Jaizan were (385. Maximum number of the counted bird was in February (84) and minimum of counted (52) was in Ja...

Davood Kahforoushan, Esmaeil Fatehifar, Javad Ahmadi, Khaled Zoroufchi Benis, Manouchehr Nadjafi,

Background: Urmia Lake, the second largest hyper-saline lake of the world, has experienced lack of water and other environmental issues in recent years. Now, there is a danger of the lake drying out, which will affect the region and its inhabitants. This study aimed to present a model which can relate the water level of the lake to effective factors. Methods: Parameters that influence water le...

Journal: :Environmental science & technology 2008
S J Guildford D C G Muir M Houde M S Evans K A Kidd D M Whittle K Drouillard X Wang M R Anderson C R Bronte D S Devault D Haffner J Payne H J Kling

This study considers the importance of lake trout habitat as a factor determining persistent organochlorine (OC) concentration. Lake trout is a stenothermal, cold water species and sensitive to hypoxia. Thus, factors such as lake depth, thermal stratification, and phosphorus enrichment may determine not only which lakes can support lake trout but may also influence among-lake variability in lak...

Ahmad Bahrebar, Ayat Rohina, Behroz Behrouzirad Mostafa Bahrebar Seied Mehdi Amininasab Seied Saeed Mohaghegh

This study was performed  in second half of year 2009.For bird counting , monthly from Septamber until March 2009. Total counted birds in Maroon lake were (971). Maximum number of counted birds was in February  (191) and minimum of counted was in Septamber (95). Total counted birds in Jaizan were (385. Maximum number of the counted bird was in February (84) and minimum of counted (52) was in Ja...

حسینی, زهرا سـادات , قهرودی تالی , منیژه , لشـگری , حسـن ,

There are some Geomorphologic evidences of climate changes as alternate dry and wet climate in central parts of Iran. Maharloo Lake is a location that has protected the mentioned evidences as surfaces of detrital and evaporating sediments. The Lake drains an area of 4266 km2 and its present- day climate is dry so that evaporation is more than precipitation. Its climatic and lithological conditi...

Nature has always proven that it is able to overcome its problems. However, human manipulation has led to environmental degradations. The dryness of a thousand-year Urmia Lake (a brinewater lake in Iran) is an example of environmental degradation that happened due to successive droughts and construction of dams on the basin of this lake. This study examines methods for the revival of Urmia Lake...

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...

Journal: :اقتصاد و توسعه کشاورزی 0
غزالی غزالی اسماعیلی اسماعیلی

abstract irregular extraction from agricultural wells around parishan lake, moreover fall of groundwater surface and water salty, would affect the level of lake water and move lake water into wells. in this study we have evaluated the externalities of extraction from agricultural wells around the lake. therefore feedback effect is considered between agricultural activity around the lake and lev...

2012
Aaron Richter

Introduction The City of Austin’s Watershed Protection Department strives to protect the water quality in Austin area watersheds. Austin creeks have been monitored for years through the Environmental The Austin Lake Index (ALI) was designed to provide a yearly assessment of the environmental integrity of Lake Austin, Lady Bird Lake, and Lake Long. Sub-indices used to compute the ALI include rep...

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

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

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