@@ -19,19 +19,22 @@ <h3 class="font-weight-light text-center">
19
19
{{< blocks /section color="dark" > }}
20
20
< div class ="col-12 text-center mb-5 "> < h2 > < b > Standards</ b > </ h2 > </ div >
21
21
{{% blocks/standard icon="fas fa-search" title="Accessibility" url="/standards/accessibility" %}}
22
- Enabling discovery and access for model code, documentation, and metadata.
22
+ Support best practices for discovery and access to model code, documentation, and metadata.
23
23
{{% /blocks/standard %}}
24
24
25
25
{{% blocks/standard icon="fas fa-book" title="Documentation" url="/standards/documentation" %}}
26
- Promoting documentation needed for others to understand a model and reproduce its results.
26
+ Help others understand a model, replicate its results, reuse or extend it with a combination of narrative
27
+ documentation protocols and visual diagrams that clearly and comprehensively describe the model, how it works, its
28
+ assumptions and limitations, etc.
27
29
{{% /blocks/standard %}}
28
30
29
31
{{% blocks/standard icon="fas fa-circle-nodes" title="Interoperability" url="/standards/interoperability" %}}
30
- Allowing models to be integrated into multi-component modeling environments .
32
+ Enable models to be composed or integrated into larger scale models while maintaining scientific rigor .
31
33
{{% /blocks/standard %}}
32
34
33
35
{{% blocks/standard icon="fas fa-recycle" title="Reusability" url="/standards/reusability" %}}
34
- Facilitate reuse of model code for verification and reproducability by future researchers.
36
+ Facilitate reuse of high quality model code for reproducibility, replication, extension, and integration into larger
37
+ scale models.
35
38
{{% /blocks/standard %}}
36
39
{{< /blocks/section > }}
37
40
0 commit comments