https://github.com/bids-standard/bids-schema

Prospective repository to contain (including historical) versions of BIDS schema

https://github.com/bids-standard/bids-schema

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.4%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Prospective repository to contain (including historical) versions of BIDS schema

Basic Info
  • Host: GitHub
  • Owner: bids-standard
  • License: cc-by-4.0
  • Language: Shell
  • Default Branch: main
  • Homepage:
  • Size: 1.06 MB
Statistics
  • Stars: 4
  • Watchers: 9
  • Forks: 5
  • Open Issues: 2
  • Releases: 0
Created about 6 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

bids-schema

Prospective repository of BIDS schema versions (including historical versions), as would be required by validators supporting multiple versions.

At the moment this is just a pilot resource, as schema syntax and validator capabilities are rapidly evolving. Eventually, this repository should become the authoritative BIDS schema resource, including all released versions. It could be used as a git submodule in the repositories of tools which need to use it, incorporated into their tree (fully or partially) via the git subtree mechanism, or distributed separately by package managers.

  • The live BIDS schema, as used for all development work, will continue to reside within the bids-specification repository in order to streamline the addition and testing of changes.

  • On a regular basis (via cron or push notifications from the bids-specification master branch) this repository should use e.g. git subtree to extract the current schema version and add it to its index.

  • Proposed layout (implemented now, but without any copy/release yet):

    • LICENSE
    • README.md
    • versions/
    • x.y.z/ - subdirectories matching schema versions in the BIDS specification
    • latest/ - a copy (symlinks aren't supported on some operating systems) of the most recent release
    • master/ - the state of schema in the BIDS specification master branch repository
    • tools/

HOWTOs

git subtree

See http://github.com/dandi/dandi-core and its README.md for an example of similar (not yet fully automated) subtree use.

References

Owner

  • Name: Brain Imaging Data Structure
  • Login: bids-standard
  • Kind: organization

GitHub Events

Total
  • Issues event: 4
  • Issue comment event: 5
  • Push event: 17
  • Fork event: 2
Last Year
  • Issues event: 4
  • Issue comment event: 5
  • Push event: 17
  • Fork event: 2

Dependencies

requirements.txt pypi
  • bidsschematools *
.github/workflows/inject.yml actions
  • actions/checkout v4 composite
.github/workflows/shellcheck.yml actions
  • actions/checkout v4 composite