This project is part of the cs-insights
-ecosystem. Please refer to the readme here to spin up the development and production system.
In the src
folder we have the following structure:
- /components: All UI components
- /charts: UI components that visualize data
- /context: All context used for global state
- /routes: All routes of this app
- /dashboards: Routes that visualize data
- Other files
The following is a list of some notable packages we use:
- ApexCharts: Charts
- Material UI (MUI): UI components (except charts)
- Emotion: Styling in MUI
- React Query: Data synchronization for network calls
- React Router: Routing
Fork the repo, make changes and send a PR. We'll review it together!
Commit messages should follow Angular's conventions.
This project is licensed under the terms of MIT license. For more information, please see the LICENSE file.
If you use this repository, or use our tool for analysis, please cite our work:
@inproceedings{Wahle2022c,
title = {D3: A Massive Dataset of Scholarly Metadata for Analyzing the State of Computer Science Research},
author = {Wahle, Jan Philip and Ruas, Terry and Mohammad, Saif M. and Gipp, Bela},
year = {2022},
month = {July},
booktitle = {Proceedings of The 13th Language Resources and Evaluation Conference},
publisher = {European Language Resources Association},
address = {Marseille, France},
doi = {},
}