archivesunleashed / graphpass

GraphPass is a utility to filter networks and provide a default visualization output for Gephi or SigmaJS.
https://archivesunleashed.org/
Other
17 stars 2 forks source link

Borg-Reduce creates two 'id' columns for Gephi #2

Closed ianmilligan1 closed 6 years ago

ianmilligan1 commented 6 years ago

🎉 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. 😄

greebie commented 6 years ago

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.

greebie commented 6 years ago

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