Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sophiamersmann/impact-factors
Switching the light off: Academic journals' impact factors without their star articles
https://github.com/sophiamersmann/impact-factors
d3 svelte viz
Last synced: 24 days ago
JSON representation
Switching the light off: Academic journals' impact factors without their star articles
- Host: GitHub
- URL: https://github.com/sophiamersmann/impact-factors
- Owner: sophiamersmann
- License: mit
- Created: 2021-01-31T15:01:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T05:44:10.000Z (over 3 years ago)
- Last Synced: 2023-03-07T22:54:01.567Z (over 1 year ago)
- Topics: d3, svelte, viz
- Language: Svelte
- Homepage: https://sophiamersmann.github.io/impact-factors/
- Size: 2.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Switching the light off: Academic journals' impact factors without their star articles
Live at: https://sophiamersmann.github.io/impact-factors/
![Star map](public/social-media-preview-1076x538.png)
## Data
The visualisation shows articles published in 2018/19 by a few selected journals (The Lancet, Cell, Nature, Science).
The data has been downloaded from [Scopus](https://www.scopus.com/home.uri) in Feb 2021.The impact factor of an academic journal reflects the average number of citations that articles published in 2018/19 received up until now (Feb 2021).
## Project setup
### Run locally
```
npm install
npm run dev
```