https://github.com/axeln78/axeln78.github.io
Website to display some projects
https://github.com/axeln78/axeln78.github.io
graph visualisation website wikipedia
Last synced: about 1 month ago
JSON representation
Website to display some projects
- Host: GitHub
- URL: https://github.com/axeln78/axeln78.github.io
- Owner: Axeln78
- Created: 2019-02-07T16:04:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:12:32.000Z (over 3 years ago)
- Last Synced: 2023-03-03T16:51:02.267Z (over 3 years ago)
- Topics: graph, visualisation, website, wikipedia
- Language: JavaScript
- Homepage: https://axeln78.github.io
- Size: 36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visualisation of time- arying large graphs for detection of activities in Wikipedia
This website has been built as an interactive tool to display and render the time - varying activity of graphs.
The graph is based on a subset of Wikipedia Pages which have not only a connection, but also a time dependence.
The aim of the project is to give the user a tool to visualise the correlation between the activities of the pages as well as the overall structure of wikipedia.

*Screenshot of the graph visualisation tool*
Via the tool users can:
- Select several different graphs corresponding to different weeks.
- Change the layout of the graph.
- Display / hide nodes on the basis of their degree and number of clicks per hour.
- Display / hide edges on the basis of their length.
- Save SVG pictures or Gexf of the graph.
- Sava PNG pictures of the activitiies of the nodes over a period of time.
### Packages:
Plotly JS:
https://plot.ly/javascript/
Sigma JS:
http://sigmajs.org
Prettier styling:
https://prettier.io/
### Context
This project is a student project of the LTS2 lab at EPFL, Switzerland.