نتایج جستجو برای: safety management system

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

Background and purpose: The safety climate shows the attitude and general perception of the organization's management regarding safety, which is aimed at investigating the impact of safety training on the safety climate of operational employees working in West Oil and Gas Company. Materials and Methods: This study is quasi-experimental interventional research, which was conducted in the first ...

Journal: :Expert Syst. Appl. 2014
Maria Hänninen Osiris A. Valdez Banda Pentti Kujala

This paper presents a model of maritime safety management and its subareas. Furthermore, the paper links the safety management to the maritime traffic safety indicated by accident involvement, incidents reported by Vessel Traffic Service and the results from Port State Control inspections. Bayesian belief networks are applied as the modeling technique and the model parameters are based on exper...

Journal: :IOP Conference Series: Earth and Environmental Science 2020

Journal: :international journal of human capital in urban management 0
b. akbari neisiani department of management and economics, science and research branch, islamic azad university, tehran, iran s.m. seyedan department of magaement, kharazmi university, tehran, iran e. radfar department of industrial engineering, k.n toosi university of technology, tehran, iran

the city is alive with dynamic systems, where parks and urban green spaces have high strategic importance which help to improve living conditions. urban parks are used as visual landscape with so many benefits such as reducing stress, reducing air pollution and producing oxygen, creating opportunities for people to participate in physical activities, optimal environment for children and decreas...

Journal: :journal of research in health sciences 0
i mohammad fam a azadeh m azam azadeh

background: this study presents a framework for development of integrated health, safety and ergonomic (hse) in complex critical systems. total ergonomics model considers conventional ergonomics factors as well as management and organizational factors. methods : control room operation and maintenance department of a thermal power plant was chosen as the case of our study. to achieve the above o...

2007
S. Basnyat P. Palanque B. Schupp

This paper presents a three step approach to improve safety in the Weld of interactive systems. The approach combines, within a single framework, previous work in the Weld of barrier analysis and modelling, with model based design of interactive systems. The approach Wrst uses the Safety Modelling Language to specify safety barriers which could achieve risk reduction if implemented. The detaile...

2015
Isaac J. Obadia Mario C.R. Vidal

This paper introduces a management system suitable for hazardous technology organizations which has been developed based on the assumptions that in these organizations safety is a critical strategic factor, the existence of an enhanced safety culture is a crucial condition for safety and that safety culture enhancement implies in organizational changes. The management system was theoretically d...

2008
J. R. Inge Capt. G. T. Costello

Audits have long been used as a tool for checking that safety management processes are being followed and system safety principles applied, to provide senior managers with assurance that safe outcomes occur by design and not by luck. In a complex hierarchical organisation, the tendency is for audits to concentrate on safety management systems based on individual units within the hierarchy, rath...

ژورنال: سلامت کار ایران 2006
خسروی, یحیحی, علیزاده, سید شمس الدین, فرشاد, علی اصغر,

  Background and aims   Nowadays, organisations: trying to utilize HSE system, To establish an appropriate system in the line of maintenance and promotion of healthy work environment without any accidents, injuries, and pollution.  HSE management system is a tool to control and improve the performance of health and safety  and environment in all development programs of industrial and other stru...

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

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

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