-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1cc38c
commit 8ce88b9
Showing
3 changed files
with
3,098 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 1, | ||
"metadata": {}, | ||
"outputs": [ | ||
{ | ||
"name": "stdout", | ||
"output_type": "stream", | ||
"text": [ | ||
"/Users/fariedabuzaid/Projects/tfl-training-probabilistic-model-checking\n", | ||
"mkdir: notebooks/examples: File exists\n" | ||
] | ||
} | ||
], | ||
"source": [ | ||
"# Run to setup environment\n", | ||
"%cd ..\n", | ||
"%run scripts/download_data.py\n", | ||
"%mkdir notebooks/examples\n", | ||
"%cp data/* notebooks/examples/ \n" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<center>\n", | ||
" <h1>Verifying Systems in the Face of Uncertainty</h1>\n", | ||
" <h2>Joost-Pieter Katoen and Sebastian Junges</h2>\n", | ||
" <h3>using material by the Storm Developers</h3>\n", | ||
" <br>\n", | ||
" <br>\n", | ||
"<img src=\"./_static/images/storm-logo.png\" width=\"500px\"/></center>\n", | ||
"\n", | ||
"**<center>[www.stormchecker.org](https://www.stormchecker.org)</center>**\n", | ||
"\n", | ||
"<div align=\"right\">Press <em>spacebar</em> to navigate</div>" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Agenda\n", | ||
"| Day No. | Title | Duration | Schedule |\n", | ||
"|:-------:|---------------------------------------------------|:--------:|:-------------:|\n", | ||
"| 1 | Greeting and setting up the execution environment | 15 min | 09:00 - 09:15 |\n", | ||
"| 1 | what is probabilistic model checking? | 60 min | 09:15 - 10:15 |\n", | ||
"| 1 | Demo | 30 min | 10:15 - 10:45 |\n", | ||
"| 1 | Coffee break | 15 min | 10:45 - 11:00 |\n", | ||
"| 1 | Fault trees | 45 min | 11:00 - 11:45 |\n", | ||
"| 1 | Parameter synthesis | 30 min | 11:45 - 12:15 |\n", | ||
"| 1 | Hands-on exercise | 30 min | 12:15 - 12:45 |" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
} | ||
], | ||
"metadata": { | ||
"celltoolbar": "Slideshow", | ||
"hide_code_all_hidden": false, | ||
"kernelspec": { | ||
"display_name": "Python 3 (ipykernel)", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.11.5" | ||
}, | ||
"livereveal": { | ||
"footer": "<h3>Matthias Volk</h3>", | ||
"scroll": true | ||
}, | ||
"rise": { | ||
"autolaunch": true, | ||
"start_slideshow_at": "beginning" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 4 | ||
} |
Oops, something went wrong.