نتایج جستجو برای: b suis

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

Journal: :MMWR. Morbidity and mortality weekly report 2009
S Matthews C Blackmore C Siegenthaler

Historically, brucellosis from Brucella suis infection occurred among workers in swine slaughterhouses. In 1972, the U.S. Department of Agriculture National Brucellosis Eradication Program was expanded to cover swine herds. Subsequent elimination of brucellosis in commercial swine resulted in a decrease in B. suis-associated illness in humans. Currently, swine-associated brucellosis in humans i...

Journal: :Journal of wildlife diseases 2012
Mark R Sandfoss Christopher S DePerno Carl W Betsill Maria Baron Palamar Gene Erickson Suzanne Kennedy-Stoskopf

As feral swine (Sus scrofa) populations expand their range and the opportunity for feral swine hunting increases, there is increased potential for disease transmission that may impact humans, domestic swine, and wildlife. From September 2007 to March 2010, in 13 North Carolina, USA, counties and at Howell Woods Environmental Learning Center, we conducted a serosurvey of feral swine for Brucella...

2013
Verónica Ruiz-Ranwez Diana M. Posadas Silvia M. Estein Patricia L. Abdian Fernando A. Martin Angeles Zorreguieta

The adhesion of bacterial pathogens to host cells is an event that determines infection, and ultimately invasion and intracellular multiplication. Several evidences have recently shown that this rule is also truth for the intracellular pathogen Brucella. Brucella suis displays the unipolar BmaC and BtaE adhesins, which belong to the monomeric and trimeric autotransporter (TA) families, respecti...

Journal: :Parasitology 2008
S Sotiraki A Roepstorff J P Nielsen C Maddox-Hyttel C Enøe J Boes K D Murrell S M Thamsborg

The aim of this study was to investigate the intra-litter infection dynamics of Isospora suis under natural conditions, and to study any association between parasite transmission and the contamination level of the farrowing pen by applying different interventions in order to reduce the transmission of I. suis infection within the litter. The study was divided in 2 trials including in total 22 l...

2016
Sabrina Wanninger Manuela Donati Antonietta Di Francesco Michael Hässig Karolin Hoffmann Helena M. B. Seth-Smith Hanna Marti Nicole Borel

In pigs, Chlamydia suis has been associated with respiratory disease, diarrhea and conjunctivitis, but there is a high rate of inapparent C. suis infection found in the gastrointestinal tract of pigs. Tetracycline resistance in C. suis has been described in the USA, Italy, Switzerland, Belgium, Cyprus and Israel. Tetracyclines are commonly used in pig production due to their broad-spectrum acti...

2002
Camille Brewer Arthur P. Liang

In Time-Space Clustering of Human Brucellosis, California, 1973–1992, by G. Fosgate et al., an error appears in the results section. The corrected sentence appears below and online at http://www.cdc.gov/ncidod/EID/vol8no7/01-0351.htm . The Brucella species was identified in 229 (55%) of the 416 cases analyzed. B abortus was isolated from 39 cases, B. melitensis from 181, and B. suis from 9. We ...

Journal: :The Journal of infectious diseases 2011
Marie-Pier Lecours Marcelo Gottschalk Mathieu Houde Paul Lemire Nahuel Fittipaldi Mariela Segura

Streptococcus suis is an emerging zoonotic agent of septicemia and meningitis. Knowledge on host immune responses toward S. suis and strategies used by this pathogen for subversion of these responses is scarce. Here, S. suis modulation of dendritic cell (DC) functions were assessed for the first time. Using S. suis knockout mutants in capsular polysaccharide (CPS) expression, it was shown that ...

2010
Dina A. Moustafa Neeta Jain Nammalwar Sriranganathan Ramesh Vemulapalli

Brucella neotomae is not known to be associated with clinical disease in any host species. Previous research suggested that B. neotomae might not express detectable levels of Cu/Zn superoxide dismutase (SOD), a periplasmic enzyme known to be involved in protecting Brucella from oxidative bactericidal effects of host phagocytes. This study was undertaken to investigate the genetic basis for the ...

Journal: :Journal of microbiology and biotechnology 2011
Sanjay Kumar Urmil Tuteja Kumari Sarika Dhirendra Singh Ashok Kumar Om Kumar

The routine identification and differentiation of Brucella species is a time-consuming and labor-intensive process, which frequently places personnel at risk of laboratoryacquired infection. Here, we describe the development of a rapid multiplex PCR assay for the confirmation of presumptive Brucella isolates. The assay was able to identify and differentiate major human pathogens, namely B. abor...

Journal: :Journal of clinical microbiology 2004
C Marois S Bougeard M Gottschalk M Kobisch

A PCR assay was developed for the detection of Streptococcus suis serotypes 2 and 1/2. This multiplex PCR is based on the amplification of the gene coding for 16S rRNA of S. suis and on the amplification of the cps2J gene coding for the capsule of S. suis serotypes 2 and 1/2. An internal control was constructed and added in this test to monitor the efficiency of amplification in each reaction. ...

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

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

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