From f91c00706e7705b48ba6dca9926fc7defd853a42 Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Wed, 9 Feb 2022 16:22:47 +0100 Subject: [PATCH] BibTeX added --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37a8d41..cc04764 100644 --- a/README.md +++ b/README.md @@ -191,4 +191,17 @@ https://kislyuk.github.io/argcomplete/ Is a argparse extension that registers the command line arguments for bash. It requires a command line command to register it globally. This is added to init.sh -The configuration will be set in /etc/bash_completion.d/ . Keep in mind: It will require a shell restart to be activated \ No newline at end of file +The configuration will be set in /etc/bash_completion.d/ . Keep in mind: It will require a shell restart to be activated + +## BibTeX + +When doing scientific research using Purple Dome, please use this BibTeX snippet in your paper: + +``` +@misc{PurpleDome:internet, +author = {Thorsten Sick}, +title = {GitHub - avast/PurpleDome: Simulation environment for attacks on computer networks}, +note = {(visited on 09.02.2022)}, +howpublished = "\url{https://github.com/avast/PurpleDome}", +} +```