From b07e905e0afd5cb8f04b9763178d33a4fc447f09 Mon Sep 17 00:00:00 2001 From: Julian Mendez Date: Mon, 11 Dec 2017 20:15:04 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 234f522..445f752 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # [Generalizations for the EL family](https://julianmendez.github.io/gel) -[![Build Status](https://travis-ci.org/julianmendez/gel.png?branch=master)](https://travis-ci.org/julianmendez/gel) -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.tu-dresden.inf.lat.gel/gel/badge.svg)](https://search.maven.org/#search|ga|1|g%3A%22de.tu-dresden.inf.lat.gel%22) +[![build](https://travis-ci.org/julianmendez/gel.png?branch=master)](https://travis-ci.org/julianmendez/gel) +[![maven central](https://maven-badges.herokuapp.com/maven-central/de.tu-dresden.inf.lat.gel/gel/badge.svg)](https://search.maven.org/#search|ga|1|g%3A%22de.tu-dresden.inf.lat.gel%22) +[![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt) This project implements generalization algorithms (role-depth bounded least common subsumer and most specific concept) for the description logics EL and extensions thereof.