نتایج جستجو برای: trash along river banks

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

Journal: :Limnology and Oceanography Bulletin 2013

2009
TC MENDOZA R SAMSON

The potentials of three renewable biomass types as 'Green Power' alternatives for sugarcane milling were evaluated: (1) baled sugarcane trash, (2) high-yielding perennial grass (ie, Napier grass), and (3) fast-growing tree species. The data shows that approximately 5.9% of energy used for boilers in sugar processing, provided by 365,000 barrels of imported bunker oil, can be displaced by 246,00...

H. Arabi, S. Haghighi,

Heavy metal pollution dispersion simulation in rivers and predicting spatial and temporal variations of pollutants can be used to determine the precise place and to schedule water withdrawal time for drinking, agriculture, aquaculture and ecosystem studies. To study the movement of heavy metal pollution through Karoon flow model, MIKE 11 was employed fpr simulation of the flow model of Karoon R...

2004
Lingjuan Wang John D. Wanjura Brock Faulkner Calvin B. Parnell Bryan W. Shaw Ronald E. Lacey Sergio C. Capareda Michael D. Buser

"Pre-separator plus1D2D cyclone" and "pre-separator plus 1D3D cyclone" systems were tested with ground gin trash, which contains 10.35% lint fiber and 5.49% fine dust (less than 100 μm). Test results indicate that the pre-separator collected gin trash at over 97% collection efficiency. There were no significant differences in emission concentrations and overall collection efficiencies from thes...

2010
David C. Wyld

This article examines how RFID (radio frequency identification) is poised to help transform the way we handle our trash our MSW (Municipal Solid Waste). We provide an overview showing that trash trends in the United States are not good, as modern life has meant increasing volumes of trash that can be disposed of in fewer and fewer landfills. We examine how RFID can be employed in the MSW area t...

Journal: :IOP conference series 2023

Abstract As a community that is close to its natural environment, the availability, sustainability and of resources determined by role customary law communities in preserving their ulayat areas. The purpose this study analyze To Cerekang resources. This uses qualitative method with phenomenological approach. results indicate has made several efforts carrying out preserve resources, namely estab...

2014
M Z Qamar

The natural resources of Himalayas in terms of hydro power generation are not only crucial for the Himalayan states of India, but very important for the whole country. These states seem to be keen in exploiting their vast hydro electricity potential for net revenue earning. However, due to weak geological conditions and steep slopes these rivers carry a huge quantity of sediment with them. The ...

Extended abstract 1- Introduction Rivers are one of the dynamic landforms of natural landscapes that are subject to changes due to environmental variables and human interactions during different times and locations. Changes in the river, erosion of the bed and river bank are natural processes of alluvial rivers that destroy the surrounding agricultural land and damage human installations arou...

2013
John D. Horn Robert M. Joeckel Christopher R. Fielding

This paper presents data compiled from aerial photography, General Land Office maps (GLOs), and discharge data from the central Platte River in Nebraska that quantify and provide a new understanding of channel evolution and abandonment in a braided stream. Analyses of aerial photographs and GLOs in ArcMapTM show that channel area decreased by an average of 46% from 1938 to 2006 and that channel...

2017
Alexander J. Horton José Antonio Constantine Tristram C. Hales Benoît Goossens Michael W. Bruford Eli D. Lazarus

Tropical forests are the only forest biome to have experienced increased rates of forest loss during the past decade because of global demands for food and biofuels. The implications of such extensive forest clearing on the dynamics of tropical river systems remain relatively unknown, despite significant progress in our understanding of the role of trees in riverbank stability. Here, we documen...

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

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

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