Getting started with GLC metadata
Make light-exposure and optical-radiation datasets easier to understand, validate, and reuse.
The Global Light Commons (GLC) standard provides a shared structure for describing studies,
participants, devices, datasheets, and measurement files for light-exposure and optical-radiation research. This builder guides you through creating
a complete metadata package that can accompany your dataset.
Note: Files you select while building the metadata package stay on your computer. They are processed locally in your browser and are not uploaded, transmitted, or stored by this site.
Draft metadata are autosaved only in this browser on this device; selected measurement-file contents are not stored.
Generated files and package structure
The builder generates the package descriptor, resource
metadata, versioned schemas, and a short README. Add the
referenced data files at the paths declared in
data/datasets.json before validation.
glc-metadata-package/
├── datapackage.json
├── README.txt
├── schemas/
│ └── 3.0.2/
│ ├── glc-dp-profile.json
│ └── … resource schemas
└── data/
├── study.json
├── participants.csv
├── participant_characteristics.csv (when provided)
├── devices.json
├── device_datasheet.json
├── datasets.json
└── datasets/
└── your-measurement-files.csv (add after export)