From af9759ff73e0c7c9b13063487035b09ec8400a87 Mon Sep 17 00:00:00 2001 From: ncaptier Date: Tue, 1 Nov 2022 19:03:22 +0100 Subject: [PATCH] Add badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 03cb7f0..0627247 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@

+[![Documentation Status](https://readthedocs.org/projects/stabilized-ica/badge/?version=latest)](https://stabilized-ica.readthedocs.io/en/latest/?badge=latest) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + This repository proposes a python implementation for stabilized ICA decomposition algorithm. Most of the technical details can be found in the references [1], [2],[3], [4] and [5].