Skip to content

check-bib-for-predatory - Double-check your bibliography (BibTeX, bib) for predatory publishers and journals

License

Notifications You must be signed in to change notification settings

CfKu/check-bib-for-predatory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

check-bib-for-predatory

Double-check your bibliography (BibTeX, bib) for predatory publishers and journals

Why?

In order to ensure that no articles from predatory journals or publishers are cited, the tool compares the well-known predatory journals and publishers with your bibliography (BibTeX file). The titles in your bib file are compared with the well-known titles of the predatory journals based on cosine similarity score.

Getting Started

Dependencies

Requirements

# Install 'predatory' environment from environment.yml 
$ conda env create -n predatory -f environment.yml

Minimal example

# Activate 'predatory' environment
$ conda activate predatory
$ python check-bib.py bib-file-to-be-checked.bib
[...]

# Refresh the local predatory journal cache before checking (! local cache will be overwritten)
$ python check-bib.py bib-file-to-be-checked.bib --refresh
[...]

screenshot_check_bib

Sources for predatory journals and publishers used

Possible enhancements:

Feel free to extend it.

Disclaimer

The used sources might not be complete. So in case you use this tool, make sure to use an up to date predatory journal repository.

License

This project is licensed under the terms of the MIT license - see the LICENSE file for details.

About

check-bib-for-predatory - Double-check your bibliography (BibTeX, bib) for predatory publishers and journals

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages