From 5ea6b69a796a45842858dc4cf4271032641e60cf Mon Sep 17 00:00:00 2001 From: "Tharindu B. Hewage" Date: Fri, 3 Nov 2023 14:19:10 +1100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d807238..5986299 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # CloudSim Express: Low-Code Simulation Framework for CloudSim +--- +If you use this software in your work, please cite the CloudSim Express paper (Submitted to Journal of Software: Practice and Experience ([Pre-print available at Arxiv](https://arxiv.org/abs/2311.00974)) +``` +@misc{2311.00974, +Author = {Tharindu B. Hewage and Shashikant Ilager and Maria A. Rodriguez and Rajkumar Buyya}, +Title = {CloudSim Express: A Novel Framework for Rapid Low Code Simulation of Cloud Computing Environments}, +Year = {2023}, +Eprint = {arXiv:2311.00974}, +} +``` --- [![CloudSim Express Build](https://github.com/Cloudslab/cloudsim-express/actions/workflows/maven.yml/badge.svg?branch=main)](https://github.com/Cloudslab/cloudsim-express/actions/workflows/maven.yml) @@ -458,4 +468,4 @@ Once built, the `/release-artifacts` folder contains the artifacts. - Wait until automated build passes with your PR. - Upon successfully PR with the automatic build, a CloudsLab organization member will merge your contribution. -Please kindly refer to the project licence. \ No newline at end of file +Please kindly refer to the project licence.