var result=[{"id":"63","title":"DL-Learner logo as vector graphics","description":"Create a vector graphics in SVG format for the DL-Learner logo:\r\nhttp:\/\/aksw.org\/Projects\/DLLearner\/files?get=dllearner.gif","status":"voting","changed":"2007-11-06 11:34:26","created":"2007-11-06 11:34:26","user_id":"19","nickname":"Jens","bids":"2","bidamount":"20","tags":"DL-Learner"},{"id":"18","title":"DL-Learner Prot\u00e9g\u00e9 Plugin","description":"Prot\u00e9g\u00e9 (http:\/\/protege.stanford.edu) is one of the most common ontology editors for creating and editing terminologies. It is written in Java and has a sophisticated and stable plugin architecture. The aim of the project would be to develop a DL-Learner (also written in Java) plugin for Prot\u00e9g\u00e9. DL-Learner is a tool for learning complex class descriptions (see http:\/\/dl-learner.org or http:\/\/sf.net\/projects\/dl-learner) and can be useful when constructing or analysing OWL ontologies.\r\n","status":"open","changed":"2007-10-19 17:44:57","created":"2007-10-19 17:44:57","user_id":"19","nickname":"Jens","bids":"3","bidamount":"160","tags":"DL-Learner"},{"id":"16","title":"DL-Learner GUI","description":"DL-Learner (http:\/\/dl-learner.org, http:\/\/sf.net\/projects\/dl-learner) is a machine learning tool for OWL and Description Logics. It has recently been restructured, such that is is now easy to write different interfaces for it. Currently, a command line and a web service interface are developed for it. It would be very convenient to have a GUI (Java based, e.g. using the Swing or SWT framework) for the tool, which would allow for easy configuration of the involved components.","status":"open","changed":"2007-10-19 17:16:49","created":"2007-10-19 17:16:49","user_id":"19","nickname":"Jens","bids":"2","bidamount":"60","tags":"DL-Learner"}]; if(typeof CofundosOutput=="undefined") { function CofundosOutput(r) { document.write('
'+ r.title+' ('+r.created+' by '+r.nickname+')
Tags: '+r.tags+' / Current bids: '+r.bids+' (€'+r.bidamount+')
'); } document.write('
Cofundos DL-Learner projects:
'); for(var i in result) CofundosOutput(result[i]); document.write('Please help realizing these DL-Learner projects!

'); } else { for(var i in result) CofundosOutput(result[i]); }