نتایج جستجو برای: azospirillum brasilense

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

Journal: :Applied and environmental microbiology 1988
A Crozier P Arruda J M Jasmim A M Monteiro G Sandberg

Analysis of neutral and acidic ethyl acetate extracts from culture medium of Azospirillum brasilense 703Ebc by high-performance liquid chromatography (HPLC) and combined gas chromatography-mass spectrometry demonstrated the presence of indole-3-acetic acid (IAA), indole-3-ethanol, indole-3-methanol, and indole-3-lactic acid. IAA in media of 20 strains of A. brasilense and Azospirillum lipoferum...

Journal: :Canadian journal of microbiology 2005
Chungwoo Kim Mihály L Kecskés Rosalind J Deaker Kate Gilchrist Peter B New Ivan R Kennedy Seunghwan Kim Tongmin Sa

Nitrogen-fixing bacteria were isolated from the rhizosphere of different crops of Korea. A total of 16 isolates were selected and characterized. Thirteen of the isolates produced characteristics similar to those of the reference strains of Azospirillum, and the remaining 3 isolates were found to be Enterobacter spp. The isolates could be categorized into 3 groups based on their ARDRA patterns, ...

2018
Cecilia Alejandra Fontana Sergio Miguel Salazar Daniela Bassi Edoardo Puglisi Nadia Lovaisa Lucía Mercedes Toffoli Raúl Pedraza Pier Sandro Cocconcelli

The genome sequence of a plant growth-promoting bacterium and biocontrol agent, Azospirillum brasilense REC3, isolated from strawberry roots, is reported here. The A. brasilense REC3 total genome contains 7,229,924 bp and has a G+C content of 68.7 mol%.

2005
André L.M. Oliveira Erineudo L. Canuto Edmilson E. Silva Veronica M. Reis José I. Baldani

The effects of soil moisture on the survival of three diazotrophic bacteria species (Azospirillum amazonense, Gluconacetobacter diazotrophicus and Azospirillum brasilense) were tested. Soil moisture had little influence on the survival of A. brasilense, which is considered a free-living species. On the other hand, increased soil moisture extended the survival of the endophytes A. amazonense and...

1991
YOAV BASHAN LILIA ALCARAZ-MELENDEZ GERARDO TOLEDO

Inoculation with Azospirillum brasilense Cd of two leguminous species, soybean (Glycine max) and cowpea (Vigna unguiculata), demonstrated that: (1) A. brasilense significantly increased proton efflux from their roots; (2) inoculation reduced plant membrane potential (in soybean), (3) inoculation changed the phospholipid quantity in plant membranes of calli (in cowpea), and (4) a low molecular w...

2002
El Sayed

Azospirillum brasilense, a nitrogen-fixing bacterium found in the rhizosphere of various grass species, and increased the plant growth by growth substances produced by the bacteria like indole acetic acid and indole lactic acid which produced by A. brasilense from tryptophan (Tien et al., 1979; Okon and Vanderleyden, 1997; Bashan et al., 2004). Evaluation of 20 years of data indicated that 60 7...

2012
Liliana E. Carrozzi Cecilia M. Creus Carlos A. Barassi Gloria Monterubbianesi Adalberto Di Benedetto

Although Azospirillum spp. are considered to be important plant growth promoting bacteria, their possible effects on germination and vigor of aged lettuce seeds has not been previously evaluated. In fact, there is a paucity of published data about inoculation effects on seed germination. The aim of this work was to evaluate seed quality of oneyear aged lettuce (Lactuca sativa L. cv. Crimor INTA...

Journal: :Journal of bacteriology 2001
G Klassen E M de Souza M G Yates L U Rigo J Inaba F de O Pedrosa

The glnZ mutant of Azospirillum brasilense (strain 7611) showed only partial recovery (20 to 40%) after 80 min of ammonia-induced nitrogenase switch-off, whereas the wild type recovered totally within 10 min. In contrast, the two strains showed identical anoxic-induced switch-on/switch-off, indicating no cross talk between the two reactivation mechanisms.

Journal: :International journal of systematic and evolutionary microbiology 2008
C C Young H Hupfer C Siering M-J Ho A B Arun W-A Lai P D Rekha F-T Shen M-H Hung W-M Chen A F Yassin

The taxonomic status of a light-orange-coloured bacterial isolate from an oil-contaminated soil sample was characterized by using a polyphasic taxonomic approach. Comparative analysis of 16S rRNA gene sequences demonstrated that the isolate belonged phylogenetically to the genus Azospirillum, with Azospirillum canadense, Azospirillum brasilense and Azospirillum doebereinerae as its closest phyl...

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

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

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