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

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

2007
Donald O. Rosenberry Thomas C. Winter Donald C. Buso Gene E. Likens

r a 200 .018 .: +1 303 er@usgs Likens). Summary Few detailed evaporation studies exist for small lakes or reservoirs in mountainous settings. A detailed evaporation study was conducted at Mirror Lake, a 0.15 km lake in New Hampshire, northeastern USA, as part of a long-term investigation of lake hydrology. Evaporation was determined using 14 alternate evaporation methods during six open-water s...

2007
James J. Pauer Katherine W. Taunt Wilson Melendez Russell G. Kreis Amy M. Anstead

The Lake Michigan model, MICH1, was developed more than 30 years ago. This framework was evaluated using field data collected in 1976 and was later applied to predict total phosphorus and phytoplankton concentrations in Lake Michigan during the 1980s and early 1990s. With a renewed interest in the interaction of phytoplankton with toxics and the applicability to Total Maximum Daily Load studies...

2014
Wenxiang Zhang Qingzhong Ming Zhengtao Shi Guangjie Chen Jie Niu Guoliang Lei Fengqin Chang Hucai Zhang

Sediments from Xinyun Lake in central Yunnan, southwest China, provide a record of environmental history since the Holocene. With the application of multi-proxy indicators (total organic carbon (TOC), total nitrogen (TN), δ13C and δ15N isotopes, C/N ratio, grain size, magnetic susceptibility (MS) and CaCO3 content), as well as accelerator mass spectrometry (AMS) 14C datings, four major climatic...

1999
Koichi Yoshii Natalia G. Melnik Oleg A. Timoshkin Nina A. Bondarenko Pavel N. Anoshko Takahito Yoshioka Eitaro Wada

Stable isotope ratios of various organisms were analyzed to elucidate food web structure in the pelagic zone of Lake Baikal. The pelagic food web of Lake Baikal is simple and consists of five major ecological groups: phytoplankton (Aulacoseira baicalensis), mesozooplankton (Epischura baicalensis), macrozooplankton amphipod (Macrohectopus branickii), fish (Coregonus autumnalis migratorius and fo...

2012
William R. Eadington

Gaming revenue trends for Nevada's three major gaming markets-Las Vegas Strip, Reno-Sparks, and South Lake Tahoe-are examined over the past two decades. The Las Vegas Strip had been characterized by cyclical growth from 1990 until 2007, but the Great Recession had dramatic adverse impacts on revenues and employment. Apparent recovery in 2010 was driven largely by baccarat revenues, but they are...

2017
Wei Xiao Xuhui Lee Yongbo Hu Shoudong Liu Wei Wang Xuefa Wen Martin Werner Chengyu Xie

The oxygen isotopes of water (H2O and H2O) are tracers widely used for the investigation of Earth science problems. The tracer applications are based on the premise that the O/O ratio of open-water evaporation (δOE) can be calculated from environmental conditions. A long-standing issue concerns the role of kinetic fractionation, or diffusion transport, in the evaporation process. Here we deploy...

2018
David R L Burge Mark B Edlund Dagmar Frisch

Paleolimnologists have utilized lake sediment records to understand historical lake and landscape development, timing and magnitude of environmental change at lake, watershed, regional and global scales, and as historical datasets to target watershed and lake management. Resurrection ecologists have long recognized lake sediments as sources of viable propagules ("seed or egg banks") with which ...

2014
Erich Draganits Susanne Gier Christoph Janda Bodo Bookhagen Bernhard Grasemann

300 MW Baspa II is India’s largest private hydroelectric facility, located at the Baspa River which is an important left-hand tributary to the Sutlej River in the NW Himalaya (India). In this valley the Sangla palaeo-lake has been dammed around 8200 yr BP behind a rock-avalanche dam and Baspa II is located exactly on top of this palaeo-lake. This special location represents a very rare possibil...

2005
Juha Miettinen

Sedimentary diatoms in inferring trophic status and limnological changes in boreal lakes Miettinen, Juha O. Sedimentary diatoms in inferring trophic status and limnological changes in boreal lakes. – Analyses of sedimentary diatoms were used for inferring reference (pre-impact) conditions and limnological changes in eastern Fennoscandian lakes. Long-term limnological variation was studied from ...

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

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

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