Skip to content

Commit

Permalink
summary extension #50
Browse files Browse the repository at this point in the history
  • Loading branch information
dataspider committed Jul 20, 2024
1 parent 70c6509 commit 52fb5f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ However, the graph representation has its limitations:
Many systems contain nodes with multidimensional features, interactions of various types, different levels of hierarchy, or multiple modalities, which deserve to be modeled but cannot be described by simple graphs.
Multilayer networks [@kivela2014] generalize graphs to capture the rich network data often associated with complex systems, allowing us to study a broad range of phenomena using the same representations, tools, and methods.
With `pymnet`, we introduce a Python package that provides the essential data structures and computational tools for multilayer network analysis.
As highlights, the library offers efficient and scalable implementations for sparse multilayer networks and multiplex networks, integration with `bliss` to analyze multilayer-network isomorphisms and automorphisms, and versatile methods for multilayer-network visualization.

# Statement of Need

Expand Down

0 comments on commit 52fb5f2

Please sign in to comment.