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

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

Journal: :The Korean journal of parasitology 2006
Shin-Hyeong Cho Woon-Mok Sohn Sung-Shik Shin Hyeon-Je Song Taek-Gyun Choi Chang-Mi Oh Yoon Kong Tong-Soo Kim

In order to determine the current infection status of pond smelts, Hypomesus olidus, and other freshwater fishes with trematode metacercariae, a total of 4,861 pond smelts and 18 other freshwater fishes, collected from the Soyang and Uiam Lakes in Gangwon-do, the Unam Lake in Jeollabuk-do, the Jangseong Lake in Jeollanam-do, the Uirim-ji (lake) in Chungcheongbuk-do, and the Andong Lake in Gyeon...

2008
Christoph Iseli Manfred Krauss Jean-Louis Moret

The causes of lakeshore deterioration and reed decline are concisely summarised, and demonstrated with examples of seven Central European lakes (Germany: Havellakes, Lake Constance-Untersee, Lake Constance-Obersee; Switzerland: Lake Zurich, Lake Biel, Lake Neuchiitel, Lake Geneva). The main causes are assumed to be bank erosion, lake eutrophication, mechanical damage to the reeds, and recreatio...

2016
Steve Webb

This Journal Article is brought to you by the Faculty of Humanities and Social Sciences at ePublications@bond. It has been accepted for inclusion in Humanities & Social Sciences papers by an authorized administrator of ePublications@bond. For more information, please contact Bond University's Repository Coordinator. Recommended Citation Steve Webb. (2009) "Late Quaternary distribution and bioge...

2015
Chen Lin Ronghua Ma Zhihu Su Qing Zhu

Taihu Lake in China has suffered from severe eutrophication over the past 20 years which is partly due to significant land use/cover change (LUCC). There is an increasing need to detect the critical watershed region that significantly affects lake water degradation, which has great significance for environmental protection. However, previous studies have obtained conflicting results because of ...

Journal: :Philosophical transactions. Series A, Mathematical, physical, and engineering sciences 2016
Martin J Siegert John C Priscu Irina A Alekhina Jemma L Wadham W Berry Lyons

After more than a decade of planning, three attempts were made in 2012-2013 to access, measure in situ properties and directly sample subglacial Antarctic lake environments. First, Russian scientists drilled into the top of Lake Vostok, allowing lake water to infiltrate, and freeze within, the lower part of the ice-core borehole, from which further coring would recover a frozen sample of surfac...

Abbas Mahmoudifard Javid Imanpour Moslem Sharifinia, Tahsin Rahmani Zohreh Ramezanpour

The Zarivar Lake a freshwater lake in west of Kurdistan Province is home for large number of native plant and animal species therefore water quality and health of the lake are vital for conservation of these species. The present study aimed at evaluation of the Zarivar Lake using NSF- WQI as an indicator of water quality. WQI is a suitable tool to examine and classify spatial and temporal varia...

Journal: :Environmental science & technology 2005
Wenlu Song An Li Justin C Ford Neil C Sturchio Karl J Rockne Dave R Buckley William J Mills

Sediment cores were taken in 2002 in Lakes Michigan and Huron at six locations. A total of 75 samples were characterized, dated using 210Pb, and analyzed for 10 congeners of polybromodiphenyl ether (PBDE) including BDE209, as well as 39 congeners of polychlorinated biphenyls (PCBs). The concentrations of nine tri- through hepta-BDE congeners (Sigma9PBDE) in the surficial sediments range from 1....

2012
Jixiang Guo Jia Fang Jingjing Cao

UNLABELLED BACKGROUND Taihu Lake is a typical plain eutrophic shallow lake. With rapidly economic development of the lake area, the petroleum products and oil wastewater produced in various processes have been inevitably discharged into Taihu Lake. As the major fresh water resource in the economically developed region of Yangtze River Delta, the water quality and environmental condition of T...

Journal: :international journal of advanced biological and biomedical research 2013
ahmad bahrebar seied saeed mohaghegh behroz behrouzirad mostafa bahrebar seied mehdi amininasab

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

Journal: :Science 2003
Erik Verheyen Walter Salzburger Jos Snoeks Axel Meyer

Lake Victoria harbors a unique species-rich flock of more than 500 endemic haplochromine cichlid fishes. The origin, age, and mechanism of diversification of this extraordinary radiation are still debated. Geological evidence suggests that the lake dried out completely about 14,700 years ago. On the basis of phylogenetic analyses of almost 300 DNA sequences of the mitochondrial control region o...

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

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

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