Skip navigation.
Home

TODO LIST Dec 4, 2008

TODO:

-Created branch in google code branch folder 'ED_12_04_2008' before going on to cleaning up code and making build.
-Clean up and document code
-remove unnecessary classes or redundant javascripts
-create new javadocs
-create a build for ED
-add progress bar to ED

COMPLETED:

  • Completed the SearchPage for bioMoby WebServices http://www.entitydescriber.org/ed/mobyservicesearch.html. Uses the jquery.autocomplete.js
  • Replaced old custom made tabs with jquery tabs
  • Completed the simple SPARQL query form for mobyAnnotator http://www.entitydescriber.org/ed/mobyservicequery.html
  • Completed the Non-Frustrating 'Create New Tag' for the biomoby Annotator.
  • Split the Annotator Properties from the ED Properties in the dataSource.properties file.
  • Also split the properties inside the dataSource.properties into two files data_source.properties and data_store.properties to distinguish the properties that are used for getting data ie. freebase suggest. And storing data ie. Saving tags to a SPARQL Endpoint
  • Created two new graphs that are NOT 'sandbox'. Annotator Tags and users are now stored in the graph 'mobyannotagging' and the tags from ED are stored in the graph 'EDtagging'.
  • Modified eddie's ontologies.jsp so that the url for an ontology is saved in the __L__I__S__T__ file. Mapping is 'name of ontology' -> 'url of ontology'