Skip to content

Commit

Permalink
Supplementary material for Storm Festschrift (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm authored Feb 12, 2025
2 parents dfb92c9 + 866f92d commit 07b08f7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions paper_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<a href="http://stormchecker.org/getting-started">/getting-started</a>
Used in Paper "The Probabilistic Model Checker Storm" (2020)

<a href="http://stormchecker.org/publications/festschrift">/publications/festschrift</a>
Used in Paper "Riding the Storm in a Probabilistic Model Checking Landscape" (2024)

<a href="http://stormchecker.org/publications/gspn-semantics-for-dfts.html">/publications/gspn-semantics-for-dfts.html</a>
Used in Paper "One Net Fits All; A unifying semantics of Dynamic Fault Trees using GSPNs" (2018)

Expand Down
25 changes: 25 additions & 0 deletions publications/festschrift.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Riding the Storm in a Probabilistic Model Checking Landscape
category_weight: 6
layout: default
categories: [Publications]
---

On this page, you can find supplementary material for the paper "[Riding the Storm in a Probabilistic Model Checking Landscape](https://doi.org/10.1007/978-3-031-75775-4_5)".

For each example, we provide Jupyter notebooks which contain the model(s) and the corresponding analysis.
All notebooks are available in the [stormpyter](https://github.com/moves-rwth/stormpyter) repository in the directory [festschrift_storm](https://github.com/moves-rwth/stormpyter/tree/master/festschrift_storm).
We refer to the [README](https://github.com/moves-rwth/stormpyter/blob/master/festschrift_storm/README.md) for instructions on how to run the Juypter notebooks with Docker.


## The Random Chili Peppers
The folder [random_pepper](https://github.com/moves-rwth/stormpyter/tree/master/festschrift_storm/random_pepper) contains the Jupyter notebook and model for the music shuffle example of Section 2.

## Enjoyable Road Biking
The folder [bikeriding](https://github.com/moves-rwth/stormpyter/tree/master/festschrift_storm/bikeriding) contains the Jupyter notebook and model for the bikeriding example of Section 3.

## Scouting for Coffee Supply
The folder [coffeescout](https://github.com/moves-rwth/stormpyter/tree/master/festschrift_storm/coffeescout) contains the Jupyter notebook and model for coffee scouting example of Section 4.

## The Elfstedentocht Problem
The folder [elfstedentocht](https://github.com/moves-rwth/stormpyter/tree/master/festschrift_storm/elfstedentocht) contains the model, analysis script and results for the Elfstedentocht ice skating example of Section 5.

0 comments on commit 07b08f7

Please sign in to comment.