mirror of
https://github.com/the-jordan-lab/docs.git
synced 2025-05-09 21:32:38 +00:00
14 lines
306 B
YAML
14 lines
306 B
YAML
name: Sample Protocol
|
|
id: PROT-1234
|
|
version: '1.0'
|
|
description: A sample protocol for demonstration.
|
|
author: Demo User
|
|
created: '2025-05-05'
|
|
materials:
|
|
- Material: Buffer A (10 mL)
|
|
- Material: Reagent X (5 mg)
|
|
steps:
|
|
- Mix Buffer A and Reagent X.
|
|
- Incubate for 10 minutes.
|
|
notes: This is a demo protocol.
|