archivesunleashed / graphpass

GraphPass is a utility to filter networks and provide a default visualization output for Gephi or SigmaJS.

Home Page:https://archivesunleashed.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Borg-Reduce creates two 'id' columns for Gephi

ianmilligan1 opened this issue Β· comments

πŸŽ‰ it's working, and --file is now loading in our custom data.

The only thing I'd flag is that it currently creates an Id (upper case) column with the node identifiers and then an id (lower case) column with the unique node names. Any way to make that easier to follow?

Screenshot example:
fullscreen_2018-01-28__8_26_pm

Right now to make it work you need to copy the label data from id - somewhat challenging to know the exact column to select as they're so close. πŸ˜„

It should be fairly easy to copy the Id label to "Label" instead. A better solution is if the labels are already present in our aut output though. That said, we should be able to check for an Id string column and output.

This was an interfacing to aut thing, but has been resolved.