نتایج جستجو برای: alcaligenes

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

Journal: :Polish journal of microbiology 2005
Grazyna A Płaza Krzysztof Ulfig Robin L Brigmon

Two bacterial strains identified as Ralstonia picketti (BP 20) and Alcaligenes piechaudii (CZOR L-1B) were isolated from petroleum hydrocarbon-contaminated soil following bioremediation treatment. The surface active properties, e.g. surface tension, emulsification and foamability of their culture filtrates were evaluated. Bacterial cell-surface hydrophobicity (BAH) as measured by analyzing cell...

2017

Alcaligenes faecalis No.4, which is capable of heterotrophic nitrification and aerobic denitrification was used to treat coking wastewater (CW) to remove high-strength of ammonium and phenol. First, the phenol-degrading ability of No.4 was verified and a synthetic medium containing lactate and phenol as carbon sources was subsequently applied to the No.4 culture. Both carbon materials were enti...

2013
Varinder Kaur M. B. Bera P. S. Panesar H. K. Chopra

Exo-polysaccharides (EPS) are environment friendly natural polymers secreted by microorganisms in the surrounding medium. Due to the presence of unique structural composition, EPS shows diverse applications such as in food formulations, pharmaceutical, and cement based construction industry, etc. In the present investigation, the bacteria producing higher exopolysaccharide was screened among ba...

Journal: :Antimicrobial agents and chemotherapy 1981
E Yabuuchi T Ito E Tanimura N Yamamoto A Ohyama

Ceftizoxime, a new cephalosporin, was active against Pseudomonas cepacia, Flavobacterium meningosepticum, Alcaligenes faecalis, and Acinetobacter calcoaceticus and was more potent against Pseudomonas aeruginosa and Pseudomonas putida than was carbenicillin.

Journal: :International journal of systematic bacteriology 1999
T Coenye E Falsen M Vancanneyt B Hoste J R Govan K Kersters P Vandamme

A polyphasic taxonomic study that included DNA-DNA hybridizations, DNA base ratio determinations, 16S rDNA sequence analysis, whole-cell protein and fatty acid analyses, AFLP (amplified fragment length polymorphism) fingerprinting and an extensive biochemical characterization was performed on 10 strains provisionally identified as Alcaligenes faecalis-like bacteria. The six environmental and fo...

1944
A. R. Majumder

Sir,?Dr. R. N. Chaudhuri published case notes of Bacterium alcaligenes infection resembling typhoid lever in the April issue of your journal. That some ?f the cases of typhoid-like fever may be of this origin had been described by previous workers also. I 'described similar cases either of primary origin or succeeding typhoid fever (resembling a relapse) in the Indian Journal of Medicine, Vol. ...

Journal: :The Ulster Medical Journal 1992
J. R. Kerr C. H. Webb

A cluster of five cases of pseudobacteraemia due to the organism Alcaligenes denitrificans occurred in three hospital medical wards over a four week period. The same organism was isolated from four of twelve commercially prepared bottles for erythrocyte sedimentation tests. The most likely explanation for the outbreak is that the ESR bottles were filled prior to inoculation of blood culture bot...

Journal: :Journal of bacteriology 2000
S M Kwong C C Yeo A Suwanto C L Poh

The endogenous plasmid pRA2 from Pseudomonas alcaligenes NCIB 9867 was determined to have 32,743 bp with a G+C content of 59.8%. Sequence analysis predicted a total of 29 open reading frames, with approximately half of them contributing towards the functions of plasmid replication, mobilization, and stability. The Pac25I restriction-modification system and two mobile elements, Tn5563 and IS1633...

Journal: :Applied and environmental microbiology 1998
G Braker A Fesefeldt K P Witzel

A system was developed for the detection of denitrifying bacteria by the amplification of specific nitrite reductase gene fragments with PCR. Primer sequences were found for the amplification of fragments from both nitrite reductase genes (nirK and nirS) after comparative sequence analysis. Whenever amplification was tried with these primers, the known nir type of denitrifying laboratory cultur...

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

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

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