Skip to content

Commit 13daf26

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Update paper and JuliaCon 2023 sub
Co-Authored-By: Claudio Moroni <43729990+ClaudMor@users.noreply.github.com> Co-Authored-By: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com>
1 parent 30d150f commit 13daf26

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

paper/JuliaCon2023.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
## Title
44

5-
MultilayerGraphs.jl: A Julia package for the creation, manipulation and analysis of the structure, dynamics and functions of multilayer graphs
5+
MultilayerGraphs.jl: A Julia package for the creation, manipulation and analysis of multilayer graphs
66

77
## Session Type
88

99
Lightning talk (10 minutes)
1010

1111
## Abstract
1212

13+
**MultilayerGraphs.jl** is a Julia package for the creation, manipulation and analysis of multilayer graphs, which have been adopted to model of a wide range of complex systems from bio-chemical to socio-technical networks.
14+
15+
It is integrated within the **JuliaGraphs** ecosystem extending **Graphs.jl** with several multilayer-specific methods and metrics including the multilayer eigenvector centrality, the multilayer modularity and the Von Newman entropy.
16+
1317
## Description
1418

1519
## Notes

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'MultilayerGraphs.jl: A Julia package for the creation, manipulation and analysis of the structure, dynamics and functions of multilayer graphs'
2+
title: 'MultilayerGraphs.jl: A Julia package for the Creation, Manipulation and Analysis of Multilayer Graphs'
33
tags:
44
- Julia
55
- Graphs

0 commit comments

Comments
 (0)