نتایج جستجو برای: natural urban signs

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

Journal: :Evolution; international journal of organic evolution 2016
Kristin M Winchell R Graham Reynolds Sofia R Prado-Irwin Alberto R Puente-Rolón Liam J Revell

Urbanization is an increasingly important dimension of global change, and urban areas likely impose significant natural selection on the species that reside within them. Although many species of plants and animals can survive in urban areas, so far relatively little research has investigated whether such populations have adapted (in an evolutionary sense) to their newfound milieu. Even less of ...

2015

Current literature on restorative environments generally shows the importance of urban natural landscapes in increasing perceived restorativeness of urban environments. However, little is known about the positive role of visual characteristics of urban natural landscapes in increasing Perceived Restorative Potential (PRP) of urban environments. This study aimed to understand the role of four pr...

2013
Hancheng Ge Yunlong Zhang Jeffrey D. Miles Paul J. Carlson

Transportation Research Record: Journal of the Transportation Research Board, No. 2384, Transportation Research Board of the National Academies, Washington, D.C., 2013, pp. 74–84. DOI: 10.3141/2384-09 H. Ge and Y. Zhang, Zachry Department of Civil Engineering, Texas A&M University, 3136 TAMU, College Station, TX 77843-3136. J. D. Miles and P. J. Carlson, Texas A&M Transportation Institute, Texa...

Journal: :international journal of architectural engineering and urban planning 0
ahmad hami university of tabriz, faculty of agriculture, dep. of landscape engineering suhardi maulan universiti fo putra (upm), malaysia manohar mariapan universiti fo putra (upm), malaysia mohammad malekizadeh universiti kebangsaan malaysia (ukm), malaysia

abstract urban parks are important public multifunctional space used for a wide range of activities. the usage levels of parks depend on the spatial characteristics of the spaces, where its forms and occupancies are referred as the usage-spatial relationship. natural elements spatial complexity and park usability is of interest in this study. a photo - questionnaire was conducted among 296 of p...

Journal: :The Geographical journal 2012
Rolando E Díaz-Caravantes

The peri-urban area is the region where there is a more dynamic interaction between the urban and rural. The peri-urban area supplies natural resources, such as land for urban expansion and agricultural products to feed the urban population. In arid and semi-arid lands, such as northern Mexico, these areas may also be the source of water for the city's domestic demand. In addition, scholars arg...

Journal: :Environmental Modelling and Software 2006
C. Borrego H. Martins O. Tchepel L. Salmim A. Monteiro A. I. Miranda

Despite the progress made in controlling local air pollution, urban areas show increasing signs of environmental stress and air quality is one of the major concerns. The findings of several studies provide evidence that the shape of a city and the land use distribution determine the location of emission sources and the pattern of urban traffic, affecting urban air quality. This work focuses on ...

2011
WEGMANN Martin

The human pressure on natural ecosystems and protected areas is steadily increasing. Urban growth is undeniably and irreversibly converting natural habitats as it is constantly expanding with population growth. In this study we analyze the urban expansion of mega city Calcutta over four time-steps (1975, 1990, 2000, 2010) as an example of expansion over time and threat to the surrounding enviro...

Journal: :Global change biology 2014
Chunyang He Zhifeng Liu Jie Tian Qun Ma

China's extensive urbanization has resulted in a massive loss of natural habitat, which is threatening the nation's biodiversity and socioeconomic sustainability. A timely and accurate understanding of natural habitat loss caused by urban expansion will allow more informed and effective measures to be taken for the conservation of biodiversity. However, the impact of urban expansion on natural ...

Journal: :محیط شناسی 0
حسن دارابی استادیار گروه مهندسی طراحی محیط، دانشکدة محیط زیست، دانشگاه تهران ایمان سعیدی مربی گروه مهندسی فضای سبز، دانشگاه ملایر

introduction urban landscape is experiencing rapid changes which put all urban domains under pressures. these processes revolutionize urban landscape into spaces without ecologic values. the sustainability of green patches and corridors has been scathed by lack of ecological approaches in planning and design. therefore, urban green spaces structures and functions have been damaged. green spaces...

, ,

The urban form represents the spatial distribution of activities in urban areas. Considering the impact of urban design on management issues and environmental, economic and social characteristics of communities, measuring the construction and form of the city of Babol can be one of the factors influencing the success of urban planners in urban areas of Mazandaran province and Babol city. The re...

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

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

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