https://github.com/utility-code/localcitationtree
https://github.com/utility-code/localcitationtree
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/utility-code/localcitationtree
- Owner: utility-code
- Created: 2021-03-06T09:05:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T13:30:26.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T12:23:17.851Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Local Citation Tree
- Every wanted to grab related papers from google scholar easily?
- How about getting a list of citation counts and related bibtext information directly
- Heres a library of sorts for doing exactly that
## How to run
- Just open the notebook, change the name_sc variable and you are good to go
- The script works too. Just uncomment the lines you need and you are good to go
## Requirements
- This requires scholarly and tqdm
- pip install -r requirements.txt
## What is provided
- grab_related(cp, max_no=10): grab max no number of papers that are the highest cited amongst the ones that cite the initial paper and their information
- grab_paper_links(lis) : grab the paper links from a list of returned info. Eg from the output of grab_related
- get_citation_counts(lis): get all the citation counts for a list or single object. Eg returned from either of the functions before
## Usage
- The function names are pretty self explantory
- You can refer to the notebook provided for examples
## Contributions
- Feel free to suggest changes or add features