Skip to content

NetViz is a single page, client only network visualization web application

License

Notifications You must be signed in to change notification settings

vpodpecan/netviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetViz: a graph visualization web application

NetViz is a single page, client only web application which enables easy visualization of networks. It does not require installation and supports CSV input format which is easy to read and write. It is based on vis.js and allows for interactive visualization of fairly "big" networks (up to 1000 nodes or so).

Requirements

None (except a recent web browser)

How to use

Download the repository and open the index.html file in your browser. Check the header lines of the sample data to get an idea how to format your own data. If you are familiar with Javascript and vis.js, you can easily add your own node and edge attributes to the input format.

Examples

The examples folder contains two datasets which represent a taxonomy of Karst that was extracted from manually annotated domain corpora. The small folder contains edges and nodes describing the very top of the taxonomy while the big folder contains edges and nodes describing the complete taxonomy including the corresponding parts of annotated sentences.

Author

Vid Podpečan [email protected]

License

MIT

How to cite

If you use NetViz in your research please cite the following publication:

@inproceedings{netviz2020,
    title = "The {N}et{V}iz terminology visualization tool and the use cases in karstology domain modeling",
    author = "Pollak, Senja and Podpe{\v{c}}an, Vid  and Miljkovic, Dragana and Stepi{\v{s}}nik, Uro{\v{s}} and Vintar, {\v{S}}pela",
    booktitle = "Proceedings of the 6th International Workshop on Computational Terminology",
    month = may,
    year = "2020",
    address = "Marseille, France",
    publisher = "European Language Resources Association",
    pages = "55--61",
    ISBN = "979-10-95546-57-3"
}

About

NetViz is a single page, client only network visualization web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published