-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "DOI badge" to gensim #1610
Comments
Sorry to chime in this issue. I believe the DOI which was added to the |
Ah, thanks! Is there a badge-generating service where we can select the text (and link) ourselves? Or we could just use our own image (static, hosted by github), I guess. Looks simple enough. |
I haven't seen a badge which links to the paper, but it should be possible to create a badge which links to the paper on Gensim, since the badges are SVG icons. On second thought, Having a Zenodo-generated DOI is not a bad idea. It is somewhat of a norm for scientific Python libraries to have a DOI so users can cite the DOI of the exact version for reproducibility. |
Hello, Here is a basic badge which we can use- https://img.shields.io/badge/cite-paper-brightgreen.svg, Would like to know if the design is good? |
Useful link: https://shields.io/ |
* Add "DOI badge" to gensim piskvorky#1610 * reorder badges
Gensim's DOI is
10.13140/2.1.2393.1847
; the badge link should lead to https://www.researchgate.net/publication/255820377_Software_Framework_for_Topic_Modelling_with_Large_Corpora?channel=doi&linkId=0c960528f6404db272000000&showFulltext=true(I saw this badge in https://github.com/tqdm/tqdm via #451 ; the goal is to promote more citations)
The text was updated successfully, but these errors were encountered: