Skip to contentSkip to Content
ConventionsMetadata

Metadata

Stable

Standard block

Every entity record carries this metadata. On this site the display fields live in page front matter and the relationship fields live in the registry, so that relationships can be checked mechanically without parsing every page.

id: PRJ-001 type: project title: Project Title status: active created: 2026-08-31 updated: 2026-08-31 research_questions: - RQ-001 hypotheses: - HYP-001 thesis_chapters: - CH05 publications: - PUB-001 experiments: - EXP-001 - EXP-002 datasets: - DATA-001 artifacts: - FIG-001 - TABLE-001 - CODE-001 tags: - topic-1 - topic-2 visibility: confidential

Fields

FieldRequiredMeaning
idYesPermanent identifier. Never changes.
typeYesEntity kind, matching the identifier prefix.
titleYesHuman-readable name. May change freely.
statusYesFrom the vocabulary for this type.
createdYesISO date. Never changes.
updatedYesISO date of the last substantive change.
research_questionsNoQuestions this entity serves.
hypothesesNoHypotheses this entity tests or supports.
thesis_chaptersNoChapters that report this entity.
publicationsNoPublications that use it.
experimentsNoExperiments belonging to or using it.
datasetsNoDatasets it consumes or produces.
artifactsNoRegistered artifacts it produces or uses.
tagsNoFree-form topic tags. Not a substitute for links.
visibilityYesOne of the visibility levels.

Dates

ISO 8601, YYYY-MM-DD, always. Not locale-formatted, not relative. “Last Tuesday” is unresolvable a year later, and a date written 03/04/2027 is ambiguous to half the world.

created is the date the entity was first recorded and never changes. updated changes only for substantive edits; fixing a typo is not a substantive edit.

Where it is validated

schemas/*.schema.json defines the shape for each entity type, and pnpm validate checks every registry file against the matching schema. A registry entry that does not validate fails the check, which is the point: a metadata convention that is not mechanically enforced is a metadata suggestion.

Last updated on