Skip to content

Commit b275ab0

Browse files
committed
add: working with directed networks and minor fixes
1 parent 83f51dd commit b275ab0

File tree

5 files changed

+2502
-5
lines changed

5 files changed

+2502
-5
lines changed

doc/source/community_detection_guide.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This documentation provides an overview of the notebooks available in the commun
1616
community_detection_guide/notebooks/resolution.ipynb
1717
community_detection_guide/notebooks/consensus_clustering.ipynb
1818
community_detection_guide/notebooks/membership_vector.ipynb
19+
community_detection_guide/notebooks/working_with_directed_networks.ipynb
1920
community_detection_guide/notebooks/working_with_clusterings.ipynb
2021
community_detection_guide/notebooks/functions.ipynb
2122

@@ -94,18 +95,26 @@ This documentation provides an overview of the notebooks available in the commun
9495

9596
.. **Overview:** This notebook introduces membership vectors in igraph.
9697
98+
.. grid-item-card:: Working with Directed Networks
99+
:link: community_detection_guide/notebooks/working_with_directed_networks
100+
:link-type: doc
101+
:class-card: sd-card-hover card-deep-purple
102+
:shadow: sm
103+
104+
.. **Overview:** This notebook describes how to work with clusterings in igraph.
105+
97106
.. grid-item-card:: Working with Clusterings
98107
:link: community_detection_guide/notebooks/working_with_clusterings
99108
:link-type: doc
100-
:class-card: sd-card-hover card-deep-purple
109+
:class-card: sd-card-hover card-medium-purple
101110
:shadow: sm
102111

103112
.. **Overview:** This notebook describes how to work with clusterings in igraph.
104113
105114
.. grid-item-card:: Helper Functions
106115
:link: community_detection_guide/notebooks/functions
107116
:link-type: doc
108-
:class-card: sd-card-hover card-medium-purple
117+
:class-card: sd-card-hover card-light-purple
109118
:shadow: sm
110119

111120
.. **Overview:** This notebook introduces all the helper functions used in the community detection guide. It provides a collection of utility functions for community detection tasks.

doc/source/community_detection_guide/networks/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,24 @@ When using this data, please cite the following work:
3636

3737
This file was obtained from Mark Newman's repository of network datasets at the University of Michigan, located at the following URL:
3838
https://websites.umich.edu/~mejn/netdata/
39+
40+
---
41+
---
42+
---
43+
44+
### README for `highschool/network.gml`
45+
46+
A network of friendships among male students in a small high school in Illinois from 1958. An arc points from student i to student j if i named j as a friend, in either of two identical surveys (from Fall and Spring semesters). Edge weights are the number of surveys in which the friendship was named.
47+
---
48+
49+
### License
50+
These data can be cited as:
51+
52+
> J. S. Coleman, Introduction to Mathematical Sociology, London Free Press Glencoe (1964).
53+
54+
---
55+
56+
### Source
57+
58+
This file was obtained from:
59+
https://networks.skewed.de/net/highschool#None_draw

0 commit comments

Comments
 (0)