نتایج جستجو برای: herbaceous ornamentals

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

2016
Rongxiao He Jun Yang Xiqiang Song Brian J. Palik

Assessing the species diversity of an urban forest is important for understanding its structure and functions, but the result can be affected by sampling methods, times, and delimitations of the study area. In this study, we examined the influence of different ways to delimit boundaries of urban areas on the assessment of species diversity of urban forests through a case study conducted in Haik...

2017
Saixiyala Ding Yang Shudong Zhang Guofang Liu Xuejun Yang Zhenying Huang Xuehua Ye

The formation of fertility islands by shrubs increases soil resources heterogeneity in thicketization-grasslands. Clonal plants, especially rhizomatous or stoloniferous clonal plants, can form large clonal networks and use heterogeneously distributed resources effectively. In addition, shrubs, especially spiny shrubs, may also provide herbaceous plants with protection from herbivores, acting as...

2009
Jon D. Bates Tony J. Svejcar

—The expansion of western juniper ( Juniperus occidentalis spp. occidentalis Hook.) in the northern Great Basin has resulted in the wide-scale conversion of sagebrush-steppe communities to juniper woodlands. Prescribed fire and mechanical cutting are the 2 main methods used to remove juniper and restore sagebrush steppe. Mechanical treatments commonly leave cut juniper on site. Disadvantages of...

2011
Ben P. Werling Timothy D. Meehan Claudio Gratton Douglas A. Landis

1049-9644/$ see front matter 2011 Elsevier Inc. A doi:10.1016/j.biocontrol.2011.06.014 ⇑ Corresponding author. Fax: +1 517 353 5598. E-mail address: werlingb@msu.edu (B.P. Werling). Cultivation of biofuel crops could change agricultural landscapes, affecting natural enemies at multiple scales. We sampled five natural enemy families with sticky cards in three model biofuel habitats (corn, switch...

Journal: :American journal of primatology 2014
Nelly Ménard Peggy Motsch Alexia Delahaye Alice Saintvanne Guillaume Le Flohic Sandrine Dupé Dominique Vallet Mohamed Qarro Mohamed Ibn Tattou Jean-Sébastien Pierre

Barbary macaques live in extreme temperate environments characterized by strongly seasonal resource availability. They are mainly terrestrial while foraging, harvesting food from the herbaceous layer. These monkeys are threatened mainly because of anthropogenic habitat degradation. We studied the adaptive capacities of wild groups of Barbary macaques that lived in different cedar forests underg...

Journal: :International journal of epidemiology 2006
Laura E Jackson Elizabeth D Hilborn James C Thomas

BACKGROUND Incidence of Lyme disease in the US continues to grow. Low-density development is also increasing in endemic regions, raising questions about the relationship between development pattern and disease. This study sought to model Lyme disease incidence rate using quantitative, practical metrics of regional landscape pattern. The objective was to progress towards the development of desig...

2013
Shobha Sondhia

Oxyfluorfen is a selective pre and post emergent herbicide used to control certain annual broadleaf and grassy weeds in vegetables, fruits, cotton, ornamentals and on non-crop areas. It is a contact herbicide and light is required for it to affect target plants (USDA 1990). Oxyfluorfen has a strong tendency to adsorb to soil particles. It is therefore, unlikely to leach downward or to, contamin...

2009
Miguel I. Gómez

In recent years, consumer interest in local specialty crops (fruits, vegetables and ornamentals) has increased sharply. Consumers want to know how and where food is produced and are seeking a closer relationship with farmers. Although sales of locally grown food still account for only a small share of total domestic food sales, this is believed to be one of the fastest growing segments of U.S. ...

1991
D. Suresh Baburaj S. S. Nain S. Rajan

Nilgiri District, Tamil Nadu is one of the most botanised areas of southern India. In spite of it a number of wild plants had been missed by previous collectors. In addition a number of exotics and ornamentals having importance in alternative systems of medicine like Homoeopathy and Unani have not been collected and preserved as herbarium records. The present paper lists 36 species of wild plan...

2017

Presented by Bruce Bunting, Vice President of the Center for Conservation Finance of the World Wildlife Fund at the Marine Ornamentals Conference, November 26 December 1, 2001, Lake Buena Vista, Florida. Coral reefs are among the biologically richest ecosystems on earth. They are a source of biodiversity, food, environmental protection, recreation, and potential medicinal products. Throughout m...

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

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

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