نتایج جستجو برای: expanding urbanization

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

2015
Qiang Sun

This paper introduces a hybrid combined weight-place value method for evaluating the sustainable of urbanization. The values of development index are calculated by combined weight method. A case study of urbanization in Liaoning demonstrates the process of using the evaluation method. The result indicates that the urbanization in Liaoning is better. The development between economic, environment...

2012
Xuemei Bai Jing Chen Peijun Shi

Accelerating urbanization has been viewed as an important instrument for economic development and reducing regional income disparity in some developing countries, including China. Recent studies (Bloom et al. 2008) indicate that demographic urbanization level has no causal effect on economic growth. However, due to the varying and changing definition of urban population, the use of demographic ...

2013
Lisa A. McCauley David G. Jenkins Pedro F. Quintana-Ascencio

1. Land use (e.g. urbanization, agriculture, natural lands management) may directly affect populations by habitat loss and fragmentation, and indirectly by altering conditions needed for reproductive success. The effects of urbanization are especially pronounced for populations that remain among urbanized areas, but they are difficult to detect in long-lived species. 2. We evaluated the effects...

Journal: :Conservation biology : the journal of the Society for Conservation Biology 2011
Steven J Price Kristen K Cecala Robert A Browne Michael E Dorcas

Urban development is the most common form of land conversion in the United States. Using a before-after control-impact study design, we investigated the effects of urbanization on larval and adult stages of southern two-lined salamanders (Eurycea cirrigera) and northern dusky salamanders (Desmognathus fuscus). Over 5 years, we estimated changes in occupancy and probabilities of colonization and...

2016
Ajaz Ahmad Malik

Urbanization, as considered from the economic aspect is good as it facilitates achievement of economies and thus promotes growth of industries and development in the economy. However, taking the social point of view urbanization encourage crimes as is evident from the fact that the rate of crime is higher in large cities and in urbanized areas as has been proved by many empirical studies. Urban...

2010
James L. Smoot Thomas F. Cuffney Wade L. Bryant

Studies on the effects of urbanization on stream ecosystems have evolved from documenting impacts to attempting to understand the driving factors responsible for stream conditions. In 1999, the U.S. Geological Survey’s National Water-Quality Assessment Program initiated a series of pilot studies to assess the effects of urbanization on physical habitat, biotic assemblages (algal, fish, inverteb...

2012
George C. S. Lin F. Wu

This article examines the relationship between urban land development and municipal finance in a Chinese regional economy undergoing rapid urbanization. Drawing upon insights from the perspective of political economy, this article identifies a strategy by which land-centered urbanization has been actively pursued as a means of revenue generation in response to the reshuffling of state power. Th...

Journal: :Urban science 2022

Envisioning the airport’s expanding relevance as a hub for passenger movement and its immediate ancillaries focal point inducing growth that embraces enormous conurbations associated services, this paper seeks to identify factors likely impact regions surrounding airport, especially from viewpoint of planning development. The rationale focusing on these areas is determine change in landside con...

Bilal Ahmad Sadaf Saqlain,

Urbanization is the process in which green space (fields, trees, wetlands, etc.) is converted into black space (concrete and asphalt). Urbanization occurs because people move from rural areas to urban areas. This usually occurs when a country is still developing. Slums and its consequences of overcrowding lack of sanitation, global warming, air pollution, water pollution and loss of forest cove...

2013
Agnes Andersson Magnus Jirström Agnes Andersson Djurfeldt

Foresight Studies analyze emerging issues and trends with the objective of quantifying the research challenge and the potential impact for agricultural research. The past century has entailed a relatively speaking rapid redistribution as well as growth of urban populations, with the urban population surpassing the rural one for the first time in 2008. Processes of urban growth and their implica...

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

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

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