From 6fef98dd2db6f0f021ba69d13a502f786fb56bdc Mon Sep 17 00:00:00 2001 From: Martin Trat Date: Thu, 26 Jan 2023 15:32:19 +0100 Subject: [PATCH] Augment readme add paper url --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 278fb73..30dd83f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Change Detection in Categorical Evolving Data Streams - CDCStream -Cite this work as (BibTex): +Paper available at [http://dx.doi.org/10.5445/IR/1000155196](http://dx.doi.org/10.5445/IR/1000155196), cite as (BibTex): ``` @techreport{TratBenderOvtcharova2023_1000155196, author = {Trat, Martin and Bender, Janek and Ovtcharova, Jivka}, @@ -17,7 +17,6 @@ Cite this work as (BibTex): } ``` - Implementation of an augmented version of Dino Ienco's algorithm CDCStream ([https://doi.org/10.1145/2554850.2554864](https://doi.org/10.1145/2554850.2554864)). ## Installation