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 |
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. |