نتایج جستجو برای: alfalfa and tall fescue

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

Journal: :علوم باغبانی 0
تهرانی فر تهرانی فر سلاح ورزی سلاح ورزی گزانچیان گزانچیان آرویی آرویی

abstract many uses of landscape and important roll of ground covers aspect turfgrasses caused extensive of this plant in the cities. this study focuses on shoot responses and tolerance of native and commercial turf grasses under drought stress in a factorial experiment based on unbalanced completely random design on the year 2006. the specious that we used in this experiment included (i) commer...

Journal: Desert 2018
M. Hejazi Mehrizi M.H. Farpoor, S. Ghadiri

Phytoremediation is a biological method to improve soils contaminated with heavy metals. The objective of the present research was to study the capability of Vetiver grass and Tall Fescue in refining and reducing pollution of Cd, Cu and Zn from contaminated soils. The research was implemented in greenhouse during two separate tests (Vetiver grass and Tall Fescue) in a completely randomized desi...

2017
Xiang Tao Ming-Xiu Wang Ya Dai Yan Wang Yan-Fen Fan Ping Mao Xin-Rong Ma

Plant cytochrome P450s are involved in a wide range of biosynthetic reactions that generate various biomolecules, including a variety of defensive compounds. Perennial ryegrass (Lolium perenne) and tall fescue (Festuca arundinacea) are two major species of turf and forage grasses that usually experience low temperature below -10°C and high temperature over 38°C around the world. In this study, ...

2016
Norman W.H. Mason Kate Orwin Suzanne Lambie Sharon L. Woodward Tiffany McCready Paul Mudge

Plant functional traits are thought to drive variation in primary productivity. However, there is a lack of work examining how dominant species identity affects trait-productivity relationships. The productivity of 12 pasture mixtures was determined in a 3-year field experiment. The mixtures were based on either the winter-active ryegrass (Lolium perenne) or winter-dormant tall fescue (Festuca ...

Journal: :Letters in applied microbiology 2006
M L Looper T S Edrington R Flores C F Rosenkrans M E Nihsen G E Aiken

AIMS To compare the prevalence of faecal shedding of Escherichia coli O157:H7 and Salmonella in growing beef cattle consuming various forages. METHODS AND RESULTS In Experiment I, faecal samples were collected from steers grazing either endophyte-infected (E+) tall fescue or common bermudagrass (CB). Steers grazing E+ tall fescue were confined to a dry-lot pen and fed CB hay ad libitum for 10...

2003
MICHAEL R. CONOVER

Tall fescue (Festuca rundinacea) plants can be infected with the endophytic fungus Acremonium coenophialum. This fungus, which grows subcutaneously in leaves, stems, and seeds, does not undergo sexual reproduction or sporulate, and cannot survive outside the plant (Clay 1988). The fungus is passed from one generation to the next through infected seed. A mutualistic relationship exists between t...

Journal: :Journal of animal science 2013
J A Parish J R Parish T F Best H T Boland C A Young

Five tall fescue [Lolium arundinaceum (Schreb.)] pastures [wild-type 'Kentucky-31' with 78.0% of plants infected with ergot alkaloid-producing endophyte Neotyphodium coenophialum (KY31 E+), 'Jesup' AR542 endophyte-infected contaminated with 30.3% tall fescue containing ergot alkaloid producing-endophyte (Jesup AR542 E+); 'GA-186' AR584 endophyte-infected contaminated with 11.8% tall fescue cont...

Journal: :Journal of plant physiology 2010
Randy D Dinkins Adam Barnes Whitney Waters

Many grasses have mutualistic symbioses with fungi of the family Clavicipitaceae. Tall fescue can harbor the obligate endophyte, Neotyphodium coenophialum that is asexually propagated and transmitted via host seeds. Total RNA was isolated from pseudostems of known endophyte-infected (E+) and endophyte-free (E-) plants and tested in triplicate on the Affymetrix Wheat Genome Array GeneChip and Ba...

Journal: :research in pharmaceutical sciences 0
a sobhani najafabadi mr mofid r mohammadi s moghim

ergovaline, the main ergopeptine alkaloid produced in tall fescue ( fescue arundinacea schreb.) infected with endophyte ( neotyphodium coenophialum morgan- jones & gams), is known to cause tall fescue toxicosis. this study was conducted to examine the presence of fungal endophytes in five populations of tall fescue collected from various regions of iran. the existence of neotyphodium mycelia in...

2016
Glen Aiken Michael Flythe

Introduction There is approximately 35 million acres of tall fescue in the USA, with most of this acreage being utilized in hay meadows and grazed pastures in a region between the temperate northeast and subtropical southeast and commonly referred to as the Fescue Belt. Popularity of the grass is due to its productivity, persistence, and low cost of management. Unfortunately, a fungal endophyte...

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

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

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