نتایج جستجو برای: watershed protection

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

Journal: :Environmental toxicology and chemistry 2013
Heather E Golden Christopher D Knightes Paul A Conrads Toby D Feaster Gary M Davis Stephen T Benedict Paul M Bradley

Future shifts in climatic conditions may impact watershed mercury (Hg) dynamics and transport. An ensemble of watershed models was applied in the present study to simulate and evaluate the responses of hydrological and total Hg (THg) fluxes from the landscape to the watershed outlet and in-stream THg concentrations to contrasting climate change projections for a watershed in the southeastern co...

2013
Prabhakar Pathak Anil Kumar Chourasia Suhas P. Wani Raghavendra Sudi

The agriculture in low rainfall areas of eastern Rajasthan, India is characterized by high risks from drought, degraded natural resources and pervasive poverty, food insecurity and malnutrition. In this region, water is the main limiting factor for upgrading rainfed agriculture. For such areas integrated watershed management is recognized as a potential approach for agriculture growth and rehab...

Journal: :Water 2021

Forest operations engineering deals with all the essential infrastructure aiming at efficient management of forested areas, which constitutes a prerequisite for development mountainous economies. Thus, need addressing this objective in an effective way, conjunction other issues associated protection and preservation forest wealth, is utmost importance. There are whole range decision-making web-...

Journal: :Environmental monitoring and assessment 2002
Roberto Ibáñez Richard Condit George Angehr Salomón Aguilar Tomas García Raul Martínez Amelia Sanjur Robert Stallard S Joseph Wright A Stanley Rand Stanley Heckadon

In 1996, the Smithsonian Tropical Research Institute and the Republic of Panama's Environmental Authority, with support from the United States Agency for International Development, undertook a comprehensive program to monitor the ecosystem of the Panama Canal watershed. The goals were to establish baseline indicators for the integrity of forest communities and rivers. Based on satellite image c...

2004
Yongsheng Ma

Traditionally watersheds were spatial extents that capture rainwater. Recently it has been identified that unless the watersheds are not managed in an integrated sustainable manner, then not only the water resources but also other resources such as vegetation, fertile soil, fauna and flora get depleted. Rational management of upper and lower parts of a watershed is equally important for the sus...

2003
CUI Guangbai ZAHEER Iqbal

This paper focuses the quantitative evaluation of non point sources of pollution by graphical maps of watershed and estimating area based load of pollutants of various land uses with the use of Arc/View Geographic Information System. The representative study is carried out in the Xinshan sub-watershed of Taihu watershed. It involves the simulation of pollutants load by watershed; watershed area...

2011
Ramzi MAHMOUDI Mohamed AKIL

....................................................................................................................................................... 3 RÉSUMÉ ............................................................................................................................................................. 4 ACKNOWLEDGEMENTS / REMERCIEMENTS ..............................................

Journal: :The Science of the total environment 2009
Nathaniel B Weston James T Hollibaugh Samantha B Joye

We used more than thirty years of water quality monitoring data collected by the United States Geological Survey at several stations in the Altamaha River and its tributaries to examine the relationship between population density, agricultural land use, and nutrient export from the watershed. Population densities in the Altamaha River watershed increased during the study period, most notably in...

2005
Richard M. Vogel

1. INTRODUCTION As watershed models become increasingly sophisticated and useful, there is a need to extend their applicability to locations where they cannot be calibrated or validated. It is only natural that as watershed models, computer technology and hydrometeorologic data sources continue to evolve, there will be an ever increasing need to apply watershed models where streamflow data is u...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تربیت مدرس - دانشکده مهندسی عمران 1388

چکیده روش های متعددی برای برآورد رواناب حاصل از بارش در حوضه های آبریز وجود دارد. یکی از این روش ها استفاده از مدل های هیدرولوژیکی است. با استفاده از مدل های هیدرولوژیکی و شبیه سازی فرآیندهای هیدرولوژیکی می توان با صرف کمترین زمان و هزینه، رواناب و مولفه های دیگر چرخ? هیدرولوژیکی را برآورد کرد. از آنجا که در حوضه های آبریز اندازه گیری تمام کمیت های مورد نیاز برای تحلیل رواناب ممکن نیست، انتخاب...

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

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

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