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

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

2017
Corrado Cencetti Saverio Romeo

Large landslides, triggered by earthquakes or heavy rainfall, often obstruct the river’s flow to form landslide dams, causing upstream inundations, and downstream flooding. In Italy, landslide dams are rather widespread along in Alps and Apennines: although the identification of past events is a complex task, some hundreds of landslide dams are identified in the literature. In order to assess t...

Abstract Background & Aims: With regard to this fact that Hasanlu dam is established on Sorgol wetland and the soil of that region is from the salt and alkaline, it's clear that the chemical quality of water has effected the soil of that area. The purpose of this project is to evaluate the changing process of water quality and to predict the water quality in the maximum water level as healthy d...

Journal: :ISPRS Int. J. Geo-Information 2012
K. Wayne Forsythe Barbara Schatz Stephen J. Swales Lisa-Jen Ferrato David M. Atkinson

For most of the last decade, the south-western portion of the United States has experienced a severe and enduring drought. This has caused serious concerns about water supply and management in the region. In this research, 30 orthorectified Landsat satellite images from the United States Geological Service (USGS) Earth Explorer archive were analyzed for the 1972 to 2009 period. The images encom...

Journal: :Remote Sensing 2017
Guiping Wu Yuanbo Liu

The Three Gorges Dam (TGD) has received increasing attention with respect to its potential effects on downstream hydro-ecosystems. Poyang Lake is the largest freshwater lake downstream of the TGD, and it is not immune to these impacts. Here, we combine hydrological observations, remote sensing, a geographic information system (GIS), and landscape ecology technology to investigate the variabilit...

2016
Wei Huang Xia Jiang

The sediment microbial community in downstream-linked lakes can be affected by the operation of large-scale water conservancy projects. The present study determined Illumina reads (16S rRNA gene amplicons) to analyze and compare the bacterial communities from sediments in Dongting Lake (China) before and after impoundment of the Three Gorges Dam (TGD), the largest hydroelectric project in the w...

2015
Xuefei Mei Zhijun Dai Jinzhou Du Jiyu Chen

Despite comprising a small portion of the earth's surface, lakes are vitally important for global ecosystem cycling. However, lake systems worldwide are extremely fragile, and many are shrinking due to changing climate and anthropogenic activities. Here, we show that Poyang Lake, the largest freshwater lake in China, has experienced a dramatic and prolonged recession, which began in late Septem...

2016
Zengxin Zhang Yuhan Huang Chong-Yu Xu Xi Chen Elica M. Moss Qiu Jin Alisha M. Bailey

In recent years, water shortage is becoming one of the most serious problems in the Poyang Lake. In this paper, the long-term water balance items of the Poyang Lake have been analyzed to reveal the coupling effects of Three Gorges Dam (TGD) and droughts on the water balance of Poyang Lake. The results indicate that: (1) the water balance items of Poyang Lake vary greatly, e.g. lake precipitatio...

2004

Using elementary methods, the following results are obtalned:(1) If p is n n-m prime, 0 m n, 0 < b < ap n-m, and p ab, then (m) (-I)P-I(apb (rood pn). 2 A2_4B If r,s are the roots of x Ax-B, where (A,B) and D > 0, if n n u v rn+s n, and k > O, then (II) v =v (rood pn). n r-s n kpn kpn-1 (III) If p is odd and p D, then u (_D) u (rood pn); kp n P kp n-I (IV) u (_1)Bu n) n n-I (rood 2 k2 k2

Journal: Pollution 2017

The present paper has determined the radioactivity concentrations, which are due to natural occurrence of radionuclides along with heavy metal concentration in water, sediment, and fish from 2 reservoirs in Ghana. Heavy metal concentrations in all samples were generally within the WHO safe limits with the average activity concentrations of 238U, 232Th, and 40K in water being respectively 0.42±0...

Nineteen zooplankton species of them belonging to 15 Rotifera, 2 Cladocera, 2 Copepoda were recorded from Çat Dam Lake (Malatya). One of these species, Lecane intrasinuata (Olofsson, 1917) is a new record for Turkish rotifer fauna.

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

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

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