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

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

Journal: :Journal of the American Mosquito Control Association 2008
Leopoldo M Rueda Jose A Rodriguez Mauricio C Bertugio James E Pecor Cong Li Richard C Wilkerson

We report the first collection of Anopheles pictipennis from northern Chile, particularly sectors of Totoral, Perales, Puerto Viejo, and Salinas in the Atacama region. Adults were captured using human bait, while larvae and pupae were collected from various habitats including ponds, puddles left by overflowing river water, edges along river banks, wells, irrigation ditches, and permanent and se...

1938
C. Strickland

^ ' at the ebbNow it is Sain line rate m deltaic lands, that along ^ tliat 0{ the between the margin of the floot < whether stream at low-water?and this is ^ q{ the cnrrent be a sea-current 01 settles river?a relatively high bank o >either side down, and it is such banks lQW_water The that confine the river at disposition is channel so formed by this ( , river' ordinarily regarded as all t ia l...

2018
Agnieszka Nobis Arkadiusz Nowak Kaja Rola

Riparian zones are very rich in species but subjected to strong anthropogenic changes and extremely prone to alien plant invasions, which are considered to be a serious threat to biodiversity. Our aim was to determine the spatial distribution of Chenopodium ficifolium, a species demonstrating strong confinement to large river valleys in Central Europe and an indicator of annual pioneer nitrophi...

Journal: :Journal of Physics: Conference Series 2020

Journal: :Isotopes in environmental and health studies 2015
Joerg Brandner Karl Auerswald Rudi Schäufele Alexander F Cerwenka Juergen Geist

Invasive round goby Neogobius melanostomus and bighead goby Ponticola kessleri have successfully colonized freshwater and coastal habitats worldwide. The objective was to use stable isotope analyses to study the foraging and movement of both species at small spatial scales in the Upper Danube River, considering 861 samples from two different years, seasons and sides of the river in an area wher...

2008
J. M. Martinez J. L. Guyot G. Cochonneau

Monitoring river water quality with satellite data has been limited by the lack of sensors offering high revisit frequency and suitable spatial and radiometric resolutions. In this communcation, it is shown that the last generation of moderate resolution sensors makes possible to monitor efficiently large tropical basins characterized by reduced field monitoring and strong cloud coverage. Empha...

Journal: :Environmental management 2009
Kirk R Vincent Jonathan M Friedman Eleanor R Griffin

Removal of nonnative riparian trees is accelerating to conserve water and improve habitat for native species. Widespread control of dominant species, however, can lead to unintended erosion. Helicopter herbicide application in 2003 along a 12-km reach of the Rio Puerco, New Mexico, eliminated the target invasive species saltcedar (Tamarix spp.), which dominated the floodplain, as well as the na...

2010
Cristiane Silva Ferreira Maria Teresa Fernandez Piedade Astrid de Oliveira Wittmann Augusto César Franco

BACKGROUND The Central Amazonian floodplain forests are subjected to extended periods of flooding and to flooding amplitudes of 10 m or more. The predictability, the length of the flood pulse, the abrupt transition in the environmental conditions along topographic gradients on the banks of major rivers in Central Amazonia, and the powerful water and sediment dynamics impose a strong selective p...

Journal: :RUAS 2022

The Kaliyasa River is a vital means for fishermen, especially traditional fishermen who live around the river. Since construction of Cilacap Fishing Port, many migrants started to settle and overtime population crowded area uncontrollably marginalized. This study focused on strategy reorganizing fishermen’s settlements with sustainable development waterfront approach as well regulation PERMEN n...

2017
Adegbenro P. Daso Jonathan O. Okonkwo

Brominated flame retardants (BFRs) such as polybrominated diphenyl ethers (PBDEs), hexabromocyclododecane (HBCDD) and tetrabromobisphenol A (TBBPA) are important industrial chemicals that have been widely employed for fire retardation purposes in different applications. HBCDD, for instance, consists of three major diastereoisomers, namely: α, β and γ, and it is primarily used as additive flame ...

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

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

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