From c4c138a0f08e62ba766591a8646ef123aab1606c Mon Sep 17 00:00:00 2001
From: Linus Atorf <atorf@mmi.rwth-aachen.de>
Date: Tue, 20 Feb 2018 16:35:43 +0100
Subject: [PATCH] Add citation info file

---
 CITATION | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 CITATION

diff --git a/CITATION b/CITATION
new file mode 100644
index 0000000..9a26da9
--- /dev/null
+++ b/CITATION
@@ -0,0 +1,10 @@
+If you want to quote this software, you can use the following bibtex snippet:
+
+@Misc{rwthmindstormsev3toolbox,
+  author       = {Atorf, L. and Sondermann, B. and Stadtmann, T. and Rossmann, J.},
+  title        = {RWTH - Mindstorms EV3 Toolbox},
+  year         = {2018},
+  version      = {1.0},
+  organization = {Institute for Man-Machine Interaction, RWTH Aachen University},
+  url          = {https://git.rwth-aachen.de/mindstorms/ev3-toolbox-matlab}
+}
\ No newline at end of file
-- 
GitLab