Skip to content

Latest commit

 

History

History
132 lines (107 loc) · 4.8 KB

index.rst

File metadata and controls

132 lines (107 loc) · 4.8 KB

NIXIO Python library documentation

Build github Build appveyor Coverage coveralls Coverage codecov LGTM Documentation Status

The NIXIO module is the native python re-implementation of the NIX C++ library for the NIX data model.

The NIX data model allows to store fully annotated scientific datasets, i.e. the data together with its metadata within the same container. Our aim is to achieve standardization by providing a common/generic data structure for a multitude of data types. See the wiki or the introduction for more information.

The current implementations store the actual data using the HDF5 file format as a storage backend.

NIX emerged from the activities of the Electrophysiology Task Force of the INCF Datasharing Program (2010-2015). It is a registered research resource with the RRID:SCR_016196.

Introduction

We have assembled introductory material that illustrates using nix. The tutorials contain several code examples. The use_cases explain in more detail how nix is used in real world situations.

Support

If you need help, want to get in touch, or have any other request these are your options.

Citing

If you use NIX, it would be much appreciated if you would cite it in publications with its identifier RRID:SCR_016196 and/or the reference:

Stoewer A, Kellner CJ, Benda J, Wachtler T and Grewe J (2014). File format and library for neuroscience data and metadata. Front. Neuroinform. Conference Abstract: Neuroinformatics 2014. doi: 10.3389/conf.fninf.2014.18.00027

Referenced by

.. toctree::
   :caption: Introduction
   :maxdepth: 1

   basic_idea
   install
   standardization
   Use-cases <https://nixio.readthedocs.io/en/master/use_cases.html>

.. toctree::
   :maxdepth: 1
   :caption: News
   :hidden:

   news

.. toctree::
   :maxdepth: 1
   :caption: Tutorials

   getting_started

.. toctree::
   :caption: Troubleshooting:
   :maxdepth: 1
   :hidden:

   contact
   faq

.. toctree::
   :maxdepth: 1
   :caption: API Reference
   :hidden:

   user_api
   api/nixio

.. toctree::
   :caption: Appendix
   :maxdepth: 1
   :hidden:

   genindex
   py-modindex
   Sources on GitHub <https://github.com/g-node/nixpy>
   License <https://github.com/G-Node/nixpy/blob/master/LICENSE>
   Contributing guide <https://github.com/G-Node/nix/blob/master/CONTRIBUTING.md>