Changeset 327

Show
Ignore:
Timestamp:
11/13/08 09:44:13 (2 months ago)
Author:
emuller
Message:

Mimicking GSL release tarball:
GPLv2, proper AUTHORS, THANKS, README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README

    r215 r327  
    1 For more info see the NeuroTools trac http://neuralensemble.org/trac/NeuroTools 
     1 
     2NeuroTools 
     3========== 
     4 
     5NeuroTools is not a neural simulator, but rather a collection of tools 
     6to support all tasks associated with a neural simulation project which 
     7are not handled by the simulation engine. NeuroTools is written in 
     8Python, and works best with PyNN, or one of the growing list of 
     9simulation engines with a Python front-end such as NEURON, NEST, 
     10PCSIM, FACETS Neuromorphic VLSI, Brian, MOOSE/GENESIS, 
     11Neurospaces/GENESIS. NeuroTools provides modules to facilitate 
     12simulation setup, parameterization and instrumentation, and data 
     13management, analysis and visualization. The data-related tools are 
     14equally suited to analysis of experimental data, although that is not 
     15the primary motivation for their development. 
     16 
     17NeuroTools aims to: 
     18 
     191. increase the productivity of individual modellers by automating, 
     20   simplifying, and establishing best-practices for common tasks, 
     21 
     222. increase the productivity of the neuroscience modelling 
     23   community by reducing the amount of code duplication across 
     24   simulation communities,  
     25 
     263. increase the reliability of data 
     27   analysis tools leveraging Linus's law: "given enough eyeballs, all 
     28   bugs are shallow." 
     29 
     30 
     31 
     32License 
     33======= 
     34 
     35NeuroTools is free software, you can redistribute it and/or modify it under 
     36the terms of the GNU General Public License version 2 (http://www.gnu.org/licenses/gpl-2.0.html). 
     37 
     38The GNU General Public License does not permit this software to be 
     39redistributed in proprietary programs. 
     40 
     41This library is distributed in the hope that it will be useful, but 
     42WITHOUT ANY WARRANTY; without even the implied warranty of 
     43MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     44 
     45See source:trunk/LICENSE. 
     46 
     47 
     48Contributing to NeuroTools 
     49========================== 
     50 
     51If you are interested in participating in NeuroTools development, please see 
     52the webpage at http://neuralensemble.org/NeuroTools 
     53 
     54 
     55 
     56Installation 
     57============ 
     58 
     59For installation instructions, see source:trunk/INSTALL.  
     60 
     61 
     62 
     63Documentation 
     64============= 
     65 
     66 
     67For documentation see source:trunk/doc  
     68and  
     69http://neuralensemble.org/trac/NeuroTools. 
     70 
     71For examples see source:trunk/examples. 
     72 
     73For more information, see the NeuroTools trac http://neuralensemble.org/trac/NeuroTools. 
     74 
     75 
     76 
     77Reporting Bugs 
     78============== 
     79 
     80The NeuroTools project site is also a trac-based (http://trac.edgewall.org) bug management system. 
     81 
     82Please report bugs by submitting a "New Ticket" at 
     83http://neuralensemble.org/trac/NeuroTools