Changes between Version 1 and Version 2 of 2010Q4Rutger

Show
Ignore:
Timestamp:
2011/01/31 15:06:06 (13 years ago)
Author:
RutgerVos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2010Q4Rutger

    v1 v2  
    11= Project description for Rutger Vos's visit to DBCLS, 24 January - 24 February 2011. = 
    2  
    3  * turn Anurag Priyam's GSoC project for NeXML I/O in BioRuby into a biogem plugin 
    4  * continue Anurag's work on RDF annotation of BioRuby, turn it into a biogem plugin 
     2== NeXML I/O as a BioRuby plugin == 
     3During the 2010 Google Summer of Code, student Anurag Priyam developed some classes for reading and writing NeXML (http://www.nexml.org). However, these classes were built as part of the "core" BioRuby architecture. Best practices dictate that new code is instead released as a biogem plugin. To this end, I am refactoring Anurag's code. Steps taken so far: 
     4 * Tools needed for biogem development and deployment: 
     5  * Update RubyGems, i.e. `sudo gem update --system` 
     6  * Install bio-gem, i.e. `sudo gem install bio-gem` 
     7  * Install bio-gem dependency jeweler, i.e. `sudo gem install jeweler` 
     8  * Install bio-gem dependency bundler, i.e. `sudo gem install bundler` 
     9 * Tools needed for git(hub): 
     10  * Install git 
     11  * Fork yeban/bioruby on github 
     12  * `git clone git@github.com:rvosa/bioruby.git` 
     13  * `git branch bioruby-nexml` 
     14  * `git checkout bioruby-nexml` 
     15 * Make biogem compliant folder layout 
     16  * `biogem nexml` 
     17  * Merge bioruby-nexml classes, unit tests and test files in biogem folder structure 
     18== NeXML/RDF as a BioRuby plugin == 
     19Elements in NeXML documents can be annotated using RDFa. This means that every element (and the objects in which it can be de-serialized) can be the subject in an RDF triple. For example, TreeBASE uses this extensively to add metadata about submissions to its repository to the NeXML it produces (e.g. author names, NCBI taxonomy record identifiers, etc.). In order to fully implement NeXML functionality, the BioRuby objects that are generated when reading a NeXML file should therefore be able to be annotated with predicates (with namespaces) and with objects (also, perhaps, with namespaces). To make this possible, Anurag started some work on this, but this needs to be extended and released as a biogem (bio-rdf?) 
     20== BioHackathon meeting reports == 
    521 * finish abstract for BioHack09 meeting report 
    622 * help finish BioHack10 meeting report for special issue of Journal of Biomedical Semantics