Skip to content

Commit ede8d1c

Browse files
author
Drew Yang
committed
feat: 📝 improve badges
1 parent 1519b35 commit ede8d1c

File tree

1 file changed

+87
-17
lines changed

1 file changed

+87
-17
lines changed

README.md

Lines changed: 87 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,92 @@
1-
[![DOI](https://zenodo.org/badge/16774/datajoint/datajoint-python.svg)](https://zenodo.org/badge/latestdoi/16774/datajoint/datajoint-python)
2-
[![Coverage Status](https://coveralls.io/repos/datajoint/datajoint-python/badge.svg?branch=master&service=github)](https://coveralls.io/github/datajoint/datajoint-python?branch=master)
3-
[![PyPI version](https://badge.fury.io/py/datajoint.svg)](http://badge.fury.io/py/datajoint)
4-
[![Slack](https://img.shields.io/badge/slack-chat-green.svg)](https://datajoint.slack.com/)
5-
61
# Welcome to DataJoint for Python!
72

8-
<style>
9-
th {
10-
display: none;
11-
}
12-
tr {
13-
border: 1px solid black;
14-
}
15-
</style>
16-
17-
|asdf|asdf|
18-
------ | -----
19-
Stuff | More things
3+
<table>
4+
<!-- Thank Zarr for providing badge insights! -->
5+
<!-- https://github.com/zarr-developers/zarr-python/blob/main/README.md -->
6+
<tr>
7+
<td>PyPI</td>
8+
<td>
9+
<a href="https://pypi.org/project/datajoint/">
10+
<img src="https://img.shields.io/pypi/v/datajoint?color=blue
11+
" alt="pypi release" />
12+
</a>
13+
<br>
14+
<a href="https://pypi.org/project/datajoint/">
15+
<img src="https://img.shields.io/pypi/dm/datajoint?color=yellow
16+
" alt="pypi downloads" />
17+
</a>
18+
</td>
19+
</tr>
20+
<tr>
21+
<td>Conda Forge</td>
22+
<td>
23+
<a href="https://anaconda.org/conda-forge/datajoint">
24+
<img src="https://img.shields.io/conda/vn/conda-forge/datajoint
25+
?color=brightgreen" alt="conda-forge release" />
26+
</a>
27+
<br>
28+
<a href="https://anaconda.org/conda-forge/datajoint">
29+
<img src="https://img.shields.io/conda/dn/conda-forge/datajoint
30+
?color=brightgreen" alt="conda-forge downloads" />
31+
</a>
32+
</td>
33+
</tr>
34+
<tr>
35+
<td>Since Release</td>
36+
<td>
37+
<a href="https://github.com/datajoint/datajoint-python/compare/latest...master">
38+
<img src="https://img.shields.io/github/commits-since/datajoint/datajoint-python/latest?color=red
39+
" alt="commit since last release" />
40+
</a>
41+
</td>
42+
</tr>
43+
<tr>
44+
<td>Build Status</td>
45+
<td>
46+
<a href="https://github.com/datajoint/datajoint-python/actions/workflows/development.yaml">
47+
<img src="https://github.com/datajoint/datajoint-python/actions/workflows/development.yaml/badge.svg" alt="build status" />
48+
</a>
49+
</td>
50+
</tr>
51+
<tr>
52+
<td>Coverage</td>
53+
<td>
54+
<a href="https://coveralls.io/github/datajoint/datajoint-python?branch=master">
55+
<img src="https://coveralls.io/repos/datajoint/datajoint-python/badge.svg?branch=master&service=github"/ alt="coverage">
56+
</a>
57+
</td>
58+
</tr>
59+
<tr>
60+
<td>Developer Chat</td>
61+
<td>
62+
<a href="https://datajoint.slack.com/">
63+
<img src="https://img.shields.io/badge/slack-datajoint-purple.svg" alt="datajoint slack"/>
64+
</a>
65+
</td>
66+
</tr>
67+
<tr>
68+
<td>License</td>
69+
<td>
70+
<a href="https://github.com/datajoint/datajoint-python/blob/master/LICENSE.txt">
71+
<img src="https://img.shields.io/github/license/datajoint/datajoint-python
72+
" alt="LGPL-2.1" />
73+
</a>
74+
</td>
75+
</tr>
76+
<tr>
77+
<td>Citation</td>
78+
<td>
79+
<a href="https://doi.org/10.1101/031658">
80+
<img src="https://img.shields.io/badge/DOI-10.1101/bioRxiv.031658-B31B1B.svg" alt="bioRxiv">
81+
</a>
82+
<br>
83+
<a href="https://doi.org/10.5281/zenodo.6829062">
84+
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.6829062.svg" alt="zenodo">
85+
</a>
86+
</td>
87+
</tr>
88+
89+
</table>
2090

2191

2292
DataJoint for Python is a framework for scientific workflow management based on

0 commit comments

Comments
 (0)