Changes between Version 9 and Version 10 of BBMRI_task2


Ignore:
Timestamp:
2010-11-03T13:01:00+01:00 (14 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BBMRI_task2

    v9 v10  
    11''' Primary goal: to have the semantic search available for BBMRI catalog '''
    22
    3  1. Get access to http://gbic.target.rug.nl:8080/ (DONE)
    4  1. Added user at tomcat file , still cannot have access. Maybe should be in another file? 
    5  1. scheduled meeting with Eric to set it up through his account. 
     3 1. Get access to http://gbic.target.rug.nl:8080/ (DONE)
     4 1. Added user at tomcat file , still cannot have access. Maybe should be in another file?
     5 1. scheduled meeting with Eric to set it up through his account.
    66
    77 * '''reintegrate the semantic search plugin and all dependencies - despoina'''
     
    1010
    1111 1. first locally
    12    1. In order to  generate bbmri  we encountered some problem with the Entities  :   name="Contact"   and "Institute" . Conflict with existing entities in pheno model : <entity name="Contact" implements="Identifiable" xref_label="!FirstName,!LastName"> and <entity name="Institute" implements="Identifiable,Nameable" xref_label="name">. (DONE, generate success)
     12   1. In order to  generate bbmri  we encountered some problem with the Entities  :   name="Contact"   and "Institute" . Conflict with existing entities in pheno model : <entity name="Contact" implements="Identifiable" xref_label="!FirstName,!LastName"> and <entity name="Institute" implements="Identifiable,Nameable" xref_label="name">. (DONE, generate success)
    1313   1. Install semantic search in bbmri :
    14      1. Check if plugin file  exists ...ok (DONE)
    15      1. Check for configuration file if exists 
     14     1. Check if plugin file  exists ...ok (DONE)
     15     1. Check for configuration file if exists (DONE)
     16     1. Adapt connection variables between code & configuration . Some removed , some added, some more documenattion added. (DONE) .
    1617     1. Check for configuration variables.
    1718     1. (check other dependencies for manual file )
    18      1. when ready recreate both indexes to see if the are valid created. 
    19      1. create ontocat index (by running particular java file) 
    20      1. search , and ensure results make sense 
     19     1. when ready recreate both indexes to see if the are valid created.
     20     1. create ontocat index (by running particular java file)
     21     1. search , and ensure results make sense
    2122 1. then upload to gbic server .
    2223