An open API service indexing awesome lists of open source software.

https://github.com/dexhunter/google-scholar-badge

Track google scholar page and get your citation number on a badge
https://github.com/dexhunter/google-scholar-badge

badge replit scholar shieldsio

Last synced: about 1 year ago
JSON representation

Track google scholar page and get your citation number on a badge

Awesome Lists containing this project

README

          

# Google Scholar Citation Badge

![](https://img.shields.io/badge/build-passing-brightgreen)

Get your Google Scholar citation badge!

I have developed a simple API to fetch your Google Scholar citation count and generate a badge for your profile. This badge can be easily integrated into your GitHub profile or used in various projects to showcase your citation count.

## Features

- Fetch your Google Scholar citation count
- Generate a badge with your citation count
- Easy to integrate into your GitHub profile or projects

## Usage

1. Go to [shields.io endpoint badge](https://shields.io/badges/endpoint-badge)
2. Set the endpoint to `https://google-scholar-badge.replit.app/citations?user={user}` Replace `{user}` with your Google Scholar User ID

Can also view the open source code [here on replit](https://replit.com/@dexhunter/google-badge?v=1#main.py)

## Example Badge

![](https://img.shields.io/endpoint?url=https%3A%2F%2Fgoogle-scholar-badge.replit.app%2Fcitations%3Fuser%3D8Ez_u30AAAAJ)

## Work In Progress (WIP)

* deploy the service to heroku or other cloud services
* more badges (hindex, i10index, etc.)
* some tests