-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# netCBS | ||
Package to efficiently create network measures using CBS networks (POPNET) in the RA. For example you may be interested in calculating the average income of the parents of the classmates of a student. This package allows you to do this in a fast and efficient way. | ||
A Python library to efficiently create network measures using CBS networks (POPNET) in the RA. For example you may be interested in calculating the average income of the parents of the classmates of a student. This package allows you to do this in a fast and efficient way. | ||
|
||
## Installation | ||
|
||
```bash | ||
pip install git+https://[email protected]/sodascience/netcbs.git@main | ||
pip install netcbs | ||
``` | ||
|
||
## Usage | ||
|
@@ -53,7 +53,7 @@ Please refer to the [CONTRIBUTING](https://github.com/sodascience/netcbs/blob/ma | |
|
||
The package `netCBS` is published under an MIT license. When using `netCBS` for academic work, please cite: | ||
``` | ||
TODO | ||
Garcia-Bernardo, Javier (2024). netCBS: A Python library to efficiently create network measures using CBS networks (POPNET) in the RA (0.1). Zenodo. 10.5281/zenodo.13908120 | ||
``` | ||
|
||
## Contact | ||
|