diff --git a/docs/commons/fair/tutorials/define-benchmark-associated-metrics.rst b/docs/commons/fair/tutorials/define-benchmark-associated-metrics.rst index bfe585a..3fe576b 100644 --- a/docs/commons/fair/tutorials/define-benchmark-associated-metrics.rst +++ b/docs/commons/fair/tutorials/define-benchmark-associated-metrics.rst @@ -1,4 +1,4 @@ -.. _tutorial_create_fair_benchmark: +registering.. _tutorial_create_fair_benchmark: Defining a FAIR Benchmark with its Associated Metrics ===================================================== @@ -214,21 +214,23 @@ Step 6 – Register the Benchmark and Metrics ------------------------------------------- To enable reuse and interoperability, the Benchmark and its Metrics -should be registered in community registries such as +should be converted from a narrative document into both FTR specification documents and registered in community registries such as `FAIRsharing `_. -Registration should include: +Conversion to FTR and registration with FAIRsharing should include: * the **Benchmark description** * each **specialised Metric** * references to any **standards, databases, or vocabularies** -Registering these components allows: +Registering in FAIRsharing these components allows: * FAIR assessment tools to discover and implement the Metrics * other communities to reuse or adapt the Benchmark * FAIR assessment results to be compared across tools +More information on how to create formal FTR specification documents and registering them with FAIRsharing is available in our tutorials on specifying and registering `benchmarks `_ and `metrics `_. + Next steps ----------