Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add the citation section to the readme
  • Loading branch information
ywoelker authored Mar 1, 2024
1 parent 5dcaaa6 commit 4128ddb
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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}
}
```

0 comments on commit 4128ddb

Please sign in to comment.