Skip to content
/ vtna Public

Vtna is a python package, that is able to build a graph and provides functions to manipulate the graph

Notifications You must be signed in to change notification settings

marvinf95/vtna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vtna

vtna is short for Visualize Temporal Networks using Attributes. Its main purpose is to support the vtna_frontend Jupyter notebook.

vtna contains utilities for

  • importing temporal network data and metadata as found on sociopatterns.org (vtna.data_import and vtna.graph)
  • computing layouts for temporal networks (vtna.layout)
  • centrality measures for nodes in a global and local temporal context (vtna.node_measure)
  • filtering nodes based on attributes (vtna.filter)
  • transforming temporal graphs to networkx graphs (vtna.utility)

Install

pip install git+https://github.com/marvinf95/vtna

About

Vtna is a python package, that is able to build a graph and provides functions to manipulate the graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages