From 0079409397cebf967c02d445541f00da3ac48245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Tue, 28 Apr 2009 10:28:02 +0000 Subject: [PATCH] - Updated list of system using the API --- html/impl.html | 28 +++++++++++++++++++++------- html/relnotes.html | 7 ++++++- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/html/impl.html b/html/impl.html index f462244e..cc5b9a3b 100644 --- a/html/impl.html +++ b/html/impl.html @@ -38,16 +38,30 @@ API and available through the NeOn toolkit plug-in installer. </small--> </dd> -<dt>[<a href=""></a>Cupboard]</dt> +<dt>[<a href="http://krono.act.uji.es/people/Ernesto/contentmapC">ContentMap</a>]</dt> +<dd> +ContentMap is a tool to help users anticipate the effect of merging +ontologies through alignments. For that purpose, it is able to +generate the consequences entailed by aligned ontologies and to detect +inconsistencies. It uses the Alignment API for expressing alignments. +<br /><small> +Ernesto Jimenez Ruiz, Bernardo Cuenca Grau, Ian Horrocks and Rafael +Berlanga, <a href="http://krono.act.uji.es/people/Ernesto/contentmap/ContentMapTechReport.pdf">Ontology Integration Using Mappings: Towards Getting the +Right Logical Consequences</a>, Proc. 6th ESWC, Heraklion (GR), LNCS , pp, 2009 +</small> +</dd> + + + +<dt>[<a href="http://cupboard.open.ac.uk"></a>Cupboard]</dt> <dd> Cupboard is a personal repository for ontologies and alignments. It allows to find ontlogies from Watson and alignments from the Alignment server and to register them to the user's personal space. These resources also share metadata through Oyster and ratings through OTS. <br /><small> -Mathieu d'Aquin, Holger Lewen, Cupboard - A Place to Expose your Ontologies to Applications and -the Community, Proc. 6th ESWC demo paper, Heraklion (GR), LNCS , pp907-910, 2009 -<a href=""></a> +Mathieu d'Aquin, Holger Lewen, <a href="http://watson.kmi.open.ac.uk/DownloadsAndPublications_files/eswc09D.pdf">Cupboard - A Place to Expose your Ontologies to Applications and +the Community</a>, Proc. 6th ESWC demo paper, Heraklion (GR), LNCS , pp907-910, 2009 </small> </dd> @@ -135,7 +149,7 @@ Jean-François Djoufak-Kengue, Jérôme Euzenat, Petko Valtchev <dt>[<a href=""></a>oMap]</dt> <dd>oMap is a tool for combining matchers using fuzzy techniques. <br /><small> -Umberto Straccia, Raphaël Troncy: oMAP: Combining Classifiers for +Umberto Straccia, Raphaël Troncy: oMAP: Combining Classifiers for Aligning Automatically OWL Ontologies. Proc. WISE, pp133-147, 2005<br /> </small> </dd> @@ -451,8 +465,8 @@ ISSN: 0950-7051 DOI: 10.1016/j.knosys.2006.04.013 --> <p> -More -on <a href="http://scholar.google.com/scholar?cites=13832665953668277609">Google scholar</a>.</p> +More on <a href="http://scholar.google.com/scholar?cites=13832665953668277609">Google scholar</a> +and our own <a href="http://bibexmo.inrialpes.fr/BibServ/BibrefServlet?format=html&file=bibexmo.xml&abstrip=false¶m=softwares&value=alignapi">publications about the Alignment API and server</a>..</p> <address> <small> <hr /> diff --git a/html/relnotes.html b/html/relnotes.html index e896e3e4..2a34cbfa 100644 --- a/html/relnotes.html +++ b/html/relnotes.html @@ -64,7 +64,8 @@ Currently the development and maintainance of 3 versions continue. <h2>Current SVN trunk version</h2> -<!--h2>Version 3.6 (95x): xx/03/2009 - Sabai sabai</h2--> +<!--h2>Version 3.7/4.0 (95x): xx/09/2009 - Rouquine carmélite</h2--> +<!--h2>Version 3.6 (95x): xx/04/2009 - Sabai sabai</h2--> <p><span style="color: red;">BEWARE:</span> Java WordNet Library (JWNL) has been upgraded 1.4.1rc2 (from 1.3rc3). This is included in the lib directory. @@ -81,12 +82,16 @@ If you want to stay with WordNet-2.0, you need to replace the jwnl.jar <li>Added new gap based (hardgap and propgap) methods in <tt>BasicAlignment.cut()</tt> (impl)</li> <li>Added new methods (Cosynonymy, Wu-Palmer) in JWNLDistances (ling)</li> <li>Added tests for ling and set noling as default in build (test)</li> +<li>Added the possibility for <tt>OWLAxiomsRendererVisitor</tt> to output properties between individuals (renderer)</li> +<li>Added JDBC drivers for Postgress and improved mySQL code for genericity (server)</li> <li>Improved renderers with more metadata (renderer)</li> <li>Completed individual alignment and extraction in <tt>DistanceAlignment</tt> (impl)</li> <li>Completed matrix printing in <tt>MatrixMeasure</tt> (impl)</li> <li><tt>ConcatenatedIterator</tt> is now parameterised and iterable (impl)</li> <li>Corrected a bug in <tt>XMLMetadataRendererVisitor</tt> (renderer)</li> <li>Corrected a bug in <tt>RDFRendererVisitor</tt> that output rdf:ID="" (renderer)</li> +<li>Corrected a bug in <tt>OWLAxiomsRendererVisitor</tt> for generating disjointWith statements (renderer)</li> +<li>Corrected a (rare) bug in server which was not able to recognise URIs (server)</li> <li>Corrected a bug in <tt>BasicAlignment.cut("best")</tt> (impl)</li> <li>Prevented <tt>OWLAxiomsRenderer</tt> from returning equivalence between Data and Object properties and, in general, heterogeneous equivalences (impl)</li> -- GitLab