From ce6122ad983cea0669d6536dbb824fd052a8f297 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Fri, 9 Dec 2011 15:13:30 +0000
Subject: [PATCH] - added a few systems

---
 html/impl.html | 31 +++++++++++++++++++++++++++++--
 1 file changed, 29 insertions(+), 2 deletions(-)

diff --git a/html/impl.html b/html/impl.html
index efa05a23..70338f61 100644
--- a/html/impl.html
+++ b/html/impl.html
@@ -158,6 +158,21 @@ coherent alignment as output.
 </small-->
 </dd>
 
+<dt>[<a href="http://www.big.tuwien.ac.at/static/projects/smartmatcher/index.html">SmartMatcher</a>]</dt>
+<dd>
+SmartMatcher is a system that take advantage of a corpus of matched
+instances and external matchers to decide which correspondences are
+the most accurate (by using them to transform data and compare the
+result to the corpus). It uses the Alignment API for representing
+alignments.
+<br /><small>
+Horst Kargl, Manuel Wimmer, <a href="http://doi.ieeecomputersociety.org/10.1109/CISIS.2008.110">SmartMatcher -How Examples and a Dedicated
+Mapping Language can Improve the Quality of Automatic Matching
+Approaches</a>, Proc. International Conference on Complex, Intelligent and
+Software Intensive Systems (CISIS), pp.879-885, 2008</small>
+</dd>
+
+
 
 </dl></p>
 
@@ -501,8 +516,7 @@ DAM is a hybrid terminological/structural matcher that extract the
 best match beween concepts seeded by terminological measures based on the Alignment
 API.
 <br /><small>
-Andrea He&beta;, <a href="http://www.andreas-hess.info/publications/hess-eswc06.pdf">An Iterative Algorithm for Ontology Mapping Capable
-    of Using Training Data</a>, Proc. 3rd ESWC, LNCS 4011:19-33, 2006
+Andrea He&beta;, <a href="http://www.andreas-hess.info/publications/hess-eswc06.pdf">An Iterative Algorithm for Ontology Mapping Capable of Using Training Data</a>, Proc. 3rd ESWC, LNCS 4011:19-33, 2006
 </small>
 </dd>
 
@@ -517,6 +531,19 @@ Palmisano, <a href="http://eprints.ecs.soton.ac.uk/17241/1/Doran-CRC.pdf">Dynami
 </small>
 </dd>
 
+<dt>[noname]</dt>
+<dd>
+The Alignment API has been used for generating alignments in
+peer-to-peer systems experiments to evaluate the fiability of correspondences.
+<br /><small>
+Philippe Cudre-Mauroux, Karl Aberer, Andras Feher,
+<a href="http://lsirpeople.epfl.ch/pcudre/papers/MessagePassing.pdf">Probabilistic Message Passing in Peer Data Management Systems</a>,
+Proc. 22nd International Conference on Data Engineering (ICDE),
+Atlanta (GA US) paper 41, 2006
+</small>
+</dd>
+
+
 </dl>
 
 <h2>Miscellaneous</h2>
-- 
GitLab