نتایج جستجو برای: operational indicators

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

2012
Nancy Fraser

Misrecognition, taken seriously as unjust social subordination, cannot be remedied by eliminating prejudice alone. In this rejoinder to Richard Rorty, it is argued that a politics of recognition and a politics of redistribution can and should be combined. However, an identity politics that displaces redistribution and rei® es group differences is deeply āwed. Here, instead, an alternative ’stat...

Journal: :American journal of epidemiology 1999
D K Kajdasz M A Judson L C Mohr D T Lackland

Geographic patterns of sarcoidosis have been detected and studied on a global scale. However, the associations between these disease patterns and population characteristics have not been determined. The authors studied the geographic pattern of sarcoidosis in South Carolina and its relation to socioeconomic status (SES) and health status indicators. Hospitalization rates for the period 1985-199...

ژورنال: مجله طب نظامی 2019
Bahadori, Mohammadkarim, Hosseini, Seyed Mojtaba, Nekounam, Marjan, Raadabadi, Mehdi,

Background and Aim: Due to the increase in accidents and disasters in terms of quantity and severity, it is necessary to respond effectively in the form of crisis management, activation and removal of barriers affecting the rapid reaction of emergency centers. The aim of this study was to investigate the barriers affecting the rapid reaction of emergency operation centers in a branch of the Red...

Journal: :The journals of gerontology. Series B, Psychological sciences and social sciences 2005
Kathleen A Cagney Christopher R Browning Ming Wen

OBJECTIVES Racial differences in self-rated health at older ages are well documented. African Americans consistently report poorer health, even when education, income, and other health status indicators are controlled. The extent to which neighborhood-level characteristics mediate this association remains largely unexplored. We ask whether neighborhood social and economic resources help to expl...

2013
A. L. Keeley C. C. van Waveren K.-Y. Chan

The Six Sigma deployment methodology is known for its results in operational excellence associated with improved business practices. Organisations worldwide have shown significantly reduced costs and increased profits when successfully deploying Six Sigma. This paper reports a longitudinal study of a set of indicators and success factors for Six Sigma deployment, using Lonmin PLC, a mining comp...

Journal: :Healthcare quarterly 2013
Michael Terner Jennifer D'Silva Brenda Tipper Olga Krylova Greg Webster

Updated primary healthcare (PHC) indicators are now available for use across Canada. The Canadian Institute for Health Information identified and updated two sets of priority indicators - a policy set to meet the needs of policy makers and a provider set to meet the needs of providers of PHC at the practice and organization levels. A total of 51 indicator definitions were updated to ensure that...

Abstract The purpose of this study is to consider an international facility location problem under uncertainty and present an integrated model for strategic and operational planning. The paper offers two methodologies for the location selection decision. First the extended VIKOR method for decision making problem with interval numbers is presented as a methodology for strategic evaluation of po...

2014
Theodora Trachana Angeliki Karagiannaki Katerina Pramatari

In response to increasing demands of incorporating sustainability concerns into a firm's supply chain management, firms should take actions that exceed their boundaries. As a consequence, firms have recognized the importance of adopting green practices and reducing a combination of different types of indicators, namely operational (e.g. product output, availability, costs), and environmental (e...

2006
E. Gelenbe V. Kaptan Y. Wang N. S. Walmsley P. Gardiner J. Moffat

Recent advances in Command and Control (C2) modelling have developed algorithmic representations of the command decision making process at both the tactical (Rapid Planning) and operational (Deliberate Planning) levels of command. In this paper, the development of methods by which indicators of enemy/group behaviour can be extracted is discussed. The aim of this work is to use the grouping tech...

2016
JIANPING ZHANG LIWEI DUAN JING GUO WEIDONG LIU

To assess operational performance of air traffic control sector, a multivariate detection index system consisting of 5 variables and 17 indicators is presented, which includes operational trafficability, operational complexity, operational safety, operational efficiency, and air traffic controller workload. An improved comprehensive evaluation method, is designed for the assessment by optimizin...

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

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

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