Skip to content

Commit

Permalink
docs: Add zenodo DOI to citations and a badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
laszukdawid committed Sep 5, 2021
1 parent 7b0c9c6 commit 476d912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CITATION.cff
Expand Up @@ -7,4 +7,5 @@ authors:
title: "Python implementation of Empirical Mode Decomposition algorithm"
version: 1.0.1
date-released: 2017-01-01
doi: 10.5281/zenodo.5459184
url: "https://github.com/laszukdawid/PyEMD"
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@
[![BuildStatus](https://travis-ci.com/laszukdawid/PyEMD.png?branch=master)](https://travis-ci.org/laszukdawid/PyEMD)
[![DocStatus](https://readthedocs.org/projects/pyemd/badge/?version=latest)](https://pyemd.readthedocs.io/)
[![Codacy](https://api.codacy.com/project/badge/Grade/5385d5ddc8e84908bd4e38f325443a21)](https://www.codacy.com/app/laszukdawid/PyEMD?utm_source=github.com&utm_medium=referral&utm_content=laszukdawid/PyEMD&utm_campaign=badger)
[![DOI](https://zenodo.org/badge/65324353.svg)](https://zenodo.org/badge/latestdoi/65324353)


# PyEMD

Expand Down Expand Up @@ -193,5 +195,6 @@ please use the following structure:
publisher = {GitHub},
journal = {GitHub Repository},
howpublished = {\url{https://github.com/laszukdawid/PyEMD}},
doi = {10.5281/zenodo.5459184}
}
```

0 comments on commit 476d912

Please sign in to comment.