Skip to content

Commit

Permalink
unify citation syntax for bliss papers
Browse files Browse the repository at this point in the history
  • Loading branch information
ercco committed Jul 17, 2024
1 parent e3a8cf4 commit df14053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ With `pymnet`, we introduce a Python package that provides the essential data st
# Statement of Need

[pymnet](https://github.com/mnets/pymnet) is a Python package for creating, analyzing, and visualizing multilayer networks.
It is designed for network scientists with an easy-to-use yet flexible interface, featuring, inter alia, representations of a very general class of multilayer networks, structural metrics of multilayer networks (e.g., clustering coefficients [@cozzo2015structure] and graphlet analysis [@sallmen2022]), multilayer-network transforms, multilayer-network isomorphisms and automorphisms [@kivela2017] (with [`bliss`](https://users.aalto.fi/~tjunttil/bliss/); @junttila2011; @junttila2007), and random multilayer-network models.
It is designed for network scientists with an easy-to-use yet flexible interface, featuring, inter alia, representations of a very general class of multilayer networks, structural metrics of multilayer networks (e.g., clustering coefficients [@cozzo2015structure] and graphlet analysis [@sallmen2022]), multilayer-network transforms, multilayer-network isomorphisms and automorphisms [@kivela2017] (with [`bliss`](https://users.aalto.fi/~tjunttil/bliss/); [@junttila2011; @junttila2007]), and random multilayer-network models.

Different kinds of multilayer network data are becoming more and more available, but our computational tools for handling such data are lagging behind.
Python is a popular programming language for network scientists and data scientists, and `pymnet` addresses the need for a feature-rich multilayer-networks package in the Python language that is actively maintained.
Expand Down

0 comments on commit df14053

Please sign in to comment.