From febd1df03d7efe110a72f59f6a701041e923d349 Mon Sep 17 00:00:00 2001 From: Zizhe Wang <zizhe.wang@tu-dresden.de> Date: Tue, 30 Apr 2024 16:12:34 +0200 Subject: [PATCH] Replace README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50eb270..7e9ead1 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Petri Net for Electric Car-Sharing System (ECSS). ## Background -Implementation of the ECSS Petri Net model described in [this paper]([Modelling and Performance Analysis of Electric Car-Sharing Systems Using Petri Nets | E3S Web of Conferences (e3s-conferences.org)](https://www.e3s-conferences.org/articles/e3sconf/abs/2020/30/e3sconf_evf2020_03001/e3sconf_evf2020_03001.html)) (shown as below) in Modelica. +Implementation of the ECSS Petri Net model described in [this paper](https://www.e3s-conferences.org/articles/e3sconf/abs/2020/30/e3sconf_evf2020_03001/e3sconf_evf2020_03001.html) (shown as below) in Modelica. - + @@ -29,7 +29,7 @@ There are two Modelica models * `CarSharing.mo` is the model of a subnet of "The City" part. * `CarSharingSystem.mo` is the model of the whole ECSS system. - + This model generates some stochastic user (demands), you can simulate: @@ -41,4 +41,4 @@ This model generates some stochastic user (demands), you can simulate: Here you will find a gif to visualize the simulation result. - \ No newline at end of file + \ No newline at end of file -- GitLab