Difference between revisions of "Extra:citation visualizations"
KevinYager (talk | contribs) (→Existing tools for visualizing and data-analytics of citation networks) |
KevinYager (talk | contribs) (→General Visualization Tools (that could be used for citation networks)) |
||
Line 10: | Line 10: | ||
==General Visualization Tools (that could be used for citation networks)== | ==General Visualization Tools (that could be used for citation networks)== | ||
− | * [http://python.org/ Python] | + | * [http://python.org/ Python]: General-purpose high-level programming language. |
** [http://matplotlib.org/ matplotlib] for generalized plotting | ** [http://matplotlib.org/ matplotlib] for generalized plotting | ||
** [iPython network citation example] | ** [iPython network citation example] | ||
** [http://networkx.github.io/ NetworkX]: Package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. | ** [http://networkx.github.io/ NetworkX]: Package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. | ||
+ | ** [https://snap.stanford.edu/snappy/ Snap.py]: Python interface to SNAP, providing high-performance node/network layout and visualization. | ||
+ | * [https://d3js.org/ D3.js]: JavaScript libraries for visualization. Well-suited to interactive web-based analytic tools. | ||
+ | ** [https://github.com/d3/d3/wiki/Gallery Gallery] | ||
==Additional Information== | ==Additional Information== |
Revision as of 17:13, 16 November 2016
Existing tools for visualizing and data-analytics of citation networks
- VOSviewer: Tool for constructing and visualizing bibliometric networks. Offers text mining functionality that can be used to construct and visualize co-occurrence networks of important terms extracted from a body of scientific literature.
- CiteSpace: Java application for visualizing and analyzing trends and patterns in scientific literature.
- Relationships among scientific paradigms. Well-publicized "map of science", generated using bespoke software. (Was reprinted in Nature, Discovery Magazine, SEED, etc.)
General Visualization Tools (that could be used for citation networks)
- Python: General-purpose high-level programming language.
- matplotlib for generalized plotting
- [iPython network citation example]
- NetworkX: Package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
- Snap.py: Python interface to SNAP, providing high-performance node/network layout and visualization.
- D3.js: JavaScript libraries for visualization. Well-suited to interactive web-based analytic tools.
Additional Information
- Potentially useful Google searches:
- visualization of citation networks
- visualization of citation networks (Image Search)
- network of scientific collaboration (Image Search)
- Top 30 Social Network Analysis and Visualization Tools