Prince:Open Computing Projects: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
Line 5: Line 5:


==Numeric Computing==
==Numeric Computing==
* Figure out how to manipulate NArray objects from within Inline.
* Figure out how to manipulate [http://narray.rubyforge.org/ NArray] objects from within Inline.
* Create a tutorial for NArray based on [http://narray.rubyforge.org/SPEC.en this page]
* Create a tutorial for [http://narray.rubyforge.org/ NArray] based on [http://narray.rubyforge.org/SPEC.en the methods page]
* Create a [http://numpy.scipy.org/ NumPy] equivalency document showing how to do things in [http://narray.rubyforge.org/ NArray] and NumPy.
** This could be based on the NumPy [http://docs.scipy.org/doc/numpy/user/ User Guide] and/or [http://docs.scipy.org/doc/numpy/reference/index.html#reference Reference]
** Extend NArray as necessary so that all useful functionality of NumPy is duplicated in NArray or separate gems.


==Visualization==
==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].
* 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:42, 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 the methods page
  • Create a NumPy equivalency document showing how to do things in NArray and NumPy.
    • This could be based on the NumPy User Guide and/or Reference
    • Extend NArray as necessary so that all useful functionality of NumPy is duplicated in NArray or separate gems.

Visualization