Giter Club home page Giter Club logo

ndx-template's Introduction

About

Build Status

This repo provides a template for creating Neurodata Extensions (NDX) for the Neurodata Without Borders: Neurophysiology data standard.

We currently support creating Neurodata Extensions only using Python. MATLAB support is in development.

Getting started

  1. Install cookiecutter and nwb-docutils. cookiecutter is a Python-based command-line utility that creates projects from templates.
python -m pip install cookiecutter "nwb-docutils>=0.3.1"
  1. Run cookiecutter on your local working directory:
cookiecutter gh:nwb-extensions/ndx-template
  1. Answer the prompts, which will be used to fill in the blanks throughout the template automatically. You will be prompted for:
    • namespace - The name of the namespace for your NDX. This could be a description of the extension (e.g. "ndx-cortical-surface") or the name of your lab or group (e.g. "ndx-allen-institute")
      • Namespaces should generally follow the following naming conventions:
        • Use only lower-case ASCII letters (no special characters)
        • Use "-" to separate different parts of the name (no spaces allowed)
        • Use the naming schema "ndx-myname", e.g., "ndx-cortical-surface"
        • Use short and descriptive names
    • description - A description of your extension in simple terms
    • dev_language - Language for developing your extension (Python, MATLAB, Neither)
      • If you want to include custom classes and functionality with your extension, please select the language in whcich those classes are written.
      • If you intend your extension to be loaded without custom classes, select Neither.
    • author - Your name
    • email - Your email address
    • github_name - Your username on GitHub
    • copyright - Copyright statement, if desired
    • version - Version of your extension. Versioning should start at 0.1.0.
    • release - Release category, e.g. alpha, beta, official
  2. A new directory with the same name as your entered namespace will be created. See NEXTSTEPS.md in that directory for the next steps in creating your awesome new Neurodata Extension.

When you are done creating your extension, we encourage you to follow the steps to publish your Neurodata Extension for the benefit of the greater neuroscience community! :)

Maintainers

ndx-template's People

Contributors

bendichter avatar jcfr avatar rly avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.