Changes between Version 9 and Version 10 of BBMRI_task2
- Timestamp:
- 2010-11-03T13:01:00+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BBMRI_task2
v9 v10 1 1 ''' Primary goal: to have the semantic search available for BBMRI catalog ''' 2 2 3 1. Get access to http://gbic.target.rug.nl:8080/ 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. 6 6 7 7 * '''reintegrate the semantic search plugin and all dependencies - despoina''' … … 10 10 11 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">. 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 13 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) . 16 17 1. Check for configuration variables. 17 18 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 21 22 1. then upload to gbic server . 22 23