نتایج جستجو برای: disaster management plan

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

2010
Carlos Andre Reis Pinheiro Markus Helfert

The telecommunication industry has evolved into a highly competitive market, which requires companies to put an effective customer relation approach in place. In order to increase customer relationship management, social network analysis (SNA) can be used to increase the knowledge related to the customers’ influence. SNA can improve relevant information that helps to increase the customer exper...

2017
Barry Smyth Padraig Cunningham

Every year millions of people around the world train for, and compete in, the marathon. As race-day approaches, and training schedules begin to wind down, many participants will turn their attention to their race strategy, as they strive to achieve their best time. To help with this, in this paper we describe a novel application of case-based reasoning to address the dual task of: (1) predictin...

Journal: :Prehospital and disaster medicine 2009
Mohammad Hosein Kalantar Motamedi Masound Saghafinia Azadeh Hassani Bararani Farzad Panahi

INTRODUCTION An earthquake measuring 6.6 on the Richter scale on 23 December 2003 devastated the city of Bam in southeastern Iran. During the response and recovery phases, considerable shortcomings were discovered. The dire situation in the affected area, a variety of urgently required interventions, and the large number of aid organizations involved brought about difficulties in management, co...

2017
David A. Kring

The trajectory of the impacting asteroid is another issue of considerable debate and still unresolved. Historically, circular plan views of impact craters confounded many investigators who assumed a circular crater requires a vertical impact. They wondered why more craters are not elliptical. Gilbert and Barringer both realized that 45° impacts are the most probable trajectories for meteoritic ...

2010
Aaron Sloman

Plan: I: Some facts about logical necessity stated. II: Not all necessity is logical. III: The need for an explanation. IV: Formalists attempt unsuccessfully to reduce logic to syntax. V: The no-sense theory of Wittgenstein’s Tractatus merely reformulates the problem. VI: Crude conventionalism is circular. VII: Extreme conventionalism is more sophisticated. VIII: It yields some important insigh...

2003
Mace A. Hack Dan I. Rubenstein

IUCN Red List Category (E. burchellii, E.b. antiquorum, and E.b. boehmi were assessed using version 3.1; all others with version 2.3): Equus burchellii LC Least Concern E. b. boehmi LR Lower Risk E. b. zambesiansis DD Data Deficient (? extinct in wild) E. b. crawshayi DD Data Deficient (? endangered) E. b. chapmani DD Data Deficient E. b. antiquorum LR Lower Risk E. b. burchellii EX Extinct (1930)

2002
Charles S. Han John C. Kunz Kincho H. Law

Accessibility regulations are federally enacted by the Americans with Disabilities Act (ADA). Design of buildings and facilities must comply with the guidelines developed by the authors of ADA. This paper discusses a hybrid approach using encoding prescriptive-based provisions and supplementing them with performance-based methods to support compliance and usability analysis for accessibility. T...

1986
Michael A. Peshkin Arthur C. Sanderson

The physics of motion of a sliding object can be used to plan sensorless robot manipulation strategies. Prediction of a sliding object’s motion is difficult because the object’s distribution of support on the surface, and the resulting frictional forces, are in general unknown. This paper describes a new approach to the analysis of sliding motion, which finds the set of object motions for all d...

2006
Y. O. Izadkhah M. Hosseini

Disaster management planning of all educational institutes in high earthquake prone-areas is a necessity. In this paper, the development of an earthquake management system for nursery schools is highlighted. The unavoidable nature of the disasters, the impossibility to predict them and the need for considering the safety of the very young generation who are the future assets of communities emph...

Journal: :Inf. Manag. Comput. Security 1997
Kon Karakasidis

Discusses the formulation of a business recovery plan. As a starting point, presents the business recovery timeline model. Gives a framework of components to be considered in a business continuity project planning process, i.e. a risk reduction programme. In the last few years, disaster recovery (DR) practitioners (for IT systems) and business recovery (BR) practitioners (for core business acti...

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

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

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