Skip to content

tscnlab/civibe_metadata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Metadata Starter Kit

This repository contains a lightweight template for project metadata. It includes:

  • reusable YAML templates
  • matching human-readable descriptors
  • inline coding schemes (e.g., for sex, handedness, flags)

The goal: make metadata easy, consistent, and reusable across lab projects.


Repository structure

metadata-starter-kit/
├── templates/
│   ├── project.yaml
│   ├── study.yaml
│   ├── device.yaml
│   ├── participant.yaml
│   └── dataset.yaml
└── descriptors/
    ├── project.md
    ├── study.md
    ├── device.md
    ├── participant.md
    └── dataset.md

How to use this kit

  1. Copy templates into your project

  2. Place them in a folder such as:

my-project/
└── metadata/
    ├── project.yaml
    ├── study.yaml
    ├── device.yaml
    ├── participant.yaml
    └── dataset.yaml
  1. Fill in fields in plain language

  2. Refer to the descriptor files for help

    • Every template includes a link at the top to its descriptor.
  3. Adapt templates freely

    • Add/remove fields as needed.
  4. Where should descriptors live?

    • If your metadata file is project-specific, keep its descriptor inside your project.
    • If it’s reusable, put the descriptor in a template repository like this one.

Contributing

Suggestions, improvements and extensions to templates are welcome.

License

This Metadata Starter Kit is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).

About

Using tscn unit template for civibe metadata

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published