Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mossr/googlescholar.jl
A light-weight Julia package to read and plot Google Scholar citation information
https://github.com/mossr/googlescholar.jl
Last synced: about 1 month ago
JSON representation
A light-weight Julia package to read and plot Google Scholar citation information
- Host: GitHub
- URL: https://github.com/mossr/googlescholar.jl
- Owner: mossr
- License: mit
- Created: 2023-10-23T17:46:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T23:07:34.000Z (about 1 year ago)
- Last Synced: 2024-10-10T05:35:31.493Z (about 1 month ago)
- Language: Julia
- Homepage:
- Size: 80.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoogleScholar.jl
A light-weight Julia package to read and plot [Google Scholar](https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=Robert+J.+Moss&btnG=) citation information.
## Installation
```julia
] add https://github.com/mossr/GoogleScholar.jl
```## Usage
```julia
using GoogleScholarscholar = Scholar("OdCpu9sAAAAJ") # Robert J. Moss
plot_citations(scholar)
bettersavefig("google-scholar-citations.png"; dpi=300) # higher resolution
```