From 7883c17ed0e03b9caeacd0f3938ed540f176532b Mon Sep 17 00:00:00 2001 From: Splines Date: Tue, 1 Aug 2023 15:23:31 +0200 Subject: [PATCH] Add a few references to Readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b1804..e1ac6c0 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,11 @@ You can read in this file to get the node-to-community assignment as CSV file fo

References

-- TODO +- [Original Louvain implementation (C++)](https://sites.google.com/site/findcommunities/home) and an [overview page of Louvain](https://perso.uclouvain.be/vincent.blondel/research/louvain.html) +- Original paper by Blondel, Guillaume, Lambiotte and Lefebvre: [Fast unfolding of communities in large networks](https://perso.uclouvain.be/vincent.blondel/publications/08BG.pdf) +- See more references in the [documentation book](https://splines.github.io/fast-louvain/) +- If you need a directed version of Louvain, see [this repo](https://github.com/nicolasdugue/DirectedLouvain) by Dugué and Perez. +