From 12581d3c0abb85417a815535e22fa02f4527c234 Mon Sep 17 00:00:00 2001 From: softageb Date: Mon, 11 Dec 2023 11:18:06 +0530 Subject: [PATCH 1/2] Create emergency_response_strategies.md --- emergency_response_strategies.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 emergency_response_strategies.md diff --git a/emergency_response_strategies.md b/emergency_response_strategies.md new file mode 100644 index 0000000..0572c0c --- /dev/null +++ b/emergency_response_strategies.md @@ -0,0 +1,25 @@ +# Alerting and Detection Framework + +## ADS Framework +Prior to the development and adoption of the ADS framework, we faced major challenges with development of alerting strategies. There was a lack of rigor around the creation, development, and implementation of an +alert, which led to sub-optimal alerts going to production without documentation or peer-review. Over time, some of the alerts gained a reputation of being low-quality, which led to fatigue, alerting apathy, +or additional engineering time and resources. + +To combat the issues and deficiencies previously noted, we developed an ADS framework which is used for all alerting development. This is a natural language template which helps frame hypothesis generation, testing +and management of new ADS. + +The ADS Framework has the following sections, each which must be completed prior to production implementation: + +* Goal +* Categorization +* Strategy Abstract +* Technical Context +* Blind Spots and Assumptions +* False Positives +* Validation +* Priority +* Response + +Each section is required to successfully deploy a new ADS, and guarantees that any given alert will have sufficient documentation, will be validated for durability, and reviewed prior to production deployment. + +Each production or alert is based on the ADS framework is stored in a durable, version-controlled, and centralized location. From 3eb0eaaf1b3da20e75866d58727b9c4d9a180ece Mon Sep 17 00:00:00 2001 From: softageb Date: Mon, 11 Dec 2023 11:22:15 +0530 Subject: [PATCH 2/2] Create disaster_simulation.md --- disaster_simulation.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 disaster_simulation.md diff --git a/disaster_simulation.md b/disaster_simulation.md new file mode 100644 index 0000000..c410c2a --- /dev/null +++ b/disaster_simulation.md @@ -0,0 +1,4 @@ +A discrete event disaster recovery simulation, currently focused on housing, built on top of the [Simpy](https://simpy.readthedocs.io/en/latest/) discrete event simulation Python library. + +**Funding Support for DESaster** +National Science Foundation, Infrastructure, Infrastructure Management and Extreme Events Program, "Modeling Post-Disaster Housing Recovery Integrating Performance Based Engineering and Urban Simulation"