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 :)
- Host: GitHub
- URL: https://github.com/wthrajat/sigmajs-site
- Owner: wthrajat
- Created: 2023-06-09T09:03:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T09:12:00.000Z (about 3 years ago)
- Last Synced: 2025-06-17T06:04:32.794Z (about 1 year ago)
- Topics: data-science, graphology, reactjs, sigmajs
- Language: TypeScript
- Homepage:
- Size: 420 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)