نتایج جستجو برای: fusarium species

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

2011
Bongsoo Park Jongsun Park Kyeong-Chae Cheong Jaeyoung Choi Kyongyong Jung Donghan Kim Yong-Hwan Lee Todd J. Ward Kerry O'Donnell David M. Geiser Seogchan Kang

The fungal genus Fusarium includes many plant and/or animal pathogenic species and produces diverse toxins. Although accurate species identification is critical for managing such threats, it is difficult to identify Fusarium morphologically. Fortunately, extensive molecular phylogenetic studies, founded on well-preserved culture collections, have established a robust foundation for Fusarium cla...

2006
G. R. BALALI M. IRANPOOR

The genus Fusarium is a species rich genus. Different media are required to study the morphological characters and classify different species, a time consuming technique. In this study pectic zymograms were used to identify species and form species of Fusarium isolates. Fusarium isolates (318) were obtained from different areas and hosts in Isfahan Province, Iran. Isolates were identified to sp...

Journal: :Medical mycology 2015
Hideaki Kawakami Hiroko Inuzuka Nobuhide Hori Nobumichi Takahashi Kyoko Ishida Kiyofumi Mochizuki Kiyofumi Ohkusu Yasunori Muraosa Akira Watanabe Katsuhiko Kamei

We investigated the inhibitory effects of antibacterial, biocidal, and antifungal agents against Fusarium spp. Seven Fusarium spp: four F. falciforme (Fusarium solani species complex), one Fusarium spp, one Fusarium spp. (Fusarium incarnatum-equiseti species complex), and one F. napiforme (Gibberella fujikuroi species complex), isolated from eyes with fungal keratitis were used in this study. T...

Journal: :journal of agricultural science and technology 2010
h. saremi l. w. burgess

environmental factors mainly temperature are believed to determine the distribution and population dynamics of fusarium species in a natural ecosystem. species may be restricted in their distribution by adaptation to specific sets of soil environmental conditions. population dynamics of five fusarium species representative of different climatic conditions were studied at three levels of tem...

Journal: :Tropical life sciences research 2012
Nurhazrati Manshor Hafizi Rosli Nor Azliza Ismail Baharuddin Salleh Latiffah Zakaria

Fusarium is a cosmopolitan and highly diversified genus of saprophytic, phytopathogenic and toxigenic fungi. However, the existence and diversity of a few species of Fusarium are restricted to a certain area or climatic condition. The present study was conducted to determine the occurrence and diversity of Fusarium species in tropical highland areas in Malaysia and to compare with those in temp...

Journal: :iranian journal of science and technology (sciences) 2006
g. r balali

the genus fusarium is a species rich genus. different media are required to study themorphological characters and classify different species, a time consuming technique. in this study pecticzymograms were used to identify species and form species of fusarium isolates. fusarium isolates (318) wereobtained from different areas and hosts in isfahan province, iran. isolates were identified to speci...

2011
T. Yli-Mattila

Several toxigenic trichothecene-producing and nonproducing Fusarium species are involved in Fusarium head blight, which reduces both crop yield and quality in cereals. Climate change has altered crop production in many countries, and this in turn influences the pathogen populations. E.g. in northern areas a risk will be new toxigenic Fusarium species spreading to the north due to higher tempera...

2015
R Kachuei MH Yadegari N Safaie A Ghiasian F Noorbakhsh V Piranfar S Rezaie

BACKGROUND AND PURPOSE The Fusarium species are among the most important fungi in the medical, veterinary and agricultural fields. MATERIALS AND METHODS In the present study, 172 strains of these fungi have been analyzed. The high molecular weight DNAs were extracted from 23 reference strains as well as from 149 isolated Fusarium species. Using the designed nucleotide primers from rDNA of Fus...

Journal: :Fungal genetics and biology : FG & B 2011
Brice A J Sarver Todd J Ward Liane R Gale Karen Broz H Corby Kistler Takayuki Aoki Paul Nicholson Jon Carter Kerry O'Donnell

This study was conducted to assess evolutionary relationships, species diversity and trichothecene toxin potential of five Fusarium graminearum complex (FGSC) isolates identified as genetically novel during prior Fusarium head blight (FHB) surveys in Nepal and Louisiana. Results of a multilocus genotyping (MLGT) assay for B-trichothecene species determination indicated these isolates might repr...

2018
Lotus A Lofgren Nicholas R LeBlanc Amanda K Certano Jonny Nachtigall Kathryn M LaBine Jakob Riddle Karen Broz Yanhong Dong Bianca Bethan Christopher W Kafer H Corby Kistler

Mycotoxin-producing Fusarium graminearum and related species cause Fusarium head blight on cultivated grasses, such as wheat and barley. However, these Fusarium species may have had a longer evolutionary history with North American grasses than with cultivated crops and may interact with the ancestral hosts in ways which are biochemically distinct. We assayed 25 species of asymptomatic native g...

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

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

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