Skip to content

matthewhorridge/RightField

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RightField

Authors

Matthew Horridge, Stuart Owen

Contact

[email protected]

Licence

BSD (See LICENCE or www.opensource.org/licenses/bsd-license.php)

Copyright

© 2010 The University of Manchester, UK

Description

RightField is an open-source tool for adding ontology term selection to Excel spreadsheets. For each annotation field, RightField can specify a range of allowed terms from a chosen ontology (subclasses, individuals or combinations). The resulting spreadsheet presents these terms to the users as a simple drop-down list. This reduces the adoption barrier for using community ontologies as the annotation is made by the scientist that generated the data rather than a third party, and the annotation is collected at the time of data collection.

For more information please visit www.rightfield.org.uk

Compiling

To compile RightField you are required to have both Apache Ant and the Java 1.6 JDK installed.

>cd build
>ant

This will create both a packaged distribution in the build/out directory, and also an unpacked copy in the build/out/dist directory