oscoin / osrank-rs

A pre-alpha osrank implementation in Rust.
http://oscoin.io/
3 stars 3 forks source link

Create a Gephi's XML exporter #51

Closed adinapoli-mndc closed 5 years ago

adinapoli-mndc commented 5 years ago

If we want to visualise our Graph in an interactive way, one cheap one could be to write an "exporter" which would turn a Graph into an XML suitable for gephi.

This way, we could import it into an online tool a bit like we did in the previous quarter.

adinapoli-mndc commented 5 years ago

Fixed by #53.