Waiting for the magic...

Instructions for file uploading

EgoLines accepts a simple JSON file or two CSV files (a node list and an edge list) for storing a dynamic ego-network.

1) JSON format

Here is an example JSON file.

2) CSV format

The node list contains at least two columns (in such order): time index, and node id. Additional columns can be appended for node attributes.

The edge list contains four columns (in such order): time index, source node id, target node id, and weight.

Here are example node CSV file and edge CSV file.

Further notes

There are a few things to note about:

Also note that we never store your file on any server. All the file processing happens on the client side and will be deleted when you clear your browser cache.

Please choose one of the following two data formats:

JSON

CSV