نتایج جستجو برای: particularly landscape ecology

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

Journal: :Ecological Informatics 2006
Justin M. J. Travis T. H. G. Ezard

Article history: Received 22 November 2005 Received in revised form 8 March 2006 Accepted 12 March 2006 In all natural populations, individuals located close to one another tend to interact more than those further apart. The extent of population viscosity can have important implications for ecological and evolutionary processes. Here we develop a spatially explicit population model to examine h...

2011
Chao LENG YaNing CHEN XinGong LI YanXia SUN

Oasis stability in the lower reaches of the Tarim River was assessed at the landscape scale (including changes in landscape pattern and land use in the oasis) and at the regional scale (including the cold-island effect and NDVI of the oasis) based on the methods of landscape ecology, GIS and Remote Sensing (RS). Thematic Mapping (TM) remote sensing images from 1990, 2000 and 2009 were employed ...

Journal: :ISPRS Int. J. Geo-Information 2015
Jihong Dong Wenting Dai Guoquan Shao Jiren Xu

With economic growth and the improvement of the urbanization level, human activities have constantly interfered with landscape patterns, resulting in serious threats to regional ecological security. Therefore, it is of great significance to study the evolution and optimization of the landscape patterns. Based on three TM images from 1990, 2000, and 2010, and selected landscape pattern indexes, ...

2000
Glen D. Johnson Wayne L. Myers Ganapati P. Patil Timothy J. O’Connell Robert P. Brooks

A fundamental premise of landscape ecology is that finer-scaled local ecological integrity is directly influenced by larger-scaled land use patterns. Therefore, characterizing landscape patterns that are mapped from satellite imagery may provide valuable covariate information about average integrity “on the ground”. This conjecture was evaluated in Pennsylvania for 102 watersheds where land cov...

2014
Z CSÉPE L MAKRA D VOUKANTSIS I MATYASOVSZKY G TUSNÁDY K KARATZAS M THIBAUDON

Department of Climatology and Landscape Ecology, University of Szeged, P.O.B. 653, 6701, Szeged, Hungary Department of Mechanical Engineering, Informatics Systems & Applications Group, Aristotle University, P.O. Box 483, 54124 Thessaloniki, Greece Department of Meteorology, Eötvös Loránd University, Pázmány Péter st. 1/A, 1117 Budapest, Hungary Mathematical Institute of the Hungarian Academy of...

2003
William H. Romme Merrill Kaufmann Thomas T. Veblen Rosemary Sherriff Claudia Regan

The term “landscape structure” refers to the configuration of vegetation and other land features over a large land area (usually an extent of many square kilometers). A landscape can be regarded as a mosaic composed of patches of different kinds— for example, different forest types, landforms, or human-built structures such as roads. The scientific discipline of landscape ecology is concerned w...

Journal: :European Journal of Operational Research 2015
Marta Bottero Valentina Ferretti José Rui Figueira Salvatore Greco Bernard Roy

In this article we compare five alternative projects for the requalification of an abandoned quarry. The starting point for this paper was a request made by a decision maker. It was not for help in making a decision as such, but rather for a comparison of different projects. In particular, we are interested in ranking the considered projects on the basis of six different criteria. An extension ...

2011
Monendra Grover

Quantum computation has been proposed to generate consciousness. The terms atman field and consciousness vector have also been used to describe the properties of consciousness. It has also been proposed that the human activities should lead to increase in the magnitude of the consciousness vector of the universe. The universe is increasingly being seen as one system and the earth is a constitue...

2005
Meaghan Shaffer

Landscape ecology is an emerging branch of science, incorporating a multitude of principles and theories. Landscapes can be loosely defined as ecosystems occurring over an area in a similar form (Forman, 1995). This science includes such aspects as scale, the spatial configuration of the landscape, energy flows within the system, the boundaries, and the heterogeneity within the system (Wiens, 1...

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

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

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