نتایج جستجو برای: iranian brined cheese

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

2001
C. L. C. Esteves J. A. Lucey E. M. V. Pires

Our objective was to determine the effect of heating on the structure of nonfat Mozzarella cheese, and then to relate changes in structure to changes in cheese opacity. Cheese was made according to a direct-acid, stirred-curd procedure. Cheese samples, at 4◦C, were taken on d 1 and placed into glass bottles, which were sealed and heated. Once the cheese reached 10◦C or 50◦C, the bottles were pl...

Journal: :Expert Systems With Applications 2022

Supplier evaluation is a complex multi-criteria decision-making (MCDM) problem that deals with assessment of suppliers as the potential alternatives against various types criteria. We consider context where decision makers (DMs) have complete information about and To address needs makers, method named Ranking based on optimal points (RBOP) developed in this paper. By imitating simulating human ...

Journal: :Foodborne pathogens and disease 2014
L Hannah Gould Elisabeth Mungai Casey Barton Behravesh

INTRODUCTION The interstate commerce of unpasteurized fluid milk, also known as raw milk, is illegal in the United States, and intrastate sales are regulated independently by each state. However, U.S. Food and Drug Administration regulations allow the interstate sale of certain types of cheeses made from unpasteurized milk if specific aging requirements are met. We describe characteristics of t...

2013
Recep Kara Levent Akkaya

Brucella contaminates people with raw milk, raw dairy products and especially with cheese made from raw milk. This study has aimed to detect Brucella abortus and Brucella melitensis in fresh cheese (Coban Cheese, 100-mold), traditional Afyon Tulum Cheese (Aged Skin Bag Cheese) (50-mold) and sheep-lamb tulum (50-mold) samples provided from Afyonkarahisar province. Conventional Culture Method has...

Journal: :American Journal of Public Health and the Nations Health 1944

2013

The aim of this study was to determine the chemical and microbiological analysis of soya cheese and compare with cow milk cheese and raw soya. Fat content is lower and protein content is higher in soya cheese than cow milk cheese. Moisture, ash, fat, total carbohydrate, total energy, pH, total chlorides and Total solids are significantly higher in cow milk cheese than soya cheese. Cheese yield,...

Journal: :Atom Indonesia 2023

In this research, alpha-emitter concentrations of 222Rn, 226Ra, and 238U in Iranian, Turkish, Egyptian, Saudi Arabian, Iraqi canned cheeses that are available markets were measured using the CR-39 detector. Also, health risk parameters associated with ingestion radionuclides, such as annual average internal effective dose (AAIED) an excess cancer fatality per million persons (RECFPMP), calculat...

Journal: :Allergologia et immunopathologia 2014
M Viñas J Carnés M A López-Matas N Hernández M J Castillo M Ibero

OBJECTIVE We present two adult and three paediatric patients who had allergic reactions after cheese ingestion and subsequently tolerated cow's milk derivatives. The objective of this study was to determine possible cross-reactivity between different types of cheese. METHODS Skin tests were performed to cow's milk fractions, and prick-prick tests for goat, sheep and cow cheese. Specific IgE t...

2006
A. Mora-Gutierrez H. M. Farrell R. Attaie V. J. McWhinney C. Wang

Bovine and caprine Monterey Jack cheeses were produced unfortified (cheese) or fortified with milk calcium (Ca-cheese). Five groups of male rats were fed a control diet or one of four experimental diets: bovine cheese diet, bovine Ca-cheese diet, caprine cheese diet, and caprine Ca-cheese diet to test their effects on calcium absorption as well as bone mineralization. Significant differences (P...

Journal: :Science 1995
L G Rahme E J Stevens S F Wolfort J Shao R G Tompkins F M Ausubel

A Pseudomonas aeruginosa strain (UCBPP-PA14) is infectious both in an Arabidopsis thaliana leaf infiltration model and in a mouse full-thickness skin burn model. UCBPP-PA14 exhibits ecotype specificity for Arabidopsis, causing a range of symptoms from none to severe in four different ecotypes. In the mouse model, UCBPP-PA14 is as lethal as other well-studied P. aeruginosa strains. Mutations in ...

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

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

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