Changes between Version 34 and Version 35 of SatelliteVisualization

Show
Ignore:
Timestamp:
2009/03/20 15:14:10 (15 years ago)
Author:
kono
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SatelliteVisualization

    v34 v35  
    1515== Chairperson == 
    1616 
    17  * . 
    1817== Participants == 
    1918 
     
    3534      * REST support 
    3635   * Create intuitive UI for client software 
    37    * Design more sphisticated visualization 
     36   * Design more sophisticated visualization 
    3837 
    3938== Date == 
     
    4746== Presentations == 
    4847 
    49 Fill: 
    50  
    51  * Name of the presenter 
    52   * Title of the talk 
    53   * Attachments (PPT or PDF slides etc.)  
    5448 
    5549== Notes == 
     
    10094 * PSICQUIC: Bruno implemented a REST version of the PSICQUIC service. It returns the standard PSI-MITAB format. 
    10195 
    102  * Keiichiro Ono has released OSGi-fied version of Processing core.  It is available here (maven repository): 
     96 * Keiichiro Ono and Kozo Nishida has released OSGi-fied version of Processing core.  It is available here (maven repository): 
    10397    * http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/org/cytoscape/processing-core-osgi/ 
    10498    * Confirmed to work with Apache Felix 1.4.1 + Spring Framework 2.5 + Spring Dynamic Modules 1.1.2 
    10599    * Can be used for large-scale application. 
     100      * We can use Processing application for rapid-prototyping, and use the (OSGi) library version of Processing for production release. 
    106101 
    107102 
    108103== TODOs == 
    109104 
    110  * Build a flexible framework to visualize 
    111     * OpenGL java library should be converted to OSGi. 
     105 * Build a flexible toolkit for biological data visualization.  Some of the work above is done by Processing and it is a good candidate for building such toolkit. 
     106    * OpenGL java library (JOGL) should be converted to OSGi for Cytoscape + Processing  
    112107    * As a test case, integrate Processing rendering engine to Cytoscape for more flexible visualization.  
    113108 * Make BioMart Cytoscape plugin into SOAP/REST hybrid for nicer GUI and performance.  Still Biomart SOAP service has problems if developer uses Java code generator (WSDL2Java/CXF)