From ddf20dc0480874bf02e0bdc6ded76c1f101b17fb Mon Sep 17 00:00:00 2001 From: Jan Bender Date: Thu, 17 Aug 2023 13:55:10 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d47bd5b..3cc80ac 100755 --- a/README.md +++ b/README.md @@ -91,6 +91,19 @@ discrete_grid.load(filename); // or discrete_grid = Discregrid::CubicLagrangeDiscreteGrid(filename); ``` +## Citation + +To cite DiscreGrid you can use this BibTeX entry: + +```bibtex +@software{Discregrid_Library, + author = {Koschier, Dan and others}, + license = {MIT}, + title = {{Discregrid Library}}, + url = {https://github.com/InteractiveComputerGraphics/Discregrid} +} +``` + ## References * [KDBB17] D. Koschier, C. Deul, M. Brand and J. Bender, 2017. "An hp-Adaptive Discretization Algorithm for Signed Distance Field Generation", IEEE Transactions on Visualiztion and Computer Graphics 23, 10, 2208-2221.