Last updated on 02-23-2018
Citation and Acknowledgement
Please cite the following papers when you use these algorithms in your research:
[1] Newman, M. E. J. (2006). Modularity and community structure in networks. Proceedings of the National Academy of Sciences of the United States of America, 103(23), 8577–82. https://doi.org/10.1073/pnas.0601602103
[2] Leicht, E. A., & Newman, M. E. J. (2008). Community Structure in Directed Networks. Physical Review Letters, 100(11), 118703. https://doi.org/10.1103/PhysRevLett.100.118703
If you use my code in your paper, it would be courteous of you to thank me in your acknowledgements for providing you with implementations of the methods.
Download
PyScopus requires:
1. Using pip
or easy_install
The easiest way of installing is to use pip
:
or easy_install
2. Manual installation
You can also clone and install the project from its GitHub homepage like this:
And then please refer to the quick start for usage.