|
1 | 1 | ![ExplainableAI.jl][banner-img]
|
2 | 2 | ___
|
3 | 3 |
|
4 |
| -| **Documentation** | **Build Status** | **DOI** | |
5 |
| -|:----------------- |:---------------- |:------- | |
6 |
| -| [![][docs-stab-img]][docs-stab-url] [![][docs-dev-img]][docs-dev-url] | [![][ci-img]][ci-url] [![][codecov-img]][codecov-url] [![Aqua][aqua-img]][aqua-url] [![JET][jet-img]][jet-url] | [![][doi-img]][doi-url] | |
| 4 | +| | | |
| 5 | +|:--------------|:----------------------------------------------------------------------------------------------------------| |
| 6 | +| Documentation | [![][docs-stab-img]][docs-stab-url] [![][docs-dev-img]][docs-dev-url] [![][changelog-img]][changelog-url] | |
| 7 | +| Build Status | [![][ci-img]][ci-url] [![][codecov-img]][codecov-url] | |
| 8 | +| Testing | [![Aqua][aqua-img]][aqua-url] [![JET][jet-img]][jet-url] | |
| 9 | +| Code Style | [![Code Style: Blue][blue-img]][blue-url] [![ColPrac][colprac-img]][colprac-url] | |
| 10 | +| Citation | [![][doi-img]][doi-url] | |
7 | 11 |
|
8 | 12 | Explainable AI in Julia.
|
9 | 13 |
|
@@ -163,22 +167,27 @@ Contributions are welcome!
|
163 | 167 |
|
164 | 168 | [docs-stab-img]: https://img.shields.io/badge/docs-stable-blue.svg
|
165 | 169 | [docs-stab-url]: https://julia-xai.github.io/XAIDocs/ExplainableAI/stable/
|
166 |
| - |
167 | 170 | [docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
|
168 | 171 | [docs-dev-url]: https://julia-xai.github.io/ExplainableAI.jl/dev
|
| 172 | +[changelog-img]: https://img.shields.io/badge/news-changelog-yellow.svg |
| 173 | +[changelog-url]: https://github.com/Julia-XAI/ExplainableAI.jl/blob/master/CHANGELOG.md |
169 | 174 |
|
170 | 175 | [ci-img]: https://github.com/Julia-XAI/ExplainableAI.jl/workflows/CI/badge.svg
|
171 | 176 | [ci-url]: https://github.com/Julia-XAI/ExplainableAI.jl/actions
|
172 |
| - |
173 | 177 | [codecov-img]: https://codecov.io/gh/Julia-XAI/ExplainableAI.jl/branch/master/graph/badge.svg
|
174 | 178 | [codecov-url]: https://codecov.io/gh/Julia-XAI/ExplainableAI.jl
|
175 | 179 |
|
176 | 180 | [aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
|
177 | 181 | [aqua-url]: https://github.com/JuliaTesting/Aqua.jl
|
178 |
| - |
179 | 182 | [jet-img]: https://img.shields.io/badge/%F0%9F%9B%A9%EF%B8%8F_tested_with-JET.jl-233f9a
|
180 | 183 | [jet-url]: https://github.com/aviatesk/JET.jl
|
181 | 184 |
|
| 185 | + |
| 186 | +[blue-img]: https://img.shields.io/badge/code%20style-blue-4495d1.svg |
| 187 | +[blue-url]: https://github.com/invenia/BlueStyle |
| 188 | +[colprac-img]: https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet |
| 189 | +[colprac-url]: https://github.com/SciML/ColPrac |
| 190 | + |
182 | 191 | [docs-composites]: https://julia-xai.github.io/ExplainableAI.jl/stable/generated/lrp/composites/
|
183 | 192 | [docs-custom-rules]: https://julia-xai.github.io/ExplainableAI.jl/stable/generated/lrp/custom_rules/
|
184 | 193 |
|
|
0 commit comments