نتایج جستجو برای: leaf shelters

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

2015
Jaume Fatjó Jonathan Bowen Elena García Paula Calvo Silvia Rueda Silvia Amblás Jaume F. Lalanza Pauleen Bennett

Millions of pets are abandoned worldwide every year, which is an important animal welfare and financial problem. This paper was divided into three studies. Our first two studies were designed as a national survey of animal shelters to profile the population of stray dogs and cats, as well as to gather information on both relinquishment and adoption. The aim of our third study was to test the im...

Journal: :Asia Pacific journal of clinical nutrition 2014
Nobuyo Tsuboyama-Kasaoka Yuko Hoshi Kazue Onodera Shoichi Mizuno Kazuko Sako

The Great East Japan Earthquake of 2011 left many evacuees with insufficient food and emergency shelter. However, there is no evidence concerning the factors affecting dietary circumstances in emergency shelters after disasters. To clarify the factors that influenced the provision of meals, we reanalyzed a data set from a dietary survey conducted in emergency shelters one month after the Great ...

2004
Douglass F. Jacobs

This paper presents results following 6 growing seasons of a project designed to examine the use of tree shelters as a means to provide initial shade for planted Engelmann spruce seedlings. Seedlings were planted in 1996 on a 48-ha (119-ac) high-elevation site with different colors of tree shelters providing various degrees of shading. A control treatment, consisting of shading using debris wit...

Journal: :Monthly Weather Review 1920

2012
Alice R. Moraes Harold F. Greeney Paulo S. Oliveira Eduardo P. Barbosa André V.L. Freitas

The Neotropical genus Urbanus (Hübner) (Lepidoptera: Hesperiidae) contains around 34 described species, and is widely distributed from the extreme southern United States to Argentina. Here, we describe the larval morphology and behavior of Urbanus esmeraldus (Hübner)(Hesperiidae) in Urera baccifera (Urticaceae), a plant producing food rewards and fleshy fruits that attract ants (including preda...

Journal: :CoRR 2017
Constantine Kontokosta Boyeong Hong Awais Malik Ira M. Bellach Xueqi Huang Kristi Korsberg Dara Perl Avikal Somvanshi

New York City faces the challenge of an ever-increasing homeless population with almost 60,000 people currently living in city shelters. In 2015, approximately 25% of families stayed longer than 9 months in a shelter, and 17% of families with children that exited a homeless shelter returned to the shelter system within 30 days of leaving. This suggests that ”long-term” shelter residents and tho...

Journal: :Brazilian journal of biology = Revista brasleira de biologia 2013
S A Talamoni D A Coelho L H Dias-Silva A S Amaral

Species richness and abundance of bats were studied in four nature reserves, including a karst area which has many potential rocky shelters for bats, such as caves and rock crevices. The reserves were located in the greater Belo Horizonte metropolitan area, one of the most populated regions of Brazil, within the Atlantic Forest, and Cerrado (Brazilian savanna) ecological domains. Bats were samp...

2018
Heather Mohan-Gibbons Emily D. Dolan Pamela Reid Margaret R. Slater Hugh Mulligan Emily Weiss

Many shelters euthanize or restrict adoptions for dogs that exhibit food guarding while in the animal shelter. However, previous research showed that only half the dogs exhibiting food guarding during an assessment food guard in the home. So, dogs are often misidentified as future food guarders during shelter assessments. We examined the impact of shelters omitting food guarding assessments. Ni...

Journal: :Pimatisiwin 2010
Neil Andersson Beverley Shea Carol Amaratunga Patricia McGuire Georges Sioui

This research framework, which competed successfully in the 2008 CIHR open operating grants competition, focuses on protocols to measure the impact of community-led interventions to reduce domestic violence in Aboriginal communities. The project develops and tests tools and procedures for a randomized controlled trial of prevention of family violence. Women's shelters mainly deal with victims o...

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

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

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