نتایج جستجو برای: presence and absence probability

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

ژورنال: اکوبیولوژی تالاب 2020
behravesh, Mahsa, Khalilipour, Olyagholi ,

The Survey of the ecological characteristics of the species and determining their habitat suitability is one of the main principles of management and conservation of wildlife species. Hence, we need methods that can help assess habitats and can estimate, over time, reduce of their quality. To understand the effects of human activities and the changes of a habitat, it is necessary to make quanti...

2004
NICOLAS PERRIN

A tree frog (Hyla arborea L., 1758) metapopulation in western Switzerland was studied during spring 2001. All potential calling ponds in an area of 350 km were searched for tree frog calling males. Twenty-nine out of 111 ponds sheltered between 1 and 250 callers. Most ponds were occupied by less than 12 males. Pond parameters were measured at three different levels using field analysis and a Ge...

2013
Ofir Cohen Haim Ashkenazy Eli Levy Karin David Burstein Tal Pupko

Evolutionary analysis of phyletic patterns (phylogenetic profiles) is widely used in biology, representing presence or absence of characters such as genes, restriction sites, introns, indels and methylation sites. The phyletic pattern observed in extant genomes is the result of ancestral gain and loss events along the phylogenetic tree. Here we present CoPAP (coevolution of presence-absence pat...

2003
PATRICIA KOLEFF KEVIN J. GASTON JACK J. LENNON

1. Little consensus has been reached as to general features of spatial variation in beta diversity, a fundamental component of species diversity. This could reflect a genuine lack of simple gradients in beta diversity, or a lack of agreement as to just what constitutes beta diversity. Unfortunately, a large number of approaches have been applied to the investigation of variation in beta diversi...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده ادبیات و علوم انسانی 1391

abstract: one of the most visited & important spaces in different countries by tourist are urban areas. the old tehran which major part is located in district 12 is historical showcase of the capital, but, its hiidden cultural attraction is not used as it should be. this thesis occasionally engage in studying the efficacy of correct installation of travel guide boards in welfare & easily acc...

2008
Erin Conlisk John Conlisk Brian Enquist Jill Thompson John Harte

Aim Many ecological surveys record only the presence or absence of species in the cells of a rectangular grid. Ecologists have investigated methods for using these data to predict the total abundance of a species from the number of grid cells in which the species is present. Our aim is to improve such predictions by taking account of the spatial pattern of occupied cells, in addition to the num...

2011
Tim Bayne

This paper examines three respects in which the study of epileptic absence seizures promises to inform our understanding of consciousness. Firstly, it has the potential to bear on debates concerning the behavioural and cognitive functions associated with consciousness. Secondly, it has the potential to illuminate the relationship between background states (or 'levels') of consciousness and the ...

Journal: :Journal of biosocial science 2008
Anthony F Bogaert

The relation between women's timing of menarche and father absence was examined in a national probability sample of Great Britain (NATSAL 2000; N>5000). Current body mass index (as a proxy for childhood weight) was examined as a potential mediator of this relationship, along with the potential moderating role that siblings (e.g. number of older brothers) had on this relationship. As in a number...

ژورنال: اکوبیولوژی تالاب 2021
behravesh, Mahsa, Khalilipour, Olyagholi ,

The Survey of the ecological characteristics of the species and determining their habitat suitability is one of the main principles of management and conservation of wildlife species. Hence, we need methods that can help assess habitats and can estimate, over time, reduce of their quality. To understand the effects of human activities and the changes of a habitat, it is necessary to make quanti...

Alaleh Vatanprast Hydar Parsee Mahbobeh Ghasemzadeh Mohammad Hossein Boskabady,

Objective(s) In the present study, the effects of aqueous-ethanolic extract from Rosa damascena on heart rate and contractility were examined. Materials and Methods Isolated guinea-pig hearts were perfused through aorta in a Langendorff mode. Heart rate (HR) and contractility were determined in the presence of four concentrations of the extract (0.1, 0.2, 0.4 and 1.0 mg %) and isoprenaline (...

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

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

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