Skip to content

Commit 29a689b

Browse files
authored
Merge pull request #541 from DeepRegNet/540-badges
Issue #540: Add downloads badge, organize all badges
2 parents b103551 + 3d907f3 commit 29a689b

1 file changed

Lines changed: 62 additions & 8 deletions

File tree

README.md

Lines changed: 62 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,72 @@
44

55
# DeepReg
66

7-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
8-
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
9-
[![Build Status](https://travis-ci.com/DeepRegNet/DeepReg.svg?branch=main)](https://travis-ci.com/DeepRegNet/DeepReg)
10-
[![Documentation Status](https://readthedocs.org/projects/deepreg/badge/?version=latest)](https://deepreg.readthedocs.io/en/latest/?badge=latest)
11-
[![codecov](https://codecov.io/gh/DeepRegNet/DeepReg/branch/main/graph/badge.svg)](https://codecov.io/gh/DeepRegNet/DeepReg)
12-
[![PyPI](https://img.shields.io/pypi/v/deepreg.svg)](https://pypi.python.org/pypi/DeepReg/)
13-
[![status](https://joss.theoj.org/papers/7e6de472bc82a70d7618e23f618960b3/status.svg)](https://joss.theoj.org/papers/7e6de472bc82a70d7618e23f618960b3)
7+
<table align="center">
8+
<tr>
9+
<td align="left">
10+
<b>Package</b>
11+
</td>
12+
<td align="center">
13+
<a href="https://pypi.python.org/pypi/DeepReg/">
14+
<img src="https://img.shields.io/pypi/v/deepreg.svg" alt="PyPI Version">
15+
</a>
16+
<a href="https://pepy.tech/project/deepreg">
17+
<img src="https://static.pepy.tech/personalized-badge/deepreg?period=total&units=none&left_color=grey&right_color=orange&left_text=Downloads" alt="PyPI downloads">
18+
</a>
19+
</td>
20+
</tr>
21+
<tr>
22+
<td align="left">
23+
<b>Docs</b>
24+
</td>
25+
<td align="center">
26+
<a href="https://deepreg.readthedocs.io/en/latest/?badge=latest">
27+
<img src="https://readthedocs.org/projects/deepreg/badge/?version=latest" alt="Documentation Status">
28+
</a>
29+
<a href="https://opensource.org/licenses/Apache-2.0">
30+
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License">
31+
</a>
32+
</td>
33+
</tr>
34+
<tr>
35+
<td align="left">
36+
<b>Build</b>
37+
</td>
38+
<td align="center">
39+
<a href="https://travis-ci.com/DeepRegNet/DeepReg">
40+
<img src="https://travis-ci.com/DeepRegNet/DeepReg.svg?branch=main" alt="Build Status">
41+
</a>
42+
</td>
43+
</tr>
44+
<tr>
45+
<td align="left">
46+
<b>Code</b>
47+
</td>
48+
<td align="center">
49+
<a href="https://github.com/psf/black">
50+
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Cod Style">
51+
</a>
52+
<a href="https://codecov.io/github/DeepRegNet/DeepReg">
53+
<img src="https://codecov.io/gh/DeepRegNet/DeepReg/branch/main/graph/badge.svg" alt="Coverage Status">
54+
</a>
55+
</td>
56+
</tr>
57+
<tr>
58+
<td align="left">
59+
<b>Papers</b>
60+
</td>
61+
<td align="center">
62+
<a href="https://joss.theoj.org/papers/7e6de472bc82a70d7618e23f618960b3">
63+
<img src="https://joss.theoj.org/papers/7e6de472bc82a70d7618e23f618960b3/status.svg" alt="JOSS Paper">
64+
</a>
65+
</td>
66+
</tr>
67+
</table>
1468

1569
**DeepReg is a freely available, community-supported open-source toolkit for research
1670
and education in medical image registration using deep learning.**
1771

18-
- TensorFlow-2-based for efficient training and rapid deployment;
72+
- TensorFlow 2-based for efficient training and rapid deployment;
1973
- Implementing major unsupervised and weakly-supervised algorithms, with their
2074
combinations and variants;
2175
- Focusing on growing and diverse clinical applications, with all DeepReg Demos using

0 commit comments

Comments
 (0)