/acr-vault/03-experiments/templates/readme
README
Experiment Templates
Section titled “Experiment Templates”Purpose: Standardized templates for creating new experiments
Available Templates
Section titled “Available Templates”| Template | Purpose |
|---|---|
Experiment-Template.md | Standard experiment documentation template |
- Copy
Experiment-Template.mdto your new experiment directory - Fill in all sections with your experiment details
- Update the frontmatter with experiment-specific tags
Structure
Section titled “Structure”[Experiment-Name]/├── README.md # This file├── Experiment-Template.md # Template to copy└── [experiment files] # Your scripts, data, results- Parent: 03-EXPERIMENTS/
- Research: 01-FOUNDATIONS/
- Methodology: 02-METHODOLOGY/