نتایج جستجو برای: p. citrophthora actinomycetes

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

Journal: :حفاظت گیاهان 0
سالاری سالاری شهیدی بنجار شهیدی بنجار صادقی صادقی پنجه که پنجه که امینایی امینایی شاکری شاکری

abstract this research was invistigated activitiy of antagonistic activity of 200 soil actinomycete isolates assayed against phytophthora parasitica and p. citrophthora in kerman provice. among all actinomycetes, strains of 19 and 29 showed high level of activity in agar disk and well-diffusion methods. in both isolates, the active substance was water and metanol soluble but insoluble in chloro...

Journal: :Applied and environmental microbiology 1990
P H Goodwin B C Kirkpatrick J M Duniway

Two different DNA fragments, one of 2.9 kilobases and the other of 5.1 kilobases, were cloned from Phytophthora citrophthora and showed no homology with DNA from plants and other related fungi. These DNA probes hybridized with DNA from 12 different P. citrophthora isolates obtained from a variety of hosts but did not hybridize with DNA from 6 P. citrophthora isolates obtained from cacao. Southe...

2001
THOMAS THOMIDIS

Phytophthora is a microbial genus that includes species causing many diseases (Erwin and Ribeiro, 1996). These species infect and kill nearly all species of deciduous fruit trees. Phytophthora crown and root rots, which are caused mainly by P. cactorum, P. megasperma, P. citrophthora, P. cinnamomi, P. cambivora, P. syringae and P. cryptogea (Sarejanni, 1935; Kouyeas, 1971; Kouyeas, 1977; Flores...

Journal: :Applied and environmental microbiology 1994
T Ersek J E Schoelz J T English

We used PCR to differentiate species in the genus Phytophthora, which contains a group of devastating plant pathogenic fungi. We focused on Phytophthora parasitica, a species that can infect solanaceous plants such as tomato, and on Phytophthora citrophthora, which is primarily a citrus pathogen. Oligonucleotide primers were derived from sequences of a 1,300-bp P. parasitica-specific DNA segmen...

2012
Ippolito Camele Luciana Altieri Laura De Martino Vincenzo De Feo Emilia Mancini Gian Luigi Rana

Eight substances that are main components of the essential oils from three Mediterranean aromatic plants (Verbena officinalis, Thymus vulgaris and Origanum vulgare), previously found active against some phytopathogenic Fungi and Stramenopila, have been tested in vitro against five etiological agents of post-harvest fruit decay, Botrytis cinerea, Penicillium italicum, P. expansum, Phytophthora c...

Journal: :Mycologia 2010
Jon Hulvey Daniel Gobena Ledare Finley Kurt Lamour

In 2008 statewide surveys of symptomatic foliage of nursery plants from Tennessee resulted in isolation of 43 isolates of Phytophthora spp. This sample set includes four described species (P. citrophthora, P. citricola, P. nicotianae, P. syringae), and a provisional species of Phytophthora ('P. hydropathica'). At the same time a stream-baiting survey was initiated to recover Phytophthora from e...

Journal: :Journal of the agricultural chemical society of Japan 1992

Journal: :Molecular biology and evolution 1992
S B Lee J W Taylor

Ribosomal DNA variation was used to study evolutionary relationships among five fungal-like protoctistan Phytophthora species. On the basis of morphological and ecological characteristics, four of these species--P. palmivora, P. megakarya, P. capsici, and P. citrophthora--were once thought to be related. Variation within a species was extensively studied in a fifth, outgroup species--P. cinnamo...

2007
Mirjana Jarak Rade Protić Snezana Janković Jovan Čolo

The aim of this research was to investigate the effect of inoculation (Azotobacter chroococcum and actinomycetes) and nitrogen mineral fertilizers (doses of 60 kg N ha-1 and 120 kg N ha-1) on the yield of wheat and on the number and activity of certain microorganisms in rhizospheric soil. The investigation was carried out in humogley soil with three wheat varieties. The variants of the experime...

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

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

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