Changes between Initial Version and Version 1 of DespoinaLog/2010/09/28


Ignore:
Timestamp:
2010-10-01T23:19:13+02:00 (14 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2010/09/28

    v1 v1  
     1= Skype conference :  skype call about the hackathon demo: =
     2 * Christine Chichester , Kees Burger, jahn.saito ,Erik van Mulligen , Paul Boekschoten ,Hailiang Mei (chat) , Reinout van Schouwen < Bharat Singh(sick)  ,andra.waagmeeste ,david.van.enckevort
     3 * demo not ready .
     4   * We need to get this going
     5   * what went wrong
     6   * let's try to install the bookmarklet
     7 * erik: 2 verslons of the linker . version of nbic cannot work with cross domain
     8 * request to a service with xml --> highlight was shown . cross domain thing problem …
     9   * javascript solution .  "Nuko version " -> not handled correctly version  --> transform to the nuke version --> currently working
     10 * problem with session id : left panel not as powerful as imagined ..
     11 * show biobank /literature & biobankers . No hyperlinks and form is rough
     12 * Put code online so we can see that
     13 * Split panel is missing
     14 * press boorkmarklet --> bring the left panel with the biobank results .
     15 * if pressed again -> detect the existing one and do not create a new panel
     16 * barate is sick , so that his changes are not merged, (session id code)
     17 * how other people could join ?
     18 * Bharat's code --> server --> get it working
     19 * (David) login to the server , get the new code
     20
     21Later :
     22
     23 * problems fixed : Together with Bharat we finished the first part - the bookmarklet with highlighting. We developed some wrappers for the NBIC code (to make it compliant with what the new linker code requires). We will solve the issue of double left panels (requires some javascript development).
     24
     25= !https://sites.google.com/a/nbiceng.net/hackathonii/remaining-issues?pli=1 =
     26= Lucene Indexing =
     27Precision & recall measurements :
     28
     29 * precision & recall lucene; http://lucene.apache.org/java/3_0_1/api/all/org/apache/lucene/benchmark/quality/QualityStats.html
     30 * http://lucene.apache.org/java/2_4_1/api/org/apache/lucene/benchmark/quality/package-summary.html
     31 *
     32   * use '''org.apache.lucene.benchmark.quality'''
     33 * http://grepcode.com/file/repo1.maven.org/maven2/org.apache.lucene/lucene-benchmark/3.0.0/org/apache/lucene/benchmark/quality/QualityBenchmark.java *
     34
     35downloaded and added jar : (from !http://repo1.maven.org/maven2/lucene/lucene/1.4.3/)
     36
     37 * lucene-1.4.3.jar
     38 * lucene-1.4.3-sources.jar
     39 * lucene-core-3.0.1-javadoc.jar
     40
     41This produced exception at already running search function : javax.servlet.!ServletException: Servlet execution threw an exception
     42
     43  (some kind of conflict ) . Removed .