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

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

2016
Adaoha E. C. Ihekwaba Ivan Mura John Walshaw Michael W. Peck Gary C. Barker

Clostridium botulinum produces botulinum neurotoxins (BoNTs), highly potent substances responsible for botulism. Currently, mathematical models of C. botulinum growth and toxigenesis are largely aimed at risk assessment and do not include explicit genetic information beyond group level but integrate many component processes, such as signalling, membrane permeability and metabolic activity. In t...

Journal: :Applied and environmental microbiology 2000
E Hyytiä-Trees E Skyttä M Mokkila A Kinnunen M Lindström L Lähteenmäki R Ahvenainen H Korkeala

Sixteen different types of sous vide-processed products were evaluated for safety with respect to nonproteolytic group II Clostridium botulinum by using challenge tests with low (2. 0-log-CFU/kg) and high (5.3-log-CFU/kg) inocula and two currently available predictive microbiological models, Food MicroModel (FMM) and Pathogen Modeling Program (PMP). After thermal processing, the products were s...

2013
Qing Kong Long Wang Zengran Liu Nak-Jung Kwon Sun Chang Kim Jae-Hyuk Yu

Growth, development, virulence and secondary metabolism in fungi are governed by heterotrimeric G proteins (G proteins). A Gβ-like protein called Gib2 has been shown to function as an atypical Gβ in Gpa1-cAMP signaling in Cryptococcus neoformans. We found that the previously reported CpcB (cross pathway control B) protein is the ortholog of Gib2 in Aspergillus nidulans and Aspergillus fumigatus...

Ahmad Johari Mahdi Barati Karizno Mohsen Zeraatkar Mojtaba Dolatabadi Omid Maghsoudi, Reza Ranjbar,

Background and Objective:Outbreak of food-borne diseases has become more and more important these days and using natural food preservers with high durability is under debate. Vegetative essence is a type of food preserver and many studies have been performed on their antimicrobial effects. The purpose of this study was to investigate antibacterial effects of lavender essence on...

E. Abbasi F. Madani M.H. Motedayen

Tetanus is an important disease which created by tetanospasmin toxin of Clostridium tetani. In this study we surveyed six important factors including LF, KF, MLD, pH, OD and total protein assay of Harvard 52 (H52), G5 (HG5) and 49205 (H49205) strains of the bacterium to determine which of them were more suitable for use in vaccine production. The mentioned strains were seperatedly reactivated i...

.A Salmani .H.R Tavakoli .M Soltani .R Safari

Growth behavior of Clostridium botulinum type E beluga was studied in Acipenser persicus granular caviar treated with 5% NaCl, 5%NaCl plus 0.3% boric acid and 0.4%borax and 5%NaCl plus 0.15% methyl paraben incubated at temperatures -2, 5 and 15 °C for 224 days. The initial number of inoculated bacterial spore was 5.1×104 cfu/g caviar in each treated sample. The number of bacterial spores in sam...

1999
PABLO S. FERNÁNDEZ MICHAEL W. PECK

Refrigerated processed foods of extended durability such as cook-chill and sous-vide foods rely on a minimal heat treatment at 70 to 95°C and then storage at a refrigeration temperature for safety and preservation. These foods are not sterile and are intended to have an extended shelf life, often up to 42 days. The principal microbiological hazard in foods of this type is growth of and toxin pr...

Journal: :Journal of theoretical biology 2017
Chase Cockrell Gary An

OBJECTIVES Sepsis affects nearly 1 million people in the United States per year, has a mortality rate of 28-50% and requires more than $20 billion a year in hospital costs. Over a quarter century of research has not yielded a single reliable diagnostic test or a directed therapeutic agent for sepsis. Central to this insufficiency is the fact that sepsis remains a clinical/physiological diagnosi...

2007
STEVEN C. INGHAM REBECCA A. ENGEL MELODY A. FANSLAU ERICA L. SCHOELLER GINA SEARLS DENNIS R. BUEGE JUN ZHU

The U.S. Department of Agriculture has established standards for the composition and shelf stability of various readyto-eat meat products. These standards may include product pH, moisture:protein ratio, and water activity (aw) values. It is unclear how closely these standards are based on the potential for pathogen growth or toxin production. Because the vacuum packaging used on most ready-to-e...

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

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

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