نتایج جستجو برای: bears questionnaire

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

2014
Daniel D. Bjornlie Frank T. Van Manen Michael R. Ebinger Mark A. Haroldson Daniel J. Thompson Cecily M. Costello

Changes in life history traits of species can be an important indicator of potential factors influencing populations. For grizzly bears (Ursus arctos) in the Greater Yellowstone Ecosystem (GYE), recent decline of whitebark pine (WBP; Pinus albicaulis), an important fall food resource, has been paired with a slowing of population growth following two decades of robust population increase. These ...

Journal: :Proceedings. Biological sciences 2006
Eva Bellemain Andreas Zedrosser Stéphanie Manel Lisette P Waits Pierre Taberlet Jon E Swenson

Because of differential investment in gametes between sexes, females tend to be the more selective sex. Based on this concept, we investigate mate selection in a large carnivore: the brown bear (Ursus arctos). We hypothesize that, in this species with sexually selected infanticide (SSI), females may be faced with a dilemma: either select a high-quality partner based on phenotypic criteria, as s...

2017
Viorel D Popescu Ruben Iosif Mihai I Pop Silviu Chiriac George Bouroș Brett J Furnas

Accurate population size estimates are important information for sustainable wildlife management. The Romanian Carpathians harbor the largest brown bear (Ursus arctos) population in Europe, yet current management relies on estimates of density that lack statistical oversight and ignore uncertainty deriving from track surveys. In this study, we investigate an alternative approach to estimate bro...

2016
Jennifer K. Fortin Karyn D. Rode Grant V. Hilderbrand James Wilder Sean Farley Carole Jorgensen Bruce G. Marcot Daniel E Crocker

Increased popularity of recreational activities in natural areas has led to the need to better understand their impacts on wildlife. The majority of research conducted to date has focused on behavioral effects from individual recreations, thus there is a limited understanding of the potential for population-level or cumulative effects. Brown bears (Ursus arctos) are the focus of a growing wildl...

2013
Sara Dubois David Fraser

The "pot bears" received international media attention in 2010 after police discovered the intentional feeding of over 20 black bears during the investigation of an alleged marijuana-growing operation in Christina Lake, British Columbia, Canada. A two-phase random digit dialing survey of the community was conducted in 2011 to understand local perspectives on bear policy and management, before a...

2016
Elena G. Gonzalez Juan C. Blanco Fernando Ballesteros Lourdes Alcaraz Guillermo Palomero Ignacio Doadrio

The brown bear Ursus arctos L., 1758 population of the Cantabrian Mountains (northwestern Spain) became isolated from other bear populations in Europe about 500 years ago and has declined due to hunting and habitat degradation. At the beginning of the 20th century, the Cantabrian population split into eastern and western subpopulations, and genetic exchange between them ceased. In the early 199...

2017
Aimee Tallian Andrés Ordiz Matthew C Metz Cyril Milleret Camilla Wikenros Douglas W Smith Daniel R Stahler Jonas Kindberg Daniel R MacNulty Petter Wabakken Jon E Swenson Håkan Sand

Trophic interactions are a fundamental topic in ecology, but we know little about how competition between apex predators affects predation, the mechanism driving top-down forcing in ecosystems. We used long-term datasets from Scandinavia (Europe) and Yellowstone National Park (North America) to evaluate how grey wolf (Canis lupus) kill rate was affected by a sympatric apex predator, the brown b...

2009
Erika Engelhaupt

Each spring, female polar bears and their cubs emerge from hibernation after months without food, and their survival depends on having good sea ice for hunting seals, their almost exclusive food. Also in spring, the Arctic sea ice begins to melt and break apart. Over the past 25 years, the timing of this melting has become less predictable as a consequence of warming in the Arctic, varying by m...

2015
Linda J. Gormezano Robert F. Rockwell João Miguel Dias

Climate change is predicted to expand the ice-free season in western Hudson Bay and when it grows to 180 days, 28-48% of adult male polar bears are projected to starve unless nutritional deficits can be offset by foods consumed on land. We updated a dynamic energy budget model developed by Molnar et al. to allow influx of additional energy from novel terrestrial foods (lesser snow geese, eggs, ...

2017
John P. Whiteman Henry J. Harlow George M. Durner Eric V. Regehr Bryan C. Rourke Manuel Robles Steven C. Amstrup Merav Ben-David

When reducing activity and using stored energy during seasonal food shortages, animals risk degradation of skeletal muscles, although some species avoid or minimize the resulting atrophy while experiencing these conditions during hibernation. Polar bears may be food deprived and relatively inactive during winter (when pregnant females hibernate and hunting success declines for other demographic...

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

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

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