Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medialab/table2net
https://github.com/medialab/table2net
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/medialab/table2net
- Owner: medialab
- License: other
- Created: 2013-01-09T16:08:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T11:26:49.000Z (over 3 years ago)
- Last Synced: 2024-08-01T12:31:13.976Z (3 months ago)
- Language: JavaScript
- Homepage: http://tools.medialab.sciences-po.fr/table2net/
- Size: 732 KB
- Stars: 20
- Watchers: 12
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-starred - medialab/table2net - (others)
README
Table 2 Net
=========
**Extract a network from a table.** *Set a column for nodes and a column for edges. It deals with multiple items per cell.**[Table2Net](http://tools.medialab.sciences-po.fr/table2net/)* allows you to get a network from a table. You will get a GEXF file that you can visualize and analyze with [Gephi](http://gephi.org). You may extract different types of networks from a table. It depends on how you use columns to build the nodes and the edges:
* **Normal**: if you want a single type of nodes, for instance authors. They will be linked when they share a value in another column, for instance papers.
* **Bipartite**: if you want two types of nodes, for instance authors and papers, they will be linked whey they appear in the same row of the table.
* **Citation**: if you have a column containing references to another one, for instance paper title and cited papers (title)
* **No link**: a single type of nodes, without linkYou can add columns as metadata of the nodes and/or edges, you can set a separator if you have multipe items per cell, and you can set a column as time if you want a dynamic network.
###More info
* The tool itself is [available online](http://tools.medialab.sciences-po.fr/table2net/)
* Its source code is available on [GitHub](https://github.com/medialab/table2net/)
* If you have issues or requests, [tell us about them](https://github.com/medialab/table2net/issues)
* [Gephi](http://gephi.org) is highly recommanded in complement
* You will find more tools on [Médialab Tools](http://tools.medialab.sciences-po.fr/)