From 4128ddb62eb53d35394edcd9a9ee977b4726103e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20W=C3=B6lker?= <94364022+ywoelker@users.noreply.github.com> Date: Fri, 1 Mar 2024 09:44:57 +0100 Subject: [PATCH] Update README.md Add the citation section to the readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e42bc23..d846168 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,17 @@ After the image is created you can start the jupyter instance with the execution `docker run --rm -p8888:8888 -v$(pwd):/home/jovyan/work/ vocc-jupyter` -The console will print an address to the jupyter lab as localhost address which can be opend in any browser or used in Visual Studio Code as an remote jupyter instance. \ No newline at end of file +The console will print an address to the jupyter lab as localhost address which can be opend in any browser or used in Visual Studio Code as an remote jupyter instance. + +## Citation + +If you find our work useful, please consider citing: +``` +@inproceedings{TavaresdeSousa2023VoCC, + author = {Tavares de Sousa, Nelson and W\"{o}lker, Yannick and Renz, Matthias and Biastoch, Arne}, + title = {VoCC: Vortex Correlation Clustering Based on Masked Hough Transformation in Spatial Databases}, + year = {2023} + url = {https://doi.org/10.1145/3609956.3609971}, + booktitle= {Proceedings of the 18th International Symposium on Spatial and Temporal Data} +} +```