Changes between Version 18 and Version 19 of BBMRI_task2


Ignore:
Timestamp:
2010-11-09T11:48:39+01:00 (14 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BBMRI_task2

    v18 v19  
    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.
    6 
     3 * Get access to http://gbic.target.rug.nl:8080/ (DONE)
     4 * Added user at tomcat file , still cannot have access. Maybe should be in another file?
     5 * scheduled meeting with Eric to set it up through his account.
    76 * '''reintegrate the semantic search plugin and all dependencies - despoina'''
    87
    9 ''' 1. Add the semantic plugin as a plugin inside the bbmri @pheno  '''
     8== Add the semantic plugin as a plugin inside the bbmri @pheno ==
    109
    11  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)
    13    1. Install semantic search in bbmri :
    14      * Check if plugin file  exists ...ok (DONE)
    15      * Check for configuration file if exists (DONE)
    16      * Adapt connection variables between code & configuration . Some removed , some added, some more documenattion added. (DONE) .
    17      * Check for configuration variables.
    18        * Change index location . (DONE)
    19        * Change the database field names that are used for the index . (DONE)
    20      * (check other dependencies for manual file ) (DONE)
    21      * when ready recreate both indexes to see if the are valid created. (DONE)
    22      * create ontocat index (by running particular java file) (DONE)
     10 * First locally
    2311
    24 == '''search examples ''' ==
    25      * ''' search and ensure results make sense :Search for each table that have contents that make sense (to search)'''
    26        * Biobank :
    27          * "Agnes" (a name),
    28          * "HIV" (from description),
    29          * "musculoskeletal" (word inside description),
    30          * "EU-PACT-NL" found only with quotes.
     12 * 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)
     13 * Install semantic search in bbmri :
     14   * Check if plugin file  exists ...ok (DONE)
     15   * Check for configuration file if exists (DONE)
     16   * Adapt connection variables between code & configuration . Some removed , some added, some more documenattion added. (DONE) .
     17   * Check for configuration variables.
     18     * Change index location . (DONE)
     19     * Change the database field names that are used for the index . (DONE)
     20   * (check other dependencies for manual file ) (DONE)
     21   * when ready recreate both indexes to see if the are valid created. (DONE)
     22   * create ontocat index (by running particular java file) (DONE)
     23
     24== '''search examples ''' ==
     25 * ''' search and ensure results make sense :Search for each table that have contents that make sense (to search)'''
     26   * Biobank :
     27     * "Agnes" (a name),
     28     * "HIV" (from description),
     29     * "musculoskeletal" (word inside description),
     30     * "EU-PACT-NL" found only with quotes.
    3131
    3232 1. then upload to gbic server .