This is a schema for the ConfIDent project that describes the necessary metadata requirements of academic events and event series.
- examples/ - example data
- project/ - project files (do not edit these)
- src/ - source files (edit these)
- confident_schema
- schema -- LinkML schema (edit this)
- confident_schema
- datamodel -- Generated python datamodel
- tests - python tests
Use the `make` command to generate project artefacts:
make all
: make everythingmake deploy
: deploys site
this project was made with linkml-project-cookiecutter