نتایج جستجو برای: oven 60

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

Journal: :Occupational and environmental medicine 1997
F Roos A Renier J Ettlinger Y Iwatsubo M Letourneux J M Haguenoer M C Jaurand J C Pairon

OBJECTIVES A study was conducted in coke oven workers to evaluate the biological consequences of the exposure of these workers, particularly production of potential genotoxic factors. METHODS 60 coke oven workers and 40 controls were recruited in the same iron and steel works. Exposure to polycyclic aromatic hydrocarbons (PAHs) was assessed by job and measurement of 1-hydroxypyrene (1OHP) in ...

Journal: :Lebensmittel-Wissenschaft & Technologie 2021

Recent studies have dealt about the phenolic compounds and nutraceutical properties of Sanguisorba minor Scop possibility their domestication to standardise plant production. However, it is also known that storage conditions can affect bioactive present in plants. Thus, wild (W) domesticated (F1, F2, F3) S. samples were exposed different drying methods (oven-drying at 60 °C until constant weigh...

1992
J. H. YANG

Conventional (unshredded) and shredded alfalfa hays were heated in either a forced-air oven or a steam pressure cooker at different times and temperatures to determine the effect of heat treatment on chemical composition and ruminal protein degradability. Rates of protein degradation and extents of protein escape were estimated using a ruminal inhibitor in vitro system. Both rates and extents w...

2018
Fabrice Tonfack Djikeng Edem Selle Azia Theresia Morfor Bernard Tiencheu Blaise Arnaud Hako Touko Gires Teboukeu Boungo Serges Ndomou Houketchang Mallampalli Sri Lakshmi Karuna Michel Linder François Zambou Ngoufack Hilaire Macaire Womeni

The effect of boiling and roasting on the lipid quality, proximate composition, and mineral content of African walnut seeds (Tetracarpidium conophorum) was assessed. Results indicated that the quality of walnut oil significantly (p < .05) reduces with the treatments. Oils extracted from DBWN 60 min (Dried and boiled walnuts 60 min) and FBWN 60 min (Boiled fresh walnuts 60 min) were the most alt...

بیضایی, محمد, جلودار, غلامعلی,

Background: High-frequency electromagnetic field (EMF) is generated by differentsources such as radar installations, radio and television transmitters, medical microwave diathermy device and domestic use of microwave ovens. Radiation leakage of microwave oven may be harmful for users. Kids who are residing near their mothers may expose to electromagnetic field. This study was carrie...

2009
M. Okano H. Hara M. Muramatsu K. Doi S. Uetake Y. Takasu Y. Takahashi

Abstract We have successfully implemented the first simultaneous magneto-optical trapping (MOT) of lithium (Li) and ytterbium (Yb) atoms, towards production of ultracold polar molecules of LiYb. For this purpose, we developed the dual atomic oven which contains both atomic species as an atom source and successfully observed the spectra of the Li and Yb atoms in the atomic beams from the dual at...

Journal: :Analytical sciences : the international journal of the Japan Society for Analytical Chemistry 2006
Hiroki Sakurai Junji Noro Akira Kawase Masanori Fujinami Koichi Oguma

A rapid sample-digestion method for the determination of toxic metals, cadmium, chromium, and lead, in polyethylene and polyvinyl chloride has been developed by using a microwave oven for household use. An appropriate amount of the sample taken in a PTFE decomposition vessel was mixed with nitric acid or nitric and sulfuric acids. The vessel was heated in a microwave oven by a predetermined ope...

Journal: :Pakistan journal of pharmaceutical sciences 2012
Sumaira Naeem Muhammad Ali Asif Mahmood

The aim of this study was to optimize the extraction conditions for the extraction of phenolic compounds from Moringa oleifera leaves using response surface methodology (RSM). A user-defined design was applied to determine the effects of extraction time (min), extraction temperature ((o)C) and ethanol concentration (%), on total phenolic content (TPC) from Moringa oleifera leaves dried by three...

Journal: :Bioresource technology 2011
Sheng-Yi Chiu Chien-Ya Kao Tzu-Ting Huang Chia-Jung Lin Seow-Chin Ong Chun-Da Chen Jo-Shu Chang Chih-Sheng Lin

The growth and on-site bioremediation potential of an isolated thermal- and CO₂-tolerant mutant strain, Chlorella sp. MTF-7, were investigated. The Chlorella sp. MTF-7 cultures were directly aerated with the flue gas generated from coke oven of a steel plant. The biomass concentration, growth rate and lipid content of Chlorella sp. MTF-7 cultured in an outdoor 50-L photobioreactor for 6 days wa...

Journal: :Occupational and environmental medicine 1999
M T Wu C K Ho S L Huang Y F Yeh C L Liu I F Mao D C Christiani

OBJECTIVES It was reported previously that topside oven workers with heavy exposure to coke oven emissions had increased serum activities of hepatic aminotransferase in one coke oven plant. This study was conducted to investigate the modifying effect of CYP1A1 MspI polymorphism on liver function profiles in coke oven workers. METHODS 88 coke oven workers from a large steel company in Taiwan w...

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

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

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