Projects
ActiveA project is a unit of work large enough to produce a chapter or a paper and small enough to finish. It owns a question, a method, an architecture and a set of experiments. It does not own datasets or artifacts, which are registered centrally and referenced.
| ID | Project | Question | Chapter | Experiments | Status |
|---|---|---|---|---|---|
| PRJ-001 | Placeholder | RQ-001 | CH05 | EXP-001 | planned |
| PRJ-002 | Placeholder | RQ-002 | CH06 | EXP-002 | idea |
Anatomy of a project
The question this project alone is responsible for.
HypothesesThe predictions it tests.
MethodologyHow it tests them.
ArchitectureWhat was built, and why it is built that way.
ExperimentsThe runs, and what each was for.
ResultsWhat was observed, separately from what it means.
LimitationsWhat the project cannot support, stated by the author first.
Future workWhat the next person should do, including what did not work.
Adding a project
Copy templates/project-template.md, take the next number from
registry/projects.yaml, and register it in the same commit. The directory
name is PRJ-NNN-short-slug; the number is permanent and the slug can change.
Status vocabulary
idea, planned, active, paused, complete, archived. A project that
has not been touched in three months and is not marked paused is a bookkeeping
error. See status values.