An open API service indexing awesome lists of open source software.

https://github.com/wthrajat/sigmajs-site

Demo for wikipedia network graph on Sigmajs.org :)
https://github.com/wthrajat/sigmajs-site

data-science graphology reactjs sigmajs

Last synced: 3 months ago
JSON representation

Demo for wikipedia network graph on Sigmajs.org :)

Awesome Lists containing this project

README

          

# Sigma.js full-featured demo

This project aims to provide a full-features "real life" application using sigma.js. It was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and uses [react-sigma-v2](https://github.com/sim51/react-sigma-v2) to interface sigma.js with React.

## Dataset

The dataset has been kindly crafted by the [Sciences-Po médialab](https://medialab.sciencespo.fr/) and [OuestWare](https://www.ouestware.com/en/) teams using [Seealsology](https://densitydesign.github.io/strumentalia-seealsology/). It represents a network of Wikipedia pages, connected by ["See also"](https://en.wikipedia.org/wiki/See_also) links. It then was tagged by hand.

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.
Open [http://localhost:5000](http://localhost:5000) to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

NOTE: This excerpt has been taken from [Sigma.js](https://github.com/jacomyal/sigma.js)