From a93d64ae5e2b24cb5390b2792ff3ad4b75f0b7e1 Mon Sep 17 00:00:00 2001 From: Michel Gokan Khan <280553+michelgokan@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:04:38 +0200 Subject: [PATCH] Adding citation part in README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index e8530d2..2251c56 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,29 @@ limitations: - **Networking Details**: Simplified networking simulation may not capture all nuances of real-world network behavior, particularly under specific or extreme conditions. +## Citation + +If you use PerfSim in your scientific work, please consider citing us: + +``` +M. Gokan Khan, J. Taheri, A. Al-Dulaimy and A. Kassler, "PerfSim: A Performance Simulator for Cloud Native Microservice Chains," in IEEE Transactions on Cloud Computing, vol. 11, no. 2, pp. 1395-1413, 1 April-June 2023, doi: 10.1109/TCC.2021.3135757 +``` + +Bibtex: + +``` +@ARTICLE{9652084, + author={Gokan Khan, Michel and Taheri, Javid and Al-Dulaimy, Auday and Kassler, Andreas}, + journal={IEEE Transactions on Cloud Computing}, + title={PerfSim: A Performance Simulator for Cloud Native Microservice Chains}, + year={2023}, + volume={11}, + number={2}, + pages={1395-1413}, + keywords={Cloud computing;Computational modeling;Microservice architectures;Resource management;Emulation;Containers;Testing;Performance simulator;performance modeling;cloud native computing;service chains;simulation platform}, + doi={10.1109/TCC.2021.3135757}} +``` + ## Installation Instructions 1. Clone [PerfSim repository](https://github.com/michelgokan/perfsim) by running the following command: