Skip to content

Publication and Reproducibility

Tailwind CSS chat bubble component

How do we reference the exact protocol version used in a paper?

When submitting a manuscript, freeze the repository state:

Terminal window
git tag -a paper_2026_submission -m "Protocols used in manuscript"

This marks a permanent reference point.

Why This Matters

Tagging enables:

  • Exact reconstruction of methods
  • Transparent reviewer responses
  • Long-term reproducibility
  • Clear linkage between data and protocol version

By managing SOPs in a Git repository, you transform:

Static documents into Versioned scientific knowledge infrastructure.

This is not just about Git.

It is about making laboratory knowledge structured, traceable, and reproducible.