|
41 | 41 |
|
42 | 42 | %___________________________________________________________________________
|
43 | 43 |
|
44 |
| -% Your logo placed under ../pics called as <project>_logo.svg |
45 |
| -% .svg is preferable, otherwise some other vector (.pdf) or even |
46 |
| -% raster (.png) would suffice |
47 |
| -\ndproject{XXX}{http://example.org}{opensesame_logo.pdf}{.2}{-0.25em}{0em} |
48 |
| - |
49 |
| -%\begin{figure} |
50 |
| -%\includegraphics[width=0.3\columnwidth]{../pics/psychopy_logo.pdf} |
51 |
| -%\end{figure} |
52 |
| - |
53 |
| -Brief description. |
54 |
| -\begin{itemize}[nolistsep,topsep=0em,leftmargin=1pc] |
55 |
| -\item The most interesting |
56 |
| -\item and |
57 |
| -\item methodology oriented |
58 |
| -\item features |
59 |
| -\item ideally with limited selection of citations |
60 |
| -\end{itemize} |
61 |
| -% Your favorite screenshot placed under ../pics/ |
62 |
| -% named as <project>_screenshot.png (optional numbers in suffixes if |
63 |
| -% you have multiple to choose from) |
64 |
| -\includegraphics[width=\columnwidth]{opensesame_screenshot1.png} |
65 |
| -% Selected set of citations, Here is an example: |
66 |
| -\ndcite{D. Geffroy, D. Rivière, I. Denghien, N. Souedet, |
67 |
| - S. Laguitton, and Y. Cointepas. BrainVISA: a complete software |
68 |
| - platform for neuroimaging. In Python in Neuroscience workshop, |
69 |
| - Paris, Aug. 2011.} |
| 44 | +% % Your logo placed under ../pics called as <project>_logo.svg |
| 45 | +% % .svg is preferable, otherwise some other vector (.pdf) or even |
| 46 | +% % raster (.png) would suffice |
| 47 | +% \ndproject{XXX}{http://example.org}{opensesame_logo.pdf}{.2}{-0.25em}{0em} |
| 48 | +% |
| 49 | +% %\begin{figure} |
| 50 | +% %\includegraphics[width=0.3\columnwidth]{../pics/psychopy_logo.pdf} |
| 51 | +% %\end{figure} |
| 52 | +% |
| 53 | +% Brief description. |
| 54 | +% \begin{itemize}[nolistsep,topsep=0em,leftmargin=1pc] |
| 55 | +% \item The most interesting |
| 56 | +% \item and |
| 57 | +% \item methodology oriented |
| 58 | +% \item features |
| 59 | +% \item ideally with limited selection of citations |
| 60 | +% \end{itemize} |
| 61 | +% % Your favorite screenshot placed under ../pics/ |
| 62 | +% % named as <project>_screenshot.png (optional numbers in suffixes if |
| 63 | +% % you have multiple to choose from) |
| 64 | +% \includegraphics[width=\columnwidth]{opensesame_screenshot1.png} |
| 65 | +% % Selected set of citations, Here is an example: |
| 66 | +% \ndcite{D. Geffroy, D. Rivière, I. Denghien, N. Souedet, |
| 67 | +% S. Laguitton, and Y. Cointepas. BrainVISA: a complete software |
| 68 | +% platform for neuroimaging. In Python in Neuroscience workshop, |
| 69 | +% Paris, Aug. 2011.} |
70 | 70 |
|
71 | 71 |
|
72 | 72 | \ndproject{Neuroshare Tools}{http://g-node.org/neuroshare-tools}{neurosharelogo_square.png}{.2}{-0.25em}{0em}
|
|
85 | 85 | \item Comes with a tool to convert any data file supported by Neuroshare to the HDF5 format
|
86 | 86 | \end{itemize}
|
87 | 87 |
|
| 88 | +\vspace{1em} |
88 | 89 | %_________________________________neo_______________________________________
|
89 |
| -\ndproject{Neo}{http://packages.python.org/neo/}{neo_logo.pdf}{.4}{-0.25em}{0em} |
90 |
| - |
91 |
| -Neo is a package for representing electrophysiology data in Python, together with support |
92 |
| -for reading a wide range of neurophysiology file formats, including Spike2, NeuroExplorer, |
93 |
| -AlphaOmega, Axon, Blackrock, Plexon, Tdt, and support for writing to a subset of these |
94 |
| -formats plus non-proprietary formats including HDF5. |
95 |
| - |
96 |
| -The goal of Neo is to improve interoperability between Python tools for analyzing, visualizing |
97 |
| -and generating electrophysiology data (such as OpenElectrophy, NeuroTools, G-node, |
98 |
| -Helmholtz, PyNN) by providing a common, shared object model. In order to be as |
99 |
| -lightweight a dependency as possible, Neo is deliberately limited to represention of data, |
100 |
| -with no functions for data analysis or visualization. |
101 |
| - |
102 |
| -Neo implements a hierarchical data model well adapted to intracellular and extracellular |
103 |
| -electrophysiology and EEG data with support for multi-electrodes (for example tetrodes). |
104 |
| -Neo's data objects build on the quantities package, which in turn builds on NumPy by |
105 |
| -adding support for physical dimensions. Thus Neo objects behave just like normal NumPy arrays, |
106 |
| -but with additional metadata, checks for dimensional consistency and automatic unit conversion. |
107 |
| - |
108 |
| -A project with similar aims but for neuroimaging file formats is NiBabel. |
| 90 | +\ndproject{Neo}{http://packages.python.org/neo}{neo_logo.pdf}{.4}{-0.25em}{-5em} |
| 91 | + |
| 92 | +Neo is a package provides a common model for representing |
| 93 | +electrophysiology data in Python. It provides I/O for reading a wide |
| 94 | +range of neurophysiology file formats, including Spike2, |
| 95 | +NeuroExplorer, AlphaOmega, Axon, Blackrock, Plexon, Tdt, and for |
| 96 | +writing to a subset of these formats plus non-proprietary formats |
| 97 | +including HDF5. |
| 98 | + |
| 99 | +% The goal of Neo is to improve interoperability between Python tools for analyzing, visualizing |
| 100 | +% and generating electrophysiology data (such as OpenElectrophy, NeuroTools, G-node, |
| 101 | +% Helmholtz, PyNN) by providing a common, shared object model. In order to be as |
| 102 | +% lightweight a dependency as possible, Neo is deliberately limited to represention of data, |
| 103 | +% with no functions for data analysis or visualization. |
| 104 | + |
| 105 | +Neo implements a hierarchical data model well adapted to intracellular |
| 106 | +and extracellular electrophysiology and EEG data with support for |
| 107 | +multi-electrodes (for example tetrodes). Neo's data objects build on |
| 108 | +the \href{http://pypi.python.org/pypi/quantities}{quantities} package, |
| 109 | +which in turn builds on \href{http://www.numpy.org}{NumPy} by adding |
| 110 | +support for physical dimensions. Thus Neo objects behave just like |
| 111 | +normal NumPy arrays, but with additional metadata, checks for |
| 112 | +dimensional consistency and automatic unit conversion. |
| 113 | + |
| 114 | +A project with similar aims but for neuroimaging file formats is |
| 115 | +\href{http://www.nipy.org/nibabel}{NiBabel}. |
109 | 116 |
|
110 | 117 |
|
111 | 118 | %____________________OpenElectrophy______________________________________
|
112 | 119 |
|
113 |
| -\ndproject{OpenElectrophy}{http://packages.python.org/OpenElectrophy/}{OpenElectrophy_logo.png}{.2}{-0.25em}{0em} |
| 120 | +%\ndproject{OpenElectrophy}{http://packages.python.org/OpenElectrophy/}{OpenElectrophy_logo.png}{.4}{-0.25em}{-5em} |
| 121 | +\ndproject{OpenElectrophy}{http://packages.python.org/OpenElectrophy}{OpenElectrophy_icon.png}{.18}{-0.25em}{0em} |
114 | 122 |
|
115 |
| -OpenElectrophy is build on top of neo. |
| 123 | +OpenElectrophy is build on top of neo. It provides |
116 | 124 |
|
117 | 125 | \begin{itemize}[nolistsep,topsep=0em,leftmargin=1pc]
|
118 |
| -\item A GUI on top of neo. |
119 |
| -\item A collection of method for spike sorting and powerfull GUI. |
120 |
| -\item A wavelet method for analysing transient oscillations in LFP. |
121 |
| -\item A customisable database to organize datasets. |
| 126 | +\item Powerfull GUI |
| 127 | +\item Collection of methods for spike sorting |
| 128 | +\item Wavelet method for analysing transient oscillations in LFP |
| 129 | +\item Customisable database to organize datasets |
122 | 130 | \end{itemize}
|
123 | 131 |
|
124 | 132 | %___________________________________________________________________________
|
|
203 | 211 | formats and it is memory-efficient. Truely Open Source, BSD-licensed.
|
204 | 212 |
|
205 | 213 | \begin{itemize}[nolistsep,topsep=0em,leftmargin=1pc]
|
206 |
| -\item user-friendly and customisable, |
207 |
| -\item interactive command-line interface in Python, |
208 |
| -\item graphical-user interface and visualization widgets, |
209 |
| -\item automatic and manual clustering, |
210 |
| -\item support for multi-channel data, |
211 |
| -\item based on: NumPy, PyTables, matplotlib, scikit-learn |
| 214 | +\item User-friendly and customisable |
| 215 | +\item Interactive command-line interface in Python |
| 216 | +\item GUI and visualization widgets |
| 217 | +\item Automatic and manual clustering |
| 218 | +\item Support for multi-channel data |
| 219 | +\item Based on: NumPy, PyTables, matplotlib, scikit-learn |
212 | 220 | \end{itemize}
|
213 | 221 | %___________________________________________________________________________
|
214 | 222 |
|
|
0 commit comments