Skip to content

Commit

Permalink
Fix the URL to the Karate Club paper in karate.py (#9230)
Browse files Browse the repository at this point in the history
Hello.
There was the broken link to the “An Information Flow Model for Conflict
and Fission in Small Groups” paper in
[this](https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.datasets.KarateClub.html#torch_geometric.datasets.KarateClub)
documentation.

I changed the link from

http://www1.ind.ku.dk/complexLearning/zachary1977.pdf

to

https://www.journals.uchicago.edu/doi/abs/10.1086/jar.33.4.3629752.

Ref: #9225

Co-authored-by: 1taroh <resets. 65810214+1taroh@users.noreply.github.com>
Co-authored-by: Jintang Li <cnljt@outlook.com>
  • Loading branch information
3 people committed Apr 26, 2024
1 parent 01e8303 commit f69f595
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions torch_geometric/datasets/karate.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
class KarateClub(InMemoryDataset):
r"""Zachary's karate club network from the `"An Information Flow Model for
Conflict and Fission in Small Groups"
<http://www1.ind.ku.dk/complexLearning/zachary1977.pdf>`_ paper, containing
34 nodes, connected by 156 (undirected and unweighted) edges.
<https://www.journals.uchicago.edu/doi/abs/10.1086/jar.33.4.3629752>`_
paper, containing 34 nodes,
connected by 156 (undirected and unweighted) edges.
Every node is labeled by one of four classes obtained via modularity-based
clustering, following the `"Semi-supervised Classification with Graph
Convolutional Networks" <https://arxiv.org/abs/1609.02907>`_ paper.
Expand Down

0 comments on commit f69f595

Please sign in to comment.