Open GoogleCodeExporter opened 9 years ago
This issue looks to me like the openness rating currently available at
http://oss.ly/j
This should be modelled as a Wookie widget much like the doapcreator widget.
I think it would be best to use a generic questionnaire ontology to avoid
having to model all questions in a new ontology. We can infer results from that
later.
Initial research for a questionnaire ontology revealed mostly academic papers
such as [1], mostly by Matt-Mouley Bouamrane [2], and an example ontology from
a book [2].
[1]
http://delivery.acm.org/10.1145/1790000/1786549/p574-bouamrane.pdf?key1=1786549&
key2=7264897721&coll=GUIDE&dl=GUIDE&CFID=93521050&CFTOKEN=84992626
[2]
http://www.gla.ac.uk/departments/generalpracticeprimarycare/ourstaff/matt-mouley
bouamrane/publications/
[3] http://workingontologist.org/Examples/index.html
Original comment by sander.v...@oucs.ox.ac.uk
on 1 Jul 2010 at 12:38
This is not the same as the openness rating, although they are related.
This is much bigger, we can pull statistics from SVN/Mailing list etc. and come
up with some ratings. However, in the first instance we need to implement the
questionaire as you indicate. This work is underway already (although stalled)
at
http://code.google.com/p/simal/source/browse/#svn/trunk/uk.ac.osswatch.simal.ssm
m
There is also a partial implementation of an openness rating calculation within
Simal itself, see Project.getOpennessRaring() at
http://code.google.com/p/simal/source/browse/trunk/uk.ac.osswatch.simal.core/src
/main/java/uk/ac/osswatch/simal/model/jena/Project.java#506
Before implementing the frameowrk I did look at what was out there already, but
they all seemed to be overly complicated for what we needed (just a few basic
question types, no branching etc.). This is now implemented at the above SVN
module.
There is currently no UI, it's all done through the command line and there is
no mechanism for recording the questions in a config file. Furthermore, results
are currently output in a raw text format. Maybe the ontologies you link to can
be leveraged here.
I'd suggest the first goal is to:
- create the question sets
- create a wookie widget to display questions and collect answers
- dump results to text in the wookie widget
- encode results in RDF
- have Simal perform the calculations on the RDF back end
- display results in Wookie widget
Original comment by ross.gardler
on 1 Jul 2010 at 1:13
Original comment by ross.gardler
on 10 Mar 2011 at 12:13
Original issue reported on code.google.com by
rgardler...@gmail.com
on 23 Nov 2008 at 1:50