crack521 / VOSviewer-Online

VOSviewer Online is a tool for network visualization. It is a web-based version of VOSviewer, a popular tool for constructing and visualizing bibliometric networks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VOSviewer Online

Build master branch License: MIT Latest release

VOSviewer Online is a tool for network visualization. It is a web-based version of VOSviewer, a popular tool for constructing and visualizing bibliometric networks.

VOSviewer Online has been developed by Nees Jan van Eck and Ludo Waltman at the Centre for Science and Technology Studies (CWTS) at Leiden University.

The development of VOSviewer Online has benefited from contributions by Olya Stukova and Nikita Rokotyan from Interacta.

The development of VOSviewer Online has been supported financially by Digital Science and Zeta Alpha.

VOSviewer Online has been developed in JavaScript using React, Material-UI, D3, and a few other open source libraries.

VOSviewer Online

Documentation

Documentation of VOSviewer Online is available here.

License

VOSviewer Online is distributed under the MIT license.

Issues

If you encounter any issues, please report them using the issue tracker on GitHub.

Contribution

You are welcome to contribute to the development of VOSviewer Online. Please follow the typical GitHub workflow: Fork from this repository and make a pull request to submit your changes. Make sure that your pull request has a clear description and that the code has been properly tested.

Development and deployment

The latest stable version of the code is available from the master branch on GitHub. The most recent code, which may be under development, is available from the develop branch.

Requirements

To run VOSviewer Online locally and to build production-ready bundles, Node.js and npm need to be installed on your system.

Setup

Run

npm install

to install all required Node.js packages.

Development

Run

npm run dev

to build a development version and serve it with hot reload at http://localhost:8600.

Deployment

Run

npm run build

to build a deployment version. The production-ready minified bundle is stored in the dist/ folder.

About

VOSviewer Online is a tool for network visualization. It is a web-based version of VOSviewer, a popular tool for constructing and visualizing bibliometric networks.

License:MIT License


Languages

Language:JavaScript 99.7%Language:HTML 0.3%