Skip to content

Commit 11d51dc

Browse files
committed
updated readme
1 parent 03c79b0 commit 11d51dc

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,26 @@
11
# Neighborhood Structure Configuration Model
22
![Teaser Figure for the Neighborhood Structure Configuration Model](https://raw.githubusercontent.com/Feelx234/nestmodel/main/teaser.png)
3-
4-
![build](https://github.com/Feelx234/nestmodel/actions/workflows/pythonapp.yml/badge.svg)
3+
[![build](https://github.com/Feelx234/nestmodel/actions/workflows/ci.yaml/badge.svg)](https://github.com/Feelx234/nestmodel/actions)
4+
[![Coverage Status](https://coveralls.io/repos/github/Feelx234/nestmodel/badge.svg)](https://coveralls.io/github/Feelx234/nestmodel)
55
[![Published at The Web Conference](https://img.shields.io/badge/Published_at_-_ACM_WebConf_-blue)](https://doi.org/10.1145/3543507.3583266)
66
[![arXiv:2210.06843](https://img.shields.io/badge/arXiv-2210.06843-b31b1b.svg?logo=arxiv)](https://arxiv.org/abs/2210.06843)
77

8-
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.
8+
`nestmodel` allows to randomize graphs while preserving the neighborhood structure of a given graph for arbitrary depth d.
99

10-
This package provides the implementation as used in our paper.
10+
This package provides the implementation of the necessary randomization routines as well as routines to compute the refinement colors.
1111

1212

1313
# Installation instructions
1414
You can install this library like any other python package, depending packages are also installed along with it.
1515

16-
### Installing nestmodel
1716
Nestmodel is available on pypi thus you can simply install it via:
1817
```
1918
pip install nestmodel
2019
```
2120

22-
### Installing nestmodel from source
23-
```
24-
git clone https://github.com/Feelx234/nestmodel.git
25-
pip install nestmodel
26-
```
27-
The installation should take less than a minute.
28-
If you also want to notebooks in the scripts folder please install `jupyter` as outlined below.
29-
```
30-
pip install jupyter
31-
```
21+
22+
23+
# Reproducing the results from the paper
3224

3325
### Making sure the installation went smoothly
3426

@@ -39,7 +31,6 @@ python -m pytest nestmodel
3931
```
4032
If you do not have the graph tools library installed, the tests will emit a warning that it is not installed which can be ignored for now.
4133

42-
# Reproducing the results from the paper
4334

4435
Before reproducing the results you need to get the **datasets**. We provide a download script `/scripts/get_datasets.py` which will download all datasets for you.
4536
```

0 commit comments

Comments
 (0)