Mentions légales du service

Skip to content
Snippets Groups Projects
credits.html 5.04 KiB
Newer Older
<html>
<head>
<title>Alignment API: Credits</title>
<!--style type="text/css">@import url(style.css);</style-->
<link rel="stylesheet" type="text/css" href="base.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body bgcolor="#ffffff">

<center><h1>Alignment API: Credits</h1></center>

<h2>Contributors</h2>

<p>Below is the name of individual whose work has contributed to the
  Alignment API. This can be either because they directly worked on
  the project or because the released some code that has been
  integrated within the project.</p>

<dl>
<dt><a href="http://exmo.inrialpes.fr/people/euzenat">Jérôme Euzenat</a></dt><dd>is the main architect and
    developer of the Alignment API and Server.</dd>
<dt><a href="http://www.iro.umontreal.ca/~valtchev/">Petko Valtchev</a></dt><dd>was instrumental in fixing many
    different parts of the code when working on other projects.</dd>
<dt><a href="http://www.inrialpes.fr/exmo/people/cleduc/">Chan Le Duc</a></dt><dd>develops the NeOn plug-in and improves the whole system.</dd>
<dt><a href="http://www.inrialpes.fr/exmo/people/jdavid/">Jérôme David</a></dt><dd>developed the Ontology part of the API.</dd>
<dt><a href="http://www.inrialpes.fr/exmo/people/pierson/">Jérôme Pierson</a></dt><dd>initially developed the
    WordNet interface and the agent profile for the Alignment Server</dd>
<dt>Seunkeun Lee</dt><dd>developped the low-level
    storage layer and the web service profile for the Alignment Server</dd>
<dt><a href="http://homepages.cwi.nl/~troncy/">Raphaël Troncy</a></dt><dd>fixed the basic
    implementation of BasicAlignment for n:m alignments.</dd>
<dt>Arun Sharma</dt><dd>Developed the queryinterface</dd>
<dt><a href="http://www.scharffe.fr/">François Scharffe</a></dt><dd>developed the initial version of EDOAL</dd>
<dt><a href="http://www.image.ece.ntua.gr/~gstoil/">Giorgos
    Stoilos</a> and Georges Stamou</dt><dd>offered the code of their "SMOA" paper
    similarity</dd>
<dt><a href="http://www.cs.man.ac.uk/~seanb/">Sean Bechhofer</a> and
Raphael Voltz</dt><dd>provided some code snippets for
    using the OWL API</dd>
<dt><a href="http://elonen.iki.fi/">Jarno Elonen</a></dt><dd>developped a small footprint HTTP server
    that was embedded in the Alignment Server (in version 2.5-3.0)</dd>
<dt><a href="http://konstantinosnedas.com/">Konstantinos A. Nedas</a></dt><dd>implemented the Hungarian method which is
    embedded in the Alignment API implementation.</dd>
<dt>an anonymous person</dt>
<dd>developped the Levensthein
Jérôme Euzenat's avatar
Jérôme Euzenat committed
    distance implementation that is used in the Alignment API
    implementation.</dd>
</dl>

<h2>Copyright owners</h2>

<p>
Copyright (C) 2003-2010 INRIA (most of the code)<br />
Copyright (C) 2004-2005 Université de Montréal (parts of the impl/ and
ling/ directories)<br />
Copyright (C) 2005 CNR Pisa. (parts of BasicAlignment)<br />
Copyright (C) 2003 The University of Manchester (parts of the util/ directory)<br />
Copyright (C) 2003 The University of Karlsruhe (parts of the util/ directory)<br />
Copyright (C) 2005 Konstantinos A. Nedas (HungarianAlgorithm).<br />
Copyright (C) 2006 CERT. (ISub class in org.ivml.alimo)<br />
Copyright (C) 2006 Seungkeun Lee. (server database access in service/)<br />
Copyright (C) 2006-2007 Orange R&D (parts of JADEFIPAAServProfile)<br />
Copyright (C) 2008 Quentin Reul (parts of SKOSRendererVisitor)<br />
</p>

<h2>Acknowledgements</h2>

<p>Other people participated in the developement of the Alignment API
  by providing bug reports, feature requests and patches:
Mathieu d'Aquin,
Mark Ingram,
Antoine Isaac,
Kotis Kostas,
Jérôme Euzenat's avatar
Jérôme Euzenat committed
Angel L&oacute;pez Cima,
Sabine Ma&beta;mann,
Quentin Reul,
Vassilis Spiliopoulos,
Peter Wullinger,
Anna Zhdanova
</p>

<h2>Enablers</h2>

<p>See the list of <a href="lib.html">Embedded libraries</a> for the
  enabling technologies the Alignment API gladly relies on.</p>

<h2>Sponsors</h2>

<p>
The development of the Alignment API and server has partially
benefited from the support of the following projects (click on the
logos for more information about them):
<table border="0" style="border-style: none;" width="100%">
<tr>
<td width="33%"  style="text-align: center; border-style: none;">
<a href="http://knowledgeweb.semanticweb.org">
<img src="img/logo-kw.jpg" height="80" align="center" alt=" [ KnowledgeWeb ] " title="Knowledge Web"/>
</a></td>
<td width="33%" style="text-align: center; border-style: none;">
<a href="http://www.neon-project.org">
<img src="img/neon_med.gif" height="80" align="center" alt=" [ NeOn ] " title="NeOn"/>
</a></td>
<td width="33%" style="text-align: center; border-style: none;">
<a href="http://www.webcontent.fr">
<img src="img/webcontent-logo.png" height="80" align="center" alt=" [ WebContent ] " title="WebContent"/>
</a></td>
Jérôme Euzenat's avatar
Jérôme Euzenat committed
<td width="33%" style="text-align: center; border-style: none;">
<a href="http://www.seal-project.eu">
<img src="img/seals-logo.jpg" height="80" align="center" alt=" [ Seals ] " title="Seals"/>
</a></td>
</tr></table>
</p>

<address>
<small>
<hr />
<center>http://alignapi.gforge.inria.fr/credits.html</center>
<hr />
$Id$
</small>
</body>
</html>