Size: 8935
Comment:
|
Size: 12823
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
==== Comments: ==== A status of "Incomplete" means that essentially no work has been done for this module in 3.0. '''''Module size''''' is a rough estimate of how much code or data is contained in that module. '''''Module impact''''' refers to how much a change in that module will impact other modules. Module impact is '''''not''''' meant to be a value judgment! It merely tries to communicate how many other modules have dependencies on it. |
|
Line 8: | Line 11: |
||''Module size:''||Large || ||''Module impact:''||Large || ||'''Bundles'''||'''Developers'''||'''Status'''|| ||[[http://chianti.ucsd.edu/svn/core3/model-api/trunk|model-api]]||Mike Smoot (UCSD)||Largely complete|| ||[[http://chianti.ucsd.edu/svn/core3/model-impl/trunk|model-impl]]||Mike Smoot (UCSD)||Largely complete|| |
|
Line 14: | Line 23: |
||''Module size:''||Large || ||''Module impact:''||Large || ||'''Bundles'''||'''Developers'''||'''Status'''|| ||[[http://chianti.ucsd.edu/svn/core3/work-api/trunk|work-api]]||Samad Lotia (Pasteur), Mathieu Michaud (Pasteur), Mike Smoot (UCSD)||Largely complete|| ||[[http://chianti.ucsd.edu/svn/core3/work-swing-impl/trunk|work-swing-impl]]||Samad Lotia (Pasteur), Mathieu Michaud (Pasteur), Mike Smoot (UCSD)||Largely complete|| ||[[http://chianti.ucsd.edu/svn/core3/work-spring-hack/trunk|work-spring-hack]]||Mike Smoot (UCSD)||Largely complete|| ||[[http://chianti.ucsd.edu/svn/core3/work-headless-impl/trunk|work-headless-impl]]||Samad Lotia (Pasteur)||just beginning|| ||[[http://chianti.ucsd.edu/svn/core3/work-tunable-props-impl/trunk|work-tunable-props-impl]]||Mathieu Michaud (Pasteur)||???|| |
|
Line 20: | Line 38: |
||''Module size:''||Small || ||''Module impact:''||Medium || ||'''Bundles'''||'''Developers'''||'''Status'''|| ||???||???||???|| |
|
Line 26: | Line 49: |
||''Module size:''||Large || ||''Module impact:''||Large || ||'''Bundles'''||'''Developers'''||'''Status'''|| ||[[http://chianti.ucsd.edu/svn/core3/io-api/trunk|io-api]]||Brian Turner (Toronto), Samad Lotia(Pasteur), Kei Ono (UCSD), Mike Smoot (UCSD)||Largely complete|| ||[[http://chianti.ucsd.edu/svn/core3/io-impl/trunk|io-impl]]||Brian Turner (Toronto), Samad Lotia(Pasteur), Kei Ono (UCSD), Mike Smoot (UCSD), ???||halfway?|| ||[[http://chianti.ucsd.edu/svn/cytoscape3/trunk|sbml]]||???||Incomplete|| ||[[http://chianti.ucsd.edu/svn/cytoscape3/trunk|psi-mi]]||???||Incomplete|| |
|
Line 32: | Line 63: |
||''Module size:''||Medium || ||''Module impact:''||Large || |
|
Line 38: | Line 71: |
||''Module size:''||Medium || ||''Module impact:''||Small || |
|
Line 44: | Line 79: |
||''Module size:''||Medium || ||''Module impact:''||Medium || |
|
Line 50: | Line 87: |
||''Module size:''||Small || ||''Module impact:''||Small || |
|
Line 56: | Line 95: |
||''Module size:''||Medium || ||''Module impact:''||Small || |
|
Line 62: | Line 103: |
||''Module size:''||Large || ||''Module impact:''||Small || |
|
Line 68: | Line 111: |
||''Module size:''||Medium || ||''Module impact:''||Medium || |
|
Line 74: | Line 119: |
||''Module size:''||Medium? || ||''Module impact:''||Medium || |
|
Line 80: | Line 127: |
||''Module size:''||Small || ||''Module impact:''||Small || |
|
Line 86: | Line 135: |
||''Module size:''||Small || ||''Module impact:''||Small || |
|
Line 92: | Line 143: |
||''Module size:''||Small || ||''Module impact:''||Medium || |
|
Line 98: | Line 151: |
||''Module size:''||Small? || ||''Module impact:''||Small || |
|
Line 104: | Line 159: |
||''Module size:''||Large || ||''Module impact:''||Large || |
|
Line 110: | Line 167: |
||''Module size:''||Medium || ||''Module impact:''||Medium || |
|
Line 116: | Line 175: |
||''Module size:''||Large || ||''Module impact:''||Medium || |
|
Line 122: | Line 183: |
||''Module size:''||Medium || ||''Module impact:''||it depends || |
|
Line 128: | Line 191: |
||''Module size:''||Small || ||''Module impact:''||Large || |
|
Line 134: | Line 199: |
||''Module size:''||Large || ||''Module impact:''||Large || |
|
Line 140: | Line 207: |
||''Module size:''||Small || ||''Module impact:''||Large || |
|
Line 146: | Line 215: |
||''Module size:''||Small || ||''Module impact:''||it depends || |
|
Line 152: | Line 223: |
||''Module size:''||Large? || ||''Module impact:''||Medium || |
|
Line 158: | Line 231: |
||''Module size:''||Large || ||''Module impact:''||Small || |
|
Line 164: | Line 239: |
||''Module size:''||??? || ||''Module impact:''||Small || |
|
Line 170: | Line 247: |
||''Module size:''||??? || ||''Module impact:''||Small || |
Cytoscape 3.0 (and beyond) Development Modules
Comments:
A status of "Incomplete" means that essentially no work has been done for this module in 3.0. Module size is a rough estimate of how much code or data is contained in that module. Module impact refers to how much a change in that module will impact other modules. Module impact is not meant to be a value judgment! It merely tries to communicate how many other modules have dependencies on it.
model
Description: |
The core network and data table models used by everyone else. |
3.0 Status: |
The API and an implementation are largely complete. |
Who has done the work in 3.0: |
UCSD with lots of feedback from others |
Who did the work in 2.x: |
everyone |
Module size: |
Large |
Module impact: |
Large |
Bundles |
Developers |
Status |
Mike Smoot (UCSD) |
Largely complete |
|
Mike Smoot (UCSD) |
Largely complete |
work
Description: |
An API for definining and executing Tasks, configuring the Tasks, and supporting undo. |
3.0 Status: |
The API and implementation are largely complete. |
Who has done the work in 3.0: |
Pasteur, UCSD |
Who did the work in 2.x: |
(didn't exist prior to 3.0) |
Module size: |
Large |
Module impact: |
Large |
Bundles |
Developers |
Status |
Samad Lotia (Pasteur), Mathieu Michaud (Pasteur), Mike Smoot (UCSD) |
Largely complete |
|
Samad Lotia (Pasteur), Mathieu Michaud (Pasteur), Mike Smoot (UCSD) |
Largely complete |
|
Mike Smoot (UCSD) |
Largely complete |
|
Samad Lotia (Pasteur) |
just beginning |
|
Mathieu Michaud (Pasteur) |
??? |
logging
Description: |
Both developer and user logging framework. |
3.0 Status: |
Incomplete. |
Who has done the work in 3.0: |
Pasteur |
Who did the work in 2.x: |
UCSF, ISB |
Module size: |
Small |
Module impact: |
Medium |
Bundles |
Developers |
Status |
??? |
??? |
??? |
io
Description: |
APIs for importing and exporting data including networks, tables, sessions, and images. |
3.0 Status: |
The API is largely defined, but all implementations need to be refined. |
Who has done the work in 3.0: |
UCSD, Pasteur, Toronto |
Who did the work in 2.x: |
everyone |
Module size: |
Large |
Module impact: |
Large |
Bundles |
Developers |
Status |
Brian Turner (Toronto), Samad Lotia(Pasteur), Kei Ono (UCSD), Mike Smoot (UCSD) |
Largely complete |
|
Brian Turner (Toronto), Samad Lotia(Pasteur), Kei Ono (UCSD), Mike Smoot (UCSD), ??? |
halfway? |
|
??? |
Incomplete |
|
??? |
Incomplete |
view-model
Description: |
An API that defines the visualization of a network (and later table), but doesn't actually do the rendering. |
3.0 Status: |
The API and implementation are largely complete. |
Who has done the work in 3.0: |
UCSD, Daniel Abel |
Who did the work in 2.x: |
(didn't exist prior to 3.0) |
Module size: |
Medium |
Module impact: |
Large |
vizmap
Description: |
An API that modifies a view-model based on attribute (data table) values. |
3.0 Status: |
The API is largely complete and the user interface implementation is nearing completion. |
Who has done the work in 3.0: |
UCSD |
Who did the work in 2.x: |
(didn't exist prior to 3.0) |
Module size: |
Medium |
Module impact: |
Small |
presentation
Description: |
An implementation that renders (to screen, to image file, to ??) a network whose visualization is defined by a view-model. |
3.0 Status: |
The API has been sketched and an implementation is in place, but it needs a lot of refinement. |
Who has done the work in 3.0: |
UCSD |
Who did the work in 2.x: |
everyone |
Module size: |
Medium |
Module impact: |
Medium |
attribute-presentation
Description: |
An implementation that renders a data table. |
3.0 Status: |
Incomplete. |
Who has done the work in 3.0: |
??? |
Who did the work in 2.x: |
UCSD, others |
Module size: |
Small |
Module impact: |
Small |
editor
Description: |
A user interface that allows users to add, delete, and change nodes and edges in a network. |
3.0 Status: |
Incomplete. |
Who has done the work in 3.0: |
??? |
Who did the work in 2.x: |
Agilent |
Module size: |
Medium |
Module impact: |
Small |
layout
Description: |
An API and several implementations of layout algorithms that modify the view-model for a given network. |
3.0 Status: |
Incomplete. |
Who has done the work in 3.0: |
??? |
Who did the work in 2.x: |
UCSF, UCSD |
Module size: |
Large |
Module impact: |
Small |
search/filters
Description: |
An API and user interface that allows a network to be searched and/or filtered. |
3.0 Status: |
Incomplete. |
Who has done the work in 3.0: |
??? |
Who did the work in 2.x: |
MSKCC, Maital Ashkenazi, UCSD |
Module size: |
Medium |
Module impact: |
Medium |
groups
Description: |
An API and user interface that allows groups of nodes to be defined and captured as subnetworks. |
3.0 Status: |
Incomplete. |
Who has done the work in 3.0: |
??? |
Who did the work in 2.x: |
UCSF |
Module size: |
Medium? |
Module impact: |
Medium |
merge
Description: |
An API that provides for set operations on networks based on attributes of the networks. |
3.0 Status: |
Incomplete. |
Who has done the work in 3.0: |
??? |
Who did the work in 2.x: |
UCSD |
Module size: |
Small |
Module impact: |
Small |
linkout
Description: |
An API that allows objects in Cytoscape to be linked to web databases. |
3.0 Status: |
Incomplete. |
Who has done the work in 3.0: |
??? |
Who did the work in 2.x: |
MSKCC, Agilent |
Module size: |
Small |
Module impact: |
Small |
webservices
Description: |
An API that provides a common interface for accessing web based interaction databases. |
3.0 Status: |
Some work has been done, but incomplete. |
Who has done the work in 3.0: |
UCSD |
Who did the work in 2.x: |
MSKCC, Toronto, UCSD |
Module size: |
Small |
Module impact: |
Medium |
scripting
Description: |
An API that allows scripts written in other programming languages (Python, Groovy, Javascript, etc.) to access and use the Cytoscape API. |
3.0 Status: |
Incomplete. |
Who has done the work in 3.0: |
UCSD(Kei, proof-of-concept code only) |
Who did the work in 2.x: |
UCSF, UCSD |
Module size: |
Small? |
Module impact: |
Small |
swing-application
Description: |
A Java Swing-based desktop application for visualizing and analyzing networks (what everyone knows today as "Cytoscape"). |
3.0 Status: |
About 75% complete (excluding core plugins). |
Who has done the work in 3.0: |
UCSD |
Who did the work in 2.x: |
everyone |
Module size: |
Large |
Module impact: |
Large |
command-line-application
Description: |
A command-line application built from low-level cytoscape modules that can perform various tasks (e.g. load a networks, lay it out, and render it to an image file) without the need for a graphical user interface. |
3.0 Status: |
Incomplete. |
Who has done the work in 3.0: |
??? |
Who did the work in 2.x: |
(didn't exist prior to 3.0) |
Module size: |
Medium |
Module impact: |
Medium |
plugin-manager
Description: |
A user interface for downloading, installing, automatic-update, and otherwise managing cytoscape bundles. |
3.0 Status: |
The user interface is largely finished, but still needs to be integrated with the swing application. |
Who has done the work in 3.0: |
UCSD |
Who did the work in 2.x: |
ISB, UCSD |
Module size: |
Large |
Module impact: |
Medium |
qa/testing
Description: |
The management and oversight of the development, planning, and execution of unit tests, functional tests, acceptance tests, performance tests, and general promotion of "quality." |
3.0 Status: |
Incomplete. |
Who has done the work in 3.0: |
??? |
Who did the work in 2.x: |
There are a few unit tests scattered about contributed by different groups, but no comprehensive strategy. |
Module size: |
Medium |
Module impact: |
it depends |
architecture
Description: |
The management and oversight of the overall Cytoscape architecture and how different modules interact with one another. |
3.0 Status: |
It exists, but is poorly documented. |
Who has done the work in 3.0: |
UCSD |
Who did the work in 2.x: |
everyone |
Module size: |
Small |
Module impact: |
Large |
documentation
Description: |
The management and oversight of documentation for Cytoscape including the website, user manuals, tutorials, developer documents, wikis, and API documention. |
3.0 Status: |
Incomplete. |
Who has done the work in 3.0: |
??? |
Who did the work in 2.x: |
everyone |
Module size: |
Large |
Module impact: |
Large |
dev-process
Description: |
The management and oversight of the development processes, build tools, release tools and processes for Cytoscape. |
3.0 Status: |
Ongoing. |
Who has done the work in 3.0: |
ISB, Toronto, UCSD |
Who did the work in 2.x: |
everyone |
Module size: |
Small |
Module impact: |
Large |
usability
Description: |
The evaluation and refinement of Cytoscape usability including usability testing and tracking. |
3.0 Status: |
Inactive. |
Who has done the work in 3.0: |
??? |
Who did the work in 2.x: |
Pasteur, ??? |
Module size: |
Small |
Module impact: |
it depends |
decorated-networks
Description: |
A future project for providing enhanced visualizations of networks in cytoscape with other background and foreground graphics and text (e.g. cell location). |
3.0 Status: |
Two Google Summer of Code Project are ongoing |
Who has done the work in 3.0: |
UCSD (Kei. Proof-of-concept code only) |
Who did the work in 2.x: |
UCSF, MSKCC, Agilent |
Module size: |
Large? |
Module impact: |
Medium |
web-application
Description: |
A web-based version of Cytoscape. |
3.0 Status: |
Usable beta version complete and available as part of the beta.genemania.org website |
Who has done the work in 3.0: |
Lead: Christian Lopes (GeneMANIA group, Bader Lab, Toronto). Interest: Sarah Killcoyne, Hector Rovira (ISB), DanielAbel |
Who did the work in 2.x: |
(didn't exist prior to 3.0) |
Module size: |
Large |
Module impact: |
Small |
database-backend
Description: |
A future project that will provide a relational (or other) database backend for Cytoscape. |
3.0 Status: |
Future project. |
Who has done the work in 3.0: |
??? |
Who did the work in 2.x: |
(didn't exist prior to 3.0) |
Module size: |
??? |
Module impact: |
Small |
extended-cydatatable
Description: |
A future project that extends the interface for CyDataTable to allow things like joins and other relational database capabilities. |
3.0 Status: |
Future project. |
Who has done the work in 3.0: |
??? |
Who did the work in 2.x: |
(didn't exist prior to 3.0) |
Module size: |
??? |
Module impact: |
Small |