Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arunkannawadi/independent-citation-counter
A collection of Jupyter notebooks that count independent citations from different bibliographic databases
https://github.com/arunkannawadi/independent-citation-counter
academia academic-publications adsabs citations google-scholar
Last synced: 20 days ago
JSON representation
A collection of Jupyter notebooks that count independent citations from different bibliographic databases
- Host: GitHub
- URL: https://github.com/arunkannawadi/independent-citation-counter
- Owner: arunkannawadi
- Created: 2021-07-11T03:42:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T04:05:57.000Z (about 3 years ago)
- Last Synced: 2024-11-26T03:04:22.608Z (about 1 month ago)
- Topics: academia, academic-publications, adsabs, citations, google-scholar
- Language: Jupyter Notebook
- Homepage:
- Size: 43 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Independent citation counter
A (collection of) Jupyter notebook(s) that count independent citations from different bibliographic databases:
- Google Scholar (beta version) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/arunkannawadi/independent-citation-counter/blob/master/notebooks/gscholar.ipynb) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/arunkannawadi/independent-citation-counter/master?filepath=notebooks%2Fgscholar.ipynb)
- SAO/NASA Astrophysics Data System (ADS) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/arunkannawadi/independent-citation-counter/blob/master/notebooks/ads.ipynb) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/arunkannawadi/independent-citation-counter/master?filepath=notebooks%2Fads.ipynb)## What are independent citations?
A citation to a paper is an independent citation if the citing paper and the cited paper share no common authors.
The number of independent citations of an author is simply the sum of the number of independent citations of all papers written by that author.
This is less restrictive than the definition where citations by those who have never written a paper together with the author.## Why?
Some application packages need to exclude all counts of self-citations to evaluate the impact of one's research.