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

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

Journal: :Journal of chromatography. A 2011
Indu Latha Stephen E Reichenbach Qingping Tao

Comprehensive two-dimensional gas chromatography (GC×GC) is a powerful technology for separating complex samples. The typical goal of GC×GC peak detection is to aggregate data points of analyte peaks based on their retention times and intensities. Two techniques commonly used for two-dimensional peak detection are the two-step algorithm and the watershed algorithm. A recent study [4] compared t...

Journal: :Environmental Modelling and Software 2009
Daniel P. Ames Eric B. Rafn Robert Van Kirk Benjamin T. Crosby

This paper describes estimation of stream channel geometry with multiple regression analysis of GISderived watershed characteristics including drainage area, catchment-averaged precipitation, mean watershed slope, elevation, forest cover, percent area with slopes greater than 30 percent, and percent area with north-facing slopes greater than 30 percent. Results from this multivariate predictor ...

2012
Weiwei Zhang Hong Li Danfeng Sun Liandi Zhou

Understanding the effects of intensive agricultural land use activities on water resources is essential for natural resource management and environmental improvement. In this paper, multi-scale nested watersheds were delineated and the relationships between two representative water quality indexes and agricultural land use intensity were assessed and quantified for the year 2000 using multi-sc...

1998
ANDREAS BIENIEK

The watershed transformation is a popular image segmentation algorithm for grey scale images. In this paper, we present a deenition of the watershed segmentation, based on sets of neighboring pixels. The deenition is consistent with the behavior of most implementations of the watershed algorithm which do not construct watersheds lines, namely, to chose one arbitrary label in the case of competi...

2010
Misgana Muleta

The Morro Bay estuary, located on the central Coast of California approximately half way between Los Angeles and San Francisco, is one of the most important wetlands on the west Coast as it supports wide variety of habitats including numerous sensitive and endangered plant and animal species. Various studies have identified accelerated erosion and subsequent sedimentation as a major threat for ...

2003
Susan Miller

Soil erosion, due to intensive agricultural practices, has been and continues to be of significant concern in the Whitewater Watershed, a coldwater tributary of the Mississippi River, in southeastern Minnesota. Conservation efforts, in the form of best management practices (BMPs) have been underway for many years and a number of residents have enrolled in various government programs designed to...

2012
Shuiwang Duan Sujay S. Kaushal Peter M. Groffman Lawrence E. Band Kenneth T. Belt

[1] Watershed export of phosphorus (P) from anthropogenic sources has contributed to eutrophication in freshwater and coastal ecosystems. We explore impacts of watershed urbanization on the magnitude and export flow distribution of P along an urban-rural gradient in eight watersheds monitored as part of the Baltimore Ecosystem Study Long-Term Ecological Research site. Exports of soluble reactiv...

2011
Yan Wang Kaye Brubaker Richard H. McCuen

Title of Thesis: CALIBRATING SHENANDOAH WATERSHED SWAT MODEL USING A NONLINEAR GROUNDWATER ALGORITHM Yan Wang, Master of Science, 2011 Directed By: Dr. Kaye Brubaker Water Resources Engineering Department of Civil and Environmental Engineering This study contributes to a project with the Interstate Commission on the Potomac River Basin to build a model of the Potomac watershed using the Soil Wa...

2016
Thomas Atta-Fosu Weihong Guo Dana Jeter Claudia Mieko Mizutani Nathan Stopczynski Rui Sousa-Neves

Image segmentation is an important process that separates objects from the background and also from each other. Applied to cells, the results can be used for cell counting which is very important in medical diagnosis and treatment, and biological research that is often used by scientists and medical practitioners. Segmenting 3D confocal microscopy images containing cells of different shapes and...

2015
Chen Lin Ronghua Ma Bin He Miklas Scholz

Taihu Lake in China is suffering from severe eutrophication partly due to non-point pollution from the watershed. There is an increasing need to identify the regions within the watershed that most contribute to lake water degradation. The selection of appropriate temporal scales and lake indicators is important to identify sensitive watershed regions. This study selected three eutrophic lake ar...

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

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

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