From 59b424f18162c4760502d21d3b98c97ace2bc775 Mon Sep 17 00:00:00 2001 From: rsirvent Date: Fri, 7 Jun 2024 16:36:49 +0200 Subject: [PATCH] Fixes suggested by Eli --- docs/pages/use_cases/COMPSs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/use_cases/COMPSs.md b/docs/pages/use_cases/COMPSs.md index 6402fc91..a3775ac7 100644 --- a/docs/pages/use_cases/COMPSs.md +++ b/docs/pages/use_cases/COMPSs.md @@ -1,6 +1,6 @@ --- page_id: COMPSs -title: COMPSs Workflow Provenance +title: COMPSs description: COMPSs recording of Workflow Provenance for governance and reproducibility of computational experiments url: https://compss.bsc.es/ image: COMPSs.png @@ -33,7 +33,7 @@ roles: [information_architect, researcher, software_developer] # should match it COMPSs provides a programming interface for the development of the applications in Python/Java/C/C++, a runtime system that exploits the inherent parallelism of applications at execution time, and a rich ecosystem for the operation monitoring, performance evaluation and integration with Jupyter/Jupyterlab. -The COMPSs runtime includes the capacity of automatically recording details of the application’s execution as metadata, also known as [Workflow Provenance](https://compss-doc.readthedocs.io/en/stable/Sections/05_Tools/04_Workflow_Provenance.html). The metadata is recorded in RO-Crate format, following [Workflow](https://w3id.org/workflowhub/workflow-ro-crate/1.0) and [Workflow Run Crate](https://w3id.org/ro/wfrun/workflow/0.4) profiles. With workflow provenance, you are able to share not only your workflow application (i.e. the source code) but also your workflow run (i.e. the datasets used as inputs, and the outputs generated as results). +The COMPSs runtime includes the capacity of automatically recording details of the application’s execution as metadata, also known as [Workflow Provenance](https://compss-doc.readthedocs.io/en/stable/Sections/05_Tools/04_Workflow_Provenance.html). The metadata is recorded in RO-Crate format, following [Workflow RO-Crate](https://w3id.org/workflowhub/workflow-ro-crate/1.0) and [Workflow Run Crate](https://w3id.org/ro/wfrun/workflow/0.4) profiles. With workflow provenance, you are able to share not only your workflow application (i.e. the source code) but also your workflow run (i.e. the datasets used as inputs, and the outputs generated as results). Provenance information can be useful for a number of things, including Governance, Reproducibility, Replicability, Traceability, or Knowledge Extraction, among others. In our case, we have initially targeted workflow provenance recording to enable users to publish research results obtained with COMPSs as artifacts that can be cited in scientific publications with their corresponding DOI, by using [WorkflowHub](https://workflowhub.eu/).