NetLogo / NW-Extension

This is the NetLogo Network Extension. For general information about NetLogo, see:
http://ccl.northwestern.edu/netlogo/
Other
62 stars 25 forks source link

Add support for more file formats #138

Closed qiemem closed 9 years ago

qiemem commented 9 years ago

There are some common, simple ones that would be easy to add support for and would greatly enhance nw's ability to use existing data.

Possible additions:

Gephi gives a good comparison of various formats: https://gephi.github.io/users/supported-graph-formats/. This includes examples and basic specs.

qiemem commented 9 years ago

This site contains a bunch of great sample networks: http://snap.stanford.edu/data/index.html#web

Most use a simple format where each line is an edge with the format "source-node-id dest-node-id" and # are used to denote comments.

qiemem commented 9 years ago

Note that NameGenWeb, what we were previously using for generating GrahpML representations of people's facebook networks, appears to be defunct: https://apps.facebook.com/namegenweb/. netvizz, however, is very much active and uses GDF. Thus, I am inclined to implement GDF first.

qiemem commented 9 years ago

Fixed in latest release.