نتایج جستجو برای: ecological capability

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

پایان نامه :0 1371

in order to examine the ecological conditions and characteristics of fraxinus excelsior l. in the northern forests of iran 6 main areas as well as some miscellaneous ones , have been selected in the region respectively in : lomir2, shafaroud , park - e-noor , ahlam , alandan and noor.

2000

Discusses the interaction between socio-economic systems and their natural environment, by examining the indicators of sustainable development. Areas covered by the operationalization of sustainable development indicators; Details on the global nature of environmental problems; Important strategy of the operationalization of sustainable development; Link between economic data and ecological ind...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2010
D B Lindenmayer G E Likens C J Krebs R J Hobbs

Ecological "surprises" are defined as unexpected findings about the natural environment. They are critically important in ecology because they are catalysts for questioning and reformulating views of the natural world, help shape assessments of the veracity of a priori predictions about ecological trends and phenomena, and underpin questioning of effectiveness of resource management. Despite th...

Journal: :AI Magazine 2004
Paulo Salles Bert Bredeweg

based on mathematical equations, are hampered by the qualitative nature of ecological knowledge. In this article, we demonstrate that qualitative reasoning provides alternative and productive ways for ecologists to develop, organize, and implement models. We present a qualitative theory of population dynamics and use this theory to capture and simulate commonsense theories about population and ...

Journal: :محیط شناسی 0
مجید مخدوم

six catchment areas of fars, where belong to bioclimatic zone of deciduous temperate forests of palearctic realm, first were . surveyed, and mapped (scale:1: 100,000). then, after ecological and socio economic data analysis and integration, the ecosystem map (mapping unit) of the area was depicted (makhdoum 1992). the ecological capability of catchment areas for agriculture, range management, f...

2016
Leandro Maza Garrido João Marcelo Pereira Alves Liliane Santana Oliveira Arthur Gruber Gabriel Padilla Welington Luiz Araújo

Herein, we report a draft genome sequence of the endophytic Curtobacterium sp. strain ER1/6, isolated from a surface-sterilized Citrus sinensis branch, and it presented the capability to control phytopathogens. Functional annotation of the ~3.4-Mb genome revealed 3,100 protein-coding genes, with many products related to known ecological and biotechnological aspects of this bacterium.

2009
Dennis Rödder Sebastian Schmidtlein Michael Veith Stefan Lötters

BACKGROUND Species Distribution Models (SDMs) aim on the characterization of a species' ecological niche and project it into geographic space. The result is a map of the species' potential distribution, which is, for instance, helpful to predict the capability of alien invasive species. With regard to alien invasive species, recently several authors observed a mismatch between potential distrib...

2017
Séverine Martini Steven H. D. Haddock

The capability of animals to emit light, called bioluminescence, is considered to be a major factor in ecological interactions. Because it occurs across diverse taxa, measurements of bioluminescence can be powerful to detect and quantify organisms in the ocean. In this study, 17 years of video observations were recorded by remotely operated vehicles during surveys off the California Coast, from...

Journal: :Biopsychosocial Medicine 2008
Kazuhiro Yoshiuchi Yoshiharu Yamamoto Akira Akabayashi

Many physical diseases have been reported to be associated with psychosocial factors. In these diseases, assessment relies mainly on subjective symptoms in natural settings. Therefore, it is important to assess symptoms and/or relationships between psychosocial factors and symptoms in natural settings. Symptoms are usually assessed by self-report when patients visit their doctors. However, self...

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

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

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