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

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

2013
Dara M. Park John L. Cisar

climate-controlled greenhouse at the G.C.Horn turf field laboratory at the University of Florida in Gainesville. Floratam St.Augustinegrass is being compared with a mix of ornamentals including canna, nandina, ligustrum and allamanda. Plant material is growing in 80-gallon plastic pots in an Arredondo fine sand. There are three fertilizer treatments (16-4-8 quick-release, 15-0-15 quick-release,...

Journal: :Acta horticulturae 2022

ISHS II International Symposium on Tropical and Subtropical Ornamentals Propagation of an Indonesian native species Tetrastigma glabratum (Blume) Planch, a medicinal plant from Mount Prau, Central Java, Indonesia

2011
J. G. Latimer

Many herbaceous perennials would benefit from additional branching to provide fuller pots in shorter production times. Cyclanilide (Tiberon, OHP, Inc., Mainland, PA, USA), a new product recently labeled in the USA for branching of woody ornamentals, was evaluated on several herbaceous perennials over two seasons. Cyclanilide was applied as a foliar spray to established plants grown in 1.1-L pot...

2001
Michael J. Havey

The genus Allium L., Amaryllidaceae includes numerous economically important vegetables used primarily for their unique flavors. Most people recognize the main vegetable alliums, such as bulb onion and shallot (A. cepa), garlic (A. sativum), leek (A. ampeloprasum var. porrum), and chive (A. schoenoprasum). However, there are numerous cultivated vegetable alliums of more regional importance, inc...

2011
A. K. Hagan J. R. Akridge J. Stephenson

While consumers are interested in organic or biorational alternatives to synthetic fungicides for the control of diseases of ornamentals as well as vegetables and tree fruits in residential landscapes, relatively few field trials have been conducted to establish their performance against ornamentals diseases. Weekly applications of Armicarb® 100 (potassium bicarbonate) controlled powdery mildew...

2007
IAN A. DICKIE S. E. HOBBIE

1 Multiple factors are known to influence tree seedling establishment, yet the degree to which these factors depend on each other and on spatial context is largely unknown. We examined the influence of herbaceous competition and water and nitrogen limitations on tree seedling establishment as functions of distance from trees (within-site spatial context) and site history (between-site spatial c...

2013
Charles S Whitehead Guillaume H de Swardt

2014

DRESENT INTEREST in grow' ing ornamental plants has created a demand for information on the control of the insects, mites and other pests attacking them. Requests for this information come from home gardeners, florists, nurseries and contract applicators. Until recently very little attention was given the problem since there was no satisfactory way of estimating monetary losses of ornamentals d...

2009
Cornelis van der Waal Hans de Kroon Willem F. de Boer Ignas M. A. Heitkönig Andrew K. Skidmore Henrik J. de Knegt Frank van Langevelde Sipke E. van Wieren Rina C. Grant Rob Slotow Edward M. Kohi Emmanuel Mwakiwa Herbert H. T. Prins

1. Globally, both climatic patterns and nitrogen deposition rates show directional changes over time. It is uncertain how woody seedlings, which coexist with herbaceous plants in savannas, respond to concurrent changes in water and nutrient availability. 2. We investigated competition effects between herbaceous vegetation and tree seedlings ( Colophospermum mopane ) under changed water and nutr...

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

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

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