نتایج جستجو برای: metal working tools

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

Journal: :Vision Research 1995
Michael S. Landy Laurence T. Maloney Elizabeth B. Johnston Mark Young

Various visual cues provide information about depth and shape in a scene. When several of these cues are simultaneously available in a single location in the scene, the visual system attempts to combine them. In this paper, we discuss three key issues relevant to the experimental analysis of depth cue combination in human vision: cue promotion, dynamic weighting of cues, and robustness of cue c...

2014
Yan Zhang Zhen-min Tang Yan-ping Li Yang Luo

Accurate and effective voice activity detection (VAD) is a fundamental step for robust speech or speaker recognition. In this study, we proposed a hierarchical framework approach for VAD and speech enhancement. The modified Wiener filter (MWF) approach is utilized for noise reduction in the speech enhancement block. For the feature selection and voting block, several discriminating features wer...

2012
Hui Zhang Douglas E Schaubel John D Kalbfleisch Jennifer L Bragg-Gresham Bruce M Robinson Ronald L Pisoni Bernard Canaud Michel Jadoul Takashi Akiba Akira Saito Friedrich K Port Rajiv Saran

The risk of death for hemodialysis patients is thought to be highest on the days following the longest interval without dialysis (usually Mondays and Tuesdays); however, existing results are inconclusive. To clarify this we analyzed Dialysis Outcomes and Practice Patterns Study (DOPPS) data of 22,163 hemodialysis patients from the United States, Europe, and Japan. Our study focused on the assoc...

2007
Chihyung Huang John P. Sullivan Srinivasan Chandrasekar

A novel method using luminescent molecule sensors is described for in situ measurement of fluid film thickness along the tool rake face in machining. The method uses an optically transparent sapphire tool to access the rake face, and measurement of radiation emitted by luminescing molecules dispersed in a machining fluid. By measuring the intensity of the emission, the film thickness is estimat...

2002
FREDERICK J. PASSMAN

Metalworking fluids provide an excellent environment for the growth and proliferation of a variety of bacteria and fungi. Historically, the incidence of infectious disease outbreaks at metalworking facilities has been rare. Consequently the primary focus of microbial contamination control efforts has been to prevent fluid biodeterioration. Research conducted over the past decade increasingly su...

Journal: :Bulletin of Environmental Contamination and Toxicology 2010
Wenhai Xu Shane S. Que Hee

Whole glove testing for a metalworking fluid (MWF) in the field was performed for the first time. Green latex gloves used in a machine shop were exposed for 20 min to MWF. The permeated amount (1.0 +/- 0.5 microg/cm(2)) was higher than the threshold (0.25 microg/cm(2)) for the ASTM F739-99a closed-loop normalized breakthrough time.

Journal: :The European respiratory journal 2013
Gareth I Walters Vicky C Moore Alastair S Robertson Emmet E McGrath Edward Parkes P Sherwood Burge

European Respiratory Society guidelines on the management of work-related asthma recommend that occupational asthma with an allergic mechanism should be diagnosed by both identifying the workplace as the cause, and confirming sensitisation to the asthmagen by specific inhalational challenge (SIC), in the absence of any available specific IgE tests [1, 2]. Used (contaminated) metalworking fluid ...

Journal: :Francis W. Parker School Yearbook 1914

Journal: :مجله دانشگاه علوم پزشکی کرمانشاه 0
farideh golbabaii professor, department of occupational health, tehran university of medical sciences abbas ali mokhtari msph, department of occupational health, tehran university of medical sciences abbas rahimi assistant professor, department of statistics and epidemiology, tehran university of medical sciences sayed jamalledin shahtaheri professor, department of occupational health, tehran university of medical sciences

introduction: metalworking fluids (mwfs) are widely used in metal working operations for cooling down, lubricating and reducing the friction between tools and work pieces which result in controlling the heat produced. exposure to mwfs causes several adverse effects including respiratory problems, skin diseases, cancer and even infertility. this study examines workers’ exposure to mwf mist and t...

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

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

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