نتایج جستجو برای: prevotella denticola

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

2012
B.C. Farias P.R.E. Souza B. Ferreira R.S.A. Melo F.B. Machado E.S. Gusmão R. Cimões

The aim of the present study was to evaluate the presence of the periodontal pathogens that form the red complex (Tannerella forsythia, Porphyromonas gingivalis and Treponema denticola) and Aggregatibacter actinomycetemcomitans in patients with chronic periodontitis. The sample consisted of 29 patients with a clinical and radiographic diagnosis of chronic periodontitis based on the criteria of ...

Journal: :European Journal of Dentistry 2009
Selcuk M. Ozbek Ahmet Ozbek Aziz S. Erdogan

OBJECTIVES The aim of this study was to investigate the presence of Treponema denticola in symptomatic apical periodontitis and in symptomatic apical abscesses by real-time polymerase chain reaction (PCR) method. METHODS Microbial samples were collected from 60 single-rooted teeth having carious lesions and necrotic pulps. For each tooth, clinical data including patient symptoms were recorded...

Journal: :Journal of clinical microbiology 1988
S A Syed S L Salvador W J Loesche

Enzyme profiles of oral Treponema species were determined by using RapID-ANA (Innovative Diagnostic System, Atlanta, Ga.), a 4-h test system which detects 18 enzymatic reactions, including aminopeptidases and glycosidases. Seventy-two clinical isolates of Treponema denticola, four reference strains of T. denticola (ATCC 35404, ATCC 35405, ATCC 35520, and ATCC 33521), one strain of T. vincentii ...

Journal: :Infection and immunity 1993
C Egli W K Leung K H Müller R E Hancock B C McBride

A 53-kDa protein from the outer sheath of the oral spirochete Treponema denticola was purified to homogeneity and shown to reconstitute channels in black lipid bilayer model membranes. The channel had a single-channel conductance of 1.8 nS in 0.1 M KCl, making this the largest porin channel observed to date (estimated diameter, 3.4 nm). Electron micrographs of 53-kDa-protein-containing outer sh...

Journal: :Archives of oral biology 2013
Mitsuo Kishi Yuko Ohara-Nemoto Masahiro Takahashi Kayo Kishi Shigenobu Kimura Fumie Aizawa Masami Yonemitsu

OBJECTIVES The aim of this study was to determine whether measurements of volatile sulfur compounds (VSCs) are useful to predict colonization of periodontopathic bacteria. For this purpose, we assessed the relationships among distributions of 4 species of periodontopathic bacteria in tongue coating and dental plaque, oral conditions including VSC concentration in mouth air, and smoking habit of...

Journal: :Journal of clinical microbiology 1990
L G Simonson C H Goodman H E Morton

Murine monoclonal antibodies specific for Treponema denticola serovar C were produced and characterized in this study. An immunoassay was then developed by using these monoclonal antibodies, and the T. denticola serovar C antigen content of subgingival plaque was quantitated for samples taken from patients with periodontitis and healthy volunteers. The human subgingival plaque samples were grou...

Journal: :Antimicrobial agents and chemotherapy 1998
M T Andrés W O Chung M C Roberts J F Fierro

The susceptibilities of 143 Porphyromonas gingivalis, Prevotella intermedia, and Prevotella nigrescens isolates to 18 antimicrobial agents were tested. All P. gingivalis isolates were susceptible. In contrast, some Prevotella spp. (17%) were resistant to beta-lactams, erythromycin, clindamycin, or tetracycline and carried resistance genes, ermF or tetQ, or beta-lactamases.

Journal: :Immunology 2015
Jeppe M Larsen Hanieh S Musavian Tariq M Butt Camilla Ingvorsen Anna H Thysen Susanne Brix

Recent studies of healthy human airways have revealed colonization by a distinct commensal bacterial microbiota containing Gram-negative Prevotella spp. However, the immunological properties of these bacteria in the respiratory system remain unknown. Here we compare the innate respiratory immune response to three Gram-negative commensal Prevotella strains (Prevotella melaninogenica, Prevotella ...

2015
Lukas Bregy Annick R. Müggler Pablo Martinez-Lozano Sinues Diego García-Gómez Yannick Suter Georgios N. Belibasakis Malcolm Kohler Patrick R. Schmidlin Renato Zenobi

The detection of bacterial-specific volatile metabolites may be a valuable tool to predict infection. Here we applied a real-time mass spectrometric technique to investigate differences in volatile metabolic profiles of oral bacteria that cause periodontitis. We coupled a secondary electrospray ionization (SESI) source to a commercial high-resolution mass spectrometer to interrogate the headspa...

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

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

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