Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kermitt2/biblio-glutton-extension
A browser extension providing Open Access bibliographical services
https://github.com/kermitt2/biblio-glutton-extension
biblio-glutton open-access unpaywall web-extension
Last synced: 2 months ago
JSON representation
A browser extension providing Open Access bibliographical services
- Host: GitHub
- URL: https://github.com/kermitt2/biblio-glutton-extension
- Owner: kermitt2
- License: apache-2.0
- Created: 2019-05-12T21:37:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T03:19:06.000Z (about 2 years ago)
- Last Synced: 2024-07-30T19:41:55.758Z (5 months ago)
- Topics: biblio-glutton, open-access, unpaywall, web-extension
- Language: JavaScript
- Homepage:
- Size: 8.79 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# biblio-glutton-extension
A browser extension for providing bibliographical services:
- identifying dynamically Open Access resources in the browser pages
- provide contextual citation services
This extension is an adaptation of [istex-browser-addon](https://github.com/istex/istex-browser-addon).
## Functionalities
This browser extension performs the following task:
* Add a Glutton button next to any DOI, PMID, PMCID, PII and OpenUrl found in the browser page in case the corresponding document is available as Open Access, based on the Unpaywall dataset. Clicking on the Glutton button will open a new tab with the corresponding PDF.
## Examples
![Wikipedia](doc/img03.png)
![science-direct](doc/img01.png)
![Wiley Onlinelibrary](doc/img02.png)
## Supported identifiers and protocols
Linking work at item level (e.g. article) and will try to identifying the following identifiers in the web page:
* DOI
* PubMed ID (PMID)
* PubMed Central ID
* Publisher Item Identifier (PII)
* OpenURL 1.0, including COInS - link resolver prefixes will be examined in case of SFX and Proquest 360 Link## Supported browsers
* Firefox
* Chrome
## Developers
How to build the artefact:
```
npm i
npm run build
```How to run the web extension in developer mode in firefox (you need to install firefox >= 49):
```
npm i
npm run firefox
```Developer mode in chromium:
```
npm i
npm run chromium
```Developer mode in chrome:
```
npm i
npm run chrome
```## Back end service
The extension requires a functional [biblio-glutton](https://github.com/kermitt2/biblio-glutton) service. By default, the science-miner biblio-glutton service is used, but you can install your own biblio-glutton server to optimize response time, add your own repositories or local subscription access information.
# License and contactbiblio-glutton-extension is distributed under [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0).
Main author and contact: Patrice Lopez ()