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: 3 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-02T12:09:21.000Z (6 months ago)
- Last Synced: 2026-01-08T12:38:04.405Z (5 months ago)
- Topics: computer-science, d3js, dagre, dagre-d3, dblp-graph, graph, paper, scientific-papers
- Language: JavaScript
- Homepage:
- Size: 767 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)