Hi all guys,
I just terminated to watch "The social network" and got so interested
by the 'facemesh' prototype that while watching the movie I started
doing some lazy research and found the rating system they used to rank
girls.
At the same time, noticed that a lot of Social Networks started
implementing the same feature, included Mixtent[1] which compares
professional LinkedIn profiles (and just for the record, I got
interviewed from them, but I miserably failed... poor me :( )
So, I would like to start - still don't know when and how, due the
lack of spare time - an open source, customizable and configurable
implementation of the Elo ranking system as a java library.

Purposes could be multiple:
 * allows social netwerk implement the facemesh feature;
 * allows sport/chess/whatever federations to rank participants;
 * ...
 * something nobody has not envisioned yet!

Of course, the objective is creating a codebase for an Incubator proposal.
Please find in attach the generated doap and cast your votes!

[ ] +1, accept OpenELO as new Lab
[ ] +/-0
[ ] -1, and explain why

Votes is open for the next 72 hours and closes on Wed 7 September at 9:40pm CET.

Many thanks in advance, have a nice day!
All the best,
Simo

[1] http://www.mixtent.com/

http://people.apache.org/~simonetripodi/
http://www.99soft.org/
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
     xmlns="http://usefulinc.com/ns/doap#";
     xmlns:foaf="http://xmlns.com/foaf/0.1/";
     xmlns:labs="http://labs.apache.org/doap-ext/1.0#";
     xmlns:projects="http://projects.apache.org/ns/asfext#";>
<Project rdf:about="http://labs.apache.org/labs#openelo";>
 <name>Apache OpenELO</name>
 <shortname>openelo</shortname>
 <shortdesc xml:lang="en">Java Elo rating system implementation</shortdesc>
 <description xml:lang="en">The Apache OpenELO librray is a Java implementation of the Elo Rating System http://en.wikipedia.org/wiki/Elo_rating_system</description>
 <homepage rdf:resource="http://labs.apache.org/openelo/"/>
 <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
 <created>2011-9-5</created>
 <labs:status>active</labs:status>
 <maintainer>
  <foaf:Person rdf:about="http://people.apache.org/~simonetripodi/#me";>
   <foaf:name>Simone Tripodi</foaf:name>
   <foaf:homepage rdf:resource="http://people.apache.org/~simonetripodi/"/>
   <foaf:mbox_sha1sum>a72e039d0a1f7e9d6299fb24dd1e43a9defb0dde</foaf:mbox_sha1sum>
  </foaf:Person>
 </maintainer>
 <repository>
  <SVNRepository>
    <location rdf:resource="http://svn.apache.org/repos/asf/labs/openelo/"/>
    <browse rdf:resource="http://svn.apache.org/viewvc/labs/openelo/"/>
  </SVNRepository>
 </repository>
 <programming-language>Java</programming-language>
</Project>
</rdf:RDF>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to