From 1ae122d72ff1c95a77dd96ecc08e288fe67c22d2 Mon Sep 17 00:00:00 2001 From: mhpb Date: Mon, 10 Jan 2022 18:33:32 +0100 Subject: [PATCH 1/3] Update README.md --- HybridSiminPmSharedMaterialforReview/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HybridSiminPmSharedMaterialforReview/README.md b/HybridSiminPmSharedMaterialforReview/README.md index e88f118..34a5cec 100644 --- a/HybridSiminPmSharedMaterialforReview/README.md +++ b/HybridSiminPmSharedMaterialforReview/README.md @@ -5,7 +5,7 @@ A proof of concept example for updating the DES model of a process based on the - The DES and SD models are taken as input. - For the ease of use and performing experiments with your desired process, the following supports are provided: - To generate a CPN model of your process and the corresponding SML file using an event log, you can use the following link, in case of any specific scenario you need to change the process model in the CPN Tools. The link only generates a CPN model based on the given event log, further desired changes should be done by the user. --- https://cpn-model-process-discovery-1.herokuapp.com/generate-cpn-model/ +- https://cpn-model-process-discovery-1.herokuapp.com/generate-cpn-model/ - In case you want to generate your SD Logs and SD models, this tool supports you https://github.com/mbafrani/PMSD - Note that you need to make sure that there are common variables names, e.g., service time, arrival rate, ..., are in both models that can be updated. - To run the current example: From 9bd408822a415f687707140ed2e55d343343fd92 Mon Sep 17 00:00:00 2001 From: mhpb Date: Mon, 24 Jan 2022 13:54:50 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c73573..0b80651 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ Forward-looking approach in process mining (using system dynamics and process mi Process mining field has been enriched with multiple techniques and tools for different purposes. However, these techniques are mostly 'backward-looking'. 'PMSD' is a web application tool that supports forward-looking simulation techniques. It transforms the event data and process mining results into a simulation model. -App First Page: -![alt text](https://github.com/mbafrani/PMSD/tree/master/static/images/AppFirstPage.png?raw=true) +![App First Page](https://github.com/mbafrani/PMSD/tree/master/static/images/AppFirstPage.png?raw=true) ## Running the application - Run app.py and use the "127.0.0.1:5000" as the homepage URL in the browser. - The screen-cast of the tool is available under the name **PMSDDemo.mp4**. From 66d3af26c1830ec22f67040f62768e04ceb88c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 23:32:30 +0000 Subject: [PATCH 3/3] Bump tensorflow from 2.7.0 to 2.8.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 50ca8c1..c159303 100644 --- a/requirements.txt +++ b/requirements.txt @@ -162,7 +162,7 @@ tenacity==8.0.1 tensorboard==2.7.0 tensorboard-data-server==0.6.1 tensorboard-plugin-wit==1.8.0 -tensorflow==2.7.0 +tensorflow==2.8.0 tensorflow-estimator==2.7.0 tensorflow-io-gcs-filesystem==0.23.1 termcolor==1.1.0