diff --git a/README.md b/README.md index 65a2449..015f0cd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ![Teaser Figure for the Neighborhood Structure Configuration Model](https://raw.githubusercontent.com/Feelx234/nestmodel/main/teaser.png) ![build](https://github.com/Feelx234/nestmodel/actions/workflows/pythonapp.yml/badge.svg) +[![Published at The Web Conference](https://img.shields.io/badge/Published_at_-_ACM_WebConf_-blue)](https://doi.org/10.1145/3543507.3583266) +[![arXiv:2210.06843](https://img.shields.io/badge/arXiv-2210.06843-b31b1b.svg?logo=arxiv)](https://arxiv.org/abs/2210.06843) Neighborhood Structure Configuration Models (short NeSt-models) allow to generate random graphs that preserved the neighborhood structure of a given graph for arbitrary depth d. @@ -75,4 +77,4 @@ This package has been tested on *Linux*. #### Python Dependencies The package was tested with various version of python (>=3.8). It depends on other packages that are automatically installed along with nestmodel and can be looked up at the setup.py file. -Parts of it also depend on the just-in-time compiler `numba` we used version 0.56.4 but should work on other versions as well. \ No newline at end of file +Parts of it also depend on the just-in-time compiler `numba` we used version 0.56.4 but should work on other versions as well.