نتایج جستجو برای: risk zoning

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

2014
YI-FEI CHUANG SHUI-HUI CHIA JEHN-YIH WONG Zhong Shan

Using data mining techniques, this study attempts to explore how a proper layout zoning following class-based storage enhances order picking efficiency over randomized storage. Association web statistics and association rule mining examines the relative intensity levels among various product categories. These findings serve as the layout for zoning of the storage area of α company, a pharmaceut...

2016
Courtney L. Larson

Large carnivores are some of the world’s most difficult species to conserve because of their large spatial requirements, low population density, and high potential for conflict with humans. However, large carnivores are valuable for ecological, cultural, and ethical reasons. Carnivore management can take a wide variety of forms, including translocation, sterilization, livestock compensation pro...

2015
Stephanie Bell Jilcott Pitts Mariel Leah Mayo Acheson Rachel K Ward Qiang Wu Jared T McGuirt Sally L Bullock Mandee F Lancaster Justin Raines Alice S Ammerman

BACKGROUND Context and purpose of the study. To examine (1) associations between county-level zoning to support farmers' market placement and county-level farmers' market availability, rural/urban designation, percent African American residents, and percent of residents living below poverty and (2) individual-level associations between zoning to support farmers' markets; fruit and vegetable con...

2009
Maurice Dalton Jeffrey Zabel

There has been an increasing focus on exclusionary zoning; particularly in suburban areas, as a cause of the high house prices in many metropolitan areas in the United States. Most of the recent evidence, though, is indirect given the difficulty of isolating the direct causal impact of zoning on house prices. One main problem to overcome is that zoning is not exogenous but is rather the result ...

Reviewing the damage caused by landslide proves the need to examine the factors influencing the occurrence of this phenomenon and the prediction of its occurrence. Therefore, the purpose of this study was to improve the prediction of landslide occurrence in the Taleghan watershed using Shannon Entropy Theory. Among the factors influencing the occurrence of landslide, ten factors of elevation, s...

2014
Eric A. Hanushek Kuzey Yilmaz

Considerable prior analysis has gone into the study of zoning restrictions on locational choice and on fiscal burdens, but none addresses the level and distribution of public goods provided under fiscal zoning. Our analysis emphasizes the interplay between land use restrictions and public good provision, focusing on schooling outcomes. We extend existing general equilibrium models of location a...

2014
David Steel

Many health studies use aggregate data such as the means or totals for areal units or zones when individual level data are not available. An ecological analysis using these data typically produces estimates that differ from those obtained using the corresponding individual level analysis. This is due to the modifiable area unit problem (MAUP) whereby the results of the analysis depend on the sc...

Journal: :Environmental management 2005
Patrick A Zollner Eric J Gustafson Hong S He Volker C Radeloff David J Mladenoff

Dynamic zoning (systematic alteration in the spatial and temporal allocation of even-aged forest management practices) has been proposed as a means to change the spatial pattern of timber harvest across a landscape to maximize forest interior habitat while holding timber harvest levels constant. Simulation studies have established that dynamic zoning strategies produce larger tracts of interior...

Gully erosion is the most advanced water erosion in watersheds that produce large volumes of sediment can cause serious damage. In order to manage and cope with this type of erosion, to identify areas of high risk of gully erosion in the watershed is very important. For this purpose gully erosion hazard zonation maps by combining information layers of different factors affecting the formation o...

2003
Paulo Vinicius Wolski Radtke Luiz Eduardo Soares de Oliveira Robert Sabourin Tony Wong

This paper discusses the use of multi objective evolutionary algorithms applied to the engineering of zoning for handwriten recognition. Usually a task fulfilled by an human expert, zoning design relies on specific domain knowledge and a trial and error process to select an adequate design. Our proposed approach to automatically define the zone design was tested and was able to define zoning st...

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

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

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