نتایج جستجو برای: water bodies

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

Journal: :Remote Sensing 2017
Amir Behnamian Sarah N. Banks Lori White Brian Brisco Koreen Millard Jon Pasher Zhaohua Chen Jason Duffe Laura L. Bourgeau-Chavez Michael Battaglia

In this study, a new method is proposed for semi-automated surface water detection using synthetic aperture radar data via a combination of radiometric thresholding and image segmentation based on the simple linear iterative clustering superpixel algorithm. Consistent intensity thresholds are selected by assessing the statistical distribution of backscatter values applied to the mean of each su...

2013
Serkan Kiranyaz Jennifer J. Ranjani

Feature extraction plays an important role in many remote sensing applications. Automatic extraction of water bodies is of great significance in many remote sensing applications like change detection, image retrieval etc. This paper presents a procedure for automatic extraction of water information from remote sensing images. The algorithm uses the relative location of R color component of the ...

2013
B. S. M. RONALD P. KAVITHA RANI

Non-tuberculous mycobacteria (NTM) inhabit a wide variety of environmental including different water bodies, soil, aerosol, animals and humans. NTM are also known as environmental mycobacteria which can cause mycobacteriosis .Humans, animals and fresh water fauna are exposed to mycobacteria in water. HIV seronegative and immunocomprised patients are most vulnerable to acquire this opportunistic...

2013
M. Srinivasa Rao Omprakash Sahu

Wastewater treatment is essential to protecting the environment and human welfare. Water is a resource that is fundamental to human life, which makes taking action to protect the resource on the forefront of research. Treated wastewater effluent is a possible source that can pollute receiving water bodies and cause contamination. It is often discharged into larger bodies of water that are used ...

Journal: :bulletin of the iranian mathematical society 2011
c. j. zhao

1998
D. Opsomer S. M. Nusser

This article describes two probability sampling approaches to sampling water resources. In the rst approach, a complete enumeration of eligible sample units (e.g. stream segments, water bodies, drainage basins) is performed using GIS or paper maps to create a list frame. A probability random sample is then selected from this frame. In the second approach, a two-stage sample is selected. In the ...

Journal: :Current Biology 2016
David E. Leib Christopher A. Zimmerman Zachary A. Knight

Our bodies are mostly water, and this water is constantly being lost through evaporative and other means. Thus the evolution of robust mechanisms for finding and consuming water has been critical for the survival of most animals. In this Primer, we discuss how the brain monitors the water content of the body and then transforms that physical information into the motivation to drink.

2017
Ali Abbasi Frank Ohene Annor Nick van de Giesen

In this study, a framework for simulating the flow field and heat transfer processes in small shallow inland water bodies has been developed. As the dynamics and thermal structure of these water bodies are crucial in studying the quality of stored water , and in assessing the heat fluxes from their surfaces as well, the heat transfer and temperature simulations were modeled. The proposed model ...

2017
Gottfried Mandlburger

Introduction Knowledge about the bathymetry of water bodies is of high economic, social, and ecologic importance. Whereas charting bathymetry for navigational purposes is indispensable for ensuring safe shipping traffic, monitoring the quantity and quality of fresh water resources gains more and more importance, especially in the light of climate change. In the European context three water rela...

2013
Sarah J. Willson Michael G. Kaufman Richard W. Merritt Heather R. Williamson David M. Malakauskas Mark Eric Benbow

BACKGROUND Buruli ulcer is a skin disease often associated with proximity to certain water bodies in Africa. Much remains unknown about the reservoir and transmission of this disease. Previous studies have suggested that fish may concentrate Mycobacterium ulcerans, the etiological agent of the disease, in their gills and intestines and serve as passive reservoirs of the bacterium. The objective...

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

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

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