Skip to content

Commit

Permalink
Adapted READMEs to new directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Mar 1, 2020
1 parent a697302 commit d884941
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
18 changes: 18 additions & 0 deletions 2019-PRDC/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Supplementary material for PRDC 2019

## Paper
The corresponding paper is titled *Synergizing Reliability Modeling Languages: BDMPs without Repairs and DFTs*.
It is published in the *2019 IEEE 24th Pacific Rim International Symposium on Dependable Computing (PRDC)*
and available under the DOI [10.1109/PRDC47002.2019.00057](https://doi.org/10.1109/PRDC47002.2019.00057).

It presents a transformation from *Boolean Logic Driven Markov Processes (BDMPs)* to *Dynamic Fault Trees (DFTs)*.

## Files
Each directory contains one test case.
For example, [00-NPPS](00-NPPS) contains all files related to the *Nuclear power plant power supply (NPPS)* test case.
[01-OK](01-OK) contains the first BDMP test case.
Details of each BDMP test case are available on the webpage link provided in the pdf draft.

The folder [sensitivity](sensitivity) contains some results about the sensitivity analysis.

The 33 test case results along with their schematics are also provided in [testcase-results.pdf](testcase-results.pdf) for quick view.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# DFT-BDMP
Transformation from *Boolean Logic Driven Markov Processes (BDMPs)* to *Dynamic Fault Trees (DFTs)*.
# Boolean Logic Driven Markov Processes (BDMPs)

Each directory contains one test case.
For example, [00-NPPS](00-NPPS) contains all files related to the Nuclear power plant power supply (NPPS) test case.
[01-OK](01-OK) contains the first BDMP test case.
Details of each BDMP test case are available on the webpage link provided in the pdf draft.
The folder [sensitivity](sensitivity) contains some results about the sensitivity analysis.
The 33 test case results along with their schematics are also provided in [testcase-results.pdf](testcase-results.pdf) for quick view.
The repository provides supplementary material for publications about BDMPs and their analysis.

## List of files
- The [PRDC 2019](2019-PRDC) publication presents a transformation from *BDMPs* to *Dynamic Fault Trees (DFTs)*.

## Download
To download all files, click [here](https://github.com/moves-rwth/dft-bdmp/archive/master.zip).

0 comments on commit d884941

Please sign in to comment.