From 7f25c719c58af1095968c23b58b213f38293b266 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 7 Jun 2015 20:09:54 -0400
Subject: [PATCH] Added various badges to the README.

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ddaaca88..237e997e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,10 @@
 # dANN
+[![Build Status](http://builds.syncleus.com/buildStatus/icon?job=dANN Core&style=flat)](http://sonar.syncleus.com/dashboard/index/8265)
+[![Test Coverage](https://img.shields.io/sonar/http/sonar.syncleus.com/com.syncleus.dann:dann-core/coverage.svg?style=flat)](http://sonar.syncleus.com/dashboard/index/8265)
+[![Tests Passed](https://img.shields.io/jenkins/t/http/builds.syncleus.com/dANN Core.svg?style=flat)](http://sonar.syncleus.com/dashboard/index/8265)
+[![Dependencies](https://www.versioneye.com/user/projects/5574bee63363340023000126/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5574bee63363340023000126)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.syncleus.dann/dann-core/badge.png?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.syncleus.dann/dann-core/)
+
 
 dANN is an Artificial Neural Network library built on top of the [GRAIL](http://wiki.syncleus.com/index.php/GRAIL) and
 [Ferma](http://wiki.syncleus.com/index.php/Ferma) frameworks. By leveraging GRAIL features dANN is able to back its
@@ -49,4 +55,4 @@ git clone http://gerrit.syncleus.com/dANN-core
 
 We also maintain a GitHub clone of the official repository which can be found
 [here](https://github.com/Syncleus/dANN-core). Finally Syncleus also hosts an instance of GitLab which has a
-clone of the repository which can be found [here](http://gitlab.syncleus.com/syncleus/dANN-core).
\ No newline at end of file
+clone of the repository which can be found [here](http://gitlab.syncleus.com/syncleus/dANN-core).
-- 
GitLab