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

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

Different glasses suitable for temperature sensing in the fiber optic sensors were studied in this article. The phase changes for eight different glass materials were calculated and results were compared. Our results showed that extra dense flint glass is the most sensitive one, while pure silica results in the lowest phase change. In another study the effect of wavelength on the phase variatio...

Journal: :Europhysics News 2006

Journal: :Journal of the Illuminating Engineering Institute of Japan 1985

EFTEKHARI-YEKTA B., , MARGHUSSIAN V.K., ,

The effect of precipitation of ?.qss. and gahnite phases during heat treatment of glass frits in the ZnO-Al2O3-SiO2 system on the mechanical property of resulting glass-ceramic specimens were investigated. It was shown that gahnite glass-ceramics had higher bend strength and toughness values than ?.qss. ones. The results are attributed to the higher modulus of elasticity as well as higher therm...

Journal: :dental research journal 0
meenal nitin gulve nitin dilip gulve

background: scuba diving is one of the fastest growing sports in the world. the objective of this study was to evaluate the effect of pressure variations to which divers are exposed on the pull out strength of glass fiber post luted with different cements. materials and methods: in this in vitro study, 120 extracted, single-rooted lower premolars were endodontically treated. they were randomly ...

Journal: :Journal of applied behavior analysis 2010
Matthew G Cox E Scott Geller

ResearcherS used two behavioral prompts to compare increases in safety belt use: a Click It or Ticket prompt or a Flash-for-Life prompt. Participants were 1,822 unbuckled drivers exiting two student parking lots of a large university. Research assistants identified unbuckled drivers, flashed one of the two prompts, and recorded whether drivers buckled after the prompt and the drivers' facial ex...

It is well known that the mechanical properties of fiberglass reinforced "phenolic moulding compounds" are significantly enhanced if the glass particles are coated with silane coupling agents before compounding. It has been shown that improvements obtained by using scanning electron microscopy techniques are due to better bonding of phenolic resin to the surface of treated glass fibers. These o...

In this research, MgF2-2%SiO2/MgF2 thin films were applied on a glass substrate. At first, MgF2 thin films with the optical thickness were deposited on the glass slide substrates. Then, MgF2-2%SiO2 thin films were deposited on the glass coated with MgF2 thin films. Finally, the nanocomposite thin films were surface treated by the PFTS solution. Characterization of the thin film was done by X-Ra...

Journal: :journal of health management and informatics 0
asad allah shams noureddin niknam alireza jabbari akbar hasan zadeh nezamaddin mengelizadeh ghanbary sartang ayoub

introduction: since hospitals give their services to a huge number of people most of whom are sick and disabled and also because they have many expensive and modern equipment and facilities, any negligence regarding the standards of safety management leads to severe damages including financial ones. this may even result in irrecoverable consequences such as their clients’ death. so, this invest...

Journal: :international journal of occupational hygiene 0
amirhossein khoshakhlagh department of occupational health, school of health, shahid sadoughi university of medical sciences, yazd, iran. saeed yazdaniraad department of occupational health engineering, school of public health, tehran university of medical sciences, iran. vali sarsangi department of occupational health engineering, school of public health, tehran university of medical sciences, iran.

introduction: safety culture is a set of beliefs, norms, incentives, social and technical roles and functions that make the core of the safety management system. the aim of this study was to examine factors affecting safety culture and its relationship to accident in the oil depots. methods: case-control study was conducted in 2016. 300 employees of 3 oil depot in tehran were selected that 150 ...

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

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

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