flowchart BT A["**Repeatability**<br/>Same researcher; <br/>same code/data"] --> B["**Reproducibility**<br/>Different researcher; <br/> same code/data"] B --> C["**Replicability**<br/>Different researcher; <br/> new code/data"] classDef r fill:#e3f2fd,stroke:#1e88e5,stroke-width:2px,color:#0d47a1, padding:50px, font-size:16px classDef p fill:#e8f5e9,stroke:#2e7d32,stroke-width:2px,color:#1b5e20, padding:50px, font-size:16px classDef l fill:#fff8e1,stroke:#ef6c00,stroke-width:2px,color:#e65100, padding:50px, font-size:16px class A r class B p class C l