https://github.com/kristofferstrube/scipawiz
The project uses the DBLP and OpenCitations APIs to construct a visual representation of how scientific papers in the field of Computer Science cite each other.
https://github.com/kristofferstrube/scipawiz
computer-science d3js dagre dagre-d3 dblp-graph graph paper scientific-papers
Last synced: 6 days ago
JSON representation
The project uses the DBLP and OpenCitations APIs to construct a visual representation of how scientific papers in the field of Computer Science cite each other.
- Host: GitHub
- URL: https://github.com/kristofferstrube/scipawiz
- Owner: KristofferStrube
- Created: 2020-09-10T16:35:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T15:46:11.000Z (over 2 years ago)
- Last Synced: 2025-10-06T13:36:35.796Z (12 days ago)
- Topics: computer-science, d3js, dagre, dagre-d3, dblp-graph, graph, paper, scientific-papers
- Language: JavaScript
- Homepage:
- Size: 755 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SciPaWiz: A Tool For Explorative Visualization of Scientific Citation Networks
Project for Data Visualization (2020 fall) course at Aarhus University (Lecturer: Hans-Jörg Schulz)The project uses the DBLP and OpenCitations APIs to construct a visual representation of how scientific papers in the field of Computer Science cite each other.
## Demo
The project can be demoed at [kristofferstrube.github.io/SciPaWiz](https://kristofferstrube.github.io/SciPaWiz/) but it is also dependent on external APIs.
The tool is a proof-of-concept. It is recommended to load papers with less than 100 citations due to slow spaghetti code.## Screenshots
Loaded paper by Kasper Green Larsen
## Maintainers
The project is constructed and maintained by:
- [@MARATIVE](https://github.com/MARATVE)
- [@Koenkalle](https://github.com/Koenkalle)
- [@KristofferStrube](https://github.com/KristofferStrube)