Commit e0be5d2
Update README badges to add research paper citations number (#8494)
### Description
This PR adds a very aesthetic number of citations (_that updates
dynamically according to the research paper_) to the README.md of the
repo.
See how it looks below:
- Before:

[](https://opensource.org/licenses/Apache-2.0)
[](https://badge.fury.io/py/monai)
[](https://hub.docker.com/r/projectmonai/monai)
[](https://anaconda.org/conda-forge/monai)
- After:

[](https://opensource.org/licenses/Apache-2.0)
[](https://arxiv.org/abs/2211.02701)
[](https://badge.fury.io/py/monai)
[](https://hub.docker.com/r/projectmonai/monai)
[](https://anaconda.org/conda-forge/monai)
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [ ] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.
Signed-off-by: Mauro I. Dominguez <[email protected]>
Co-authored-by: Eric Kerfoot <[email protected]>1 parent e499362 commit e0be5d2
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments