Prince:Open Computing Projects: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: * Develop a wiki that uses markdown for the front-end and git (preferably abstracted) for the backend. * Figure out how to manipulate NArray objects from within Inline. * Create a tutoria...)
 
No edit summary
Line 1: Line 1:
==General==
* Develop a wiki that uses markdown for the front-end and git (preferably abstracted) for the backend.
** Should be extremely easy to use, organize, clone, share, etc.
** File structure should be easily navigable within the repository and on the web interface.


* Develop a wiki that uses markdown for the front-end and git (preferably abstracted) for the backend.
==Numeric Computing==
* Figure out how to manipulate NArray objects from within Inline.
* Figure out how to manipulate NArray objects from within Inline.
* Create a tutorial for NArray based on [http://narray.rubyforge.org/SPEC.en this page]
* Create a tutorial for NArray based on [http://narray.rubyforge.org/SPEC.en this page]
==Visualization==
* Get [http://lgl.sourceforge.net/ LGL] ([http://sourceforge.net/projects/lgl/ sourceforge page]) working again standalone, or get it working as a plugin for [http://www.cytoscape.org/index.php cytoscape].

Revision as of 08:36, 15 April 2010

General

  • Develop a wiki that uses markdown for the front-end and git (preferably abstracted) for the backend.
    • Should be extremely easy to use, organize, clone, share, etc.
    • File structure should be easily navigable within the repository and on the web interface.

Numeric Computing

  • Figure out how to manipulate NArray objects from within Inline.
  • Create a tutorial for NArray based on this page

Visualization