نتایج جستجو برای: microbial safety

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

2015

The aim of this paper is to present a measure of the performance of Food Safety Management System (FSMS) implemented in five municipal abattoirs situated in Edo State, Nigeria. Hygiene status of the abattoirs was assessed by a quantitative interpretation of observations obtained from visual inspection of abattoir’s operations by a 3-member panelist. Hygiene assessment was then confirmed by micr...

B. Moradi, H. Sodagari, Z. Mashak,

Background: Sohan is a traditional Iranian confectionery product prepared mainly by mixing and cooking of wheat flour, sugar, malt, oil, natural flavoring additives and coloring materials. Regarding to high consumption and popularity of Sohan as well as importance of its safety and hygienic status, we investigated microbial and chemical profiles of Sohan in retailers throughout Qom province of ...

Background and Objectives: In recent years, edible films and coatings that are nutritious and able to significantly control microbial loads for the food safety have been further popular. In this study, effects of nanoclay film of citrus essential oil on bacterial pathogens of Listeria monocytogenes, Vibrio parahaemolyticus, Streptococcus iniae and Salmonella typhi were investigated in fishery p...

ژورنال: سلامت و محیط زیست 2019

Background and Objective: Nowadays, swimming pools as a sport and entertainment center have found more popularity. Violation of health based standards in terms of physicochemical, microbial and environmental health indices can turn pools into a potential source of disease transmission and spread. Due to the importance of maintaining swimmers’ comfort, health, and safety, the present study was a...

ژورنال: Medical Laboratory Journal 2015
Behzadi, AA, , Parviz, M. (DVM), , Rezaei, M, , Shariatifar, N., ,

Abstract Background and Objective: The presence of microorganisms in food is a paramount importance to public health. This study was carried out to measure the rate of microbial contamination of the hamburgers consumed in Arak. Material and Methods: The samples of frozen hamburgers ( n= 100) were collected from  the selling centers in  Arak. The city was divided into f...

Hydrocarbons are prone to bacterial and fungal contamination. Bacteria and fungi live and proliferate in water droplets within the fuels and on surfaces surrounding them. This can cause corrosion in oil exploration and production, clogging of fuel lines in aviation and higher emissions in diesel combustion engines to state few examples. State-of-the-art is the addition of biocides to fuels, whi...

Background: The aim of this study was to investigate the effects of chitosan coatings, oregano essential oil, and their combination on microbial quality of chicken fillet during 12 days in refrigerator temperature. Methods: Oregano oil was extracted by water distillation and then different concentrations of oregano oil (1% and 2%) were used for film preparation. Microbiological tests were carri...

Journal: :Archives of surgery 2008
Shirin Towfigh William G Cheadle Stephen F Lowry Mark A Malangoni Samuel E Wilson

HYPOTHESIS Application of skin sealant prior to incision reduces microbial contamination of the wound. DESIGN Prospective, randomized, multicenter clinical trial. SETTING Six teaching hospitals. PATIENTS A total of 177 adult patients undergoing elective open inguinal hernia repair were randomized to either standard skin preparation with 10% povidone-iodine or skin preparation followed by ...

2014
Seyyed Ali Asghar Sefidgar Samane Gharekhani Maryam Ghasempour

Implication for health policy/practice/research/medical education: Originally different kefir grains may contain various microbial complexes. The beneficial effects of probiotic microorganisms vary from strain to strain and condition to condition. Knowing their microbial characterizations is needed for the safety confirmation. Copyright © 2014, Ahvaz Jundishapur University of Medical Sciences; ...

2014
Moreno Bondi Patrizia Messi Prakash M Halami Chrissanthy Papadopoulou Simona de Niederhausern

Food-borne diseases are a widespread and growing public health and economic problem. Recent modifications in food production and processing practices and ever-changing food habits of the consumer are important factors for the incidence of food-borne infections. Many recognized pathogens are of great concern today and new challenges have appeared in the recent years as the role of the interactio...

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

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

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