From cbde7095cc91cbe6a5d576a1073befae6d4e9a46 Mon Sep 17 00:00:00 2001 From: Nikoleta Glynatsi Date: Fri, 31 May 2019 18:25:50 +0100 Subject: [PATCH] Adding a CITATION file. Closes #25. This is based on this article http://www.software.ac.uk/blog/2013-09-02-encouraging-citation-software-introducing-citation-files --- CITATION | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CITATION diff --git a/CITATION b/CITATION new file mode 100644 index 0000000..5c6f47d --- /dev/null +++ b/CITATION @@ -0,0 +1,19 @@ +Please use one of the following samples to cite the treeinterpreter version +(change x.y to the version you are using) from this installation. + +Text: + +[treeinterpreter] treeinterpreter x.y, 2019 +Ando Saabas, https://github.com/andosa/treeinterpreter + +BibTeX: + +@misc{treeinterpreterx.y, + title = {treeinterpreter x.y}, + author = {Ando Saabas}, + year = {2019}, + howpublished = {\href{https://github.com/andosa/treeinterpreter}{\texttt{https://github.com/andosa/treeinterpreter}}}, +} + +If you are unsure about which version of treeinterpreter you are using run: +`pip show treeinterpreter` for the Python version. \ No newline at end of file