From 91a9812b15c31b4af856dc820a20abc5f7011807 Mon Sep 17 00:00:00 2001 From: Eli Chadwick Date: Fri, 7 Jun 2024 09:33:49 +0100 Subject: [PATCH 1/3] avoid accidental italicisation --- docs/pages/use_cases/madmp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/use_cases/madmp.md b/docs/pages/use_cases/madmp.md index 33ae1431..ece20b53 100644 --- a/docs/pages/use_cases/madmp.md +++ b/docs/pages/use_cases/madmp.md @@ -13,4 +13,4 @@ roles: [data_steward] # Machine-actionable data management plans -[RDA maDMP Mapper](https://github.com/GhaithArf/ro-crate-rda-madmp-mapper) and [Ro-Crate_2_ma-DMP](https://github.com/BrennerG/Ro-Crate_2_ma-DMP/tree/r2d_) can convert between machine-actionable data management plans (maDMP) and RO-Crate. See for details. +[RDA maDMP Mapper](https://github.com/GhaithArf/ro-crate-rda-madmp-mapper) and [Ro-Crate\_2\_ma-DMP](https://github.com/BrennerG/Ro-Crate_2_ma-DMP/tree/r2d_) can convert between machine-actionable data management plans (maDMP) and RO-Crate. See for details. From 0c99d5c07e8711fbd56e9ae10165aa064e832089 Mon Sep 17 00:00:00 2001 From: Eli Chadwick Date: Fri, 7 Jun 2024 15:14:08 +0100 Subject: [PATCH 2/3] fix code color contrast --- docs/_sass/_bootstrap_variables.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/_sass/_bootstrap_variables.scss b/docs/_sass/_bootstrap_variables.scss index 09119c58..be65e3fc 100644 --- a/docs/_sass/_bootstrap_variables.scss +++ b/docs/_sass/_bootstrap_variables.scss @@ -5,7 +5,7 @@ $white: #fff; $primary: #39989F; $blue: #0c5fdc; $blue-x: #c2e5e6ff; -$red: #d63936; +$red: #d13431; $light: #f5f5f5; $dark: #175a5f; @@ -40,6 +40,9 @@ $btn-border-radius-sm: $border-radius; $link-color: $blue; $link-decoration: underline; +// Code +$code-color: $red; + // Font changes $body-color: $dark; $font-size-base: 1.05rem; From e118e02221e89d1e1014581720431157e6c71abc Mon Sep 17 00:00:00 2001 From: Eli Chadwick Date: Mon, 10 Jun 2024 12:14:13 +0100 Subject: [PATCH 3/3] remove leading slash in COMPSs images --- docs/pages/use_cases/COMPSs.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/pages/use_cases/COMPSs.md b/docs/pages/use_cases/COMPSs.md index a3775ac7..e6644894 100644 --- a/docs/pages/use_cases/COMPSs.md +++ b/docs/pages/use_cases/COMPSs.md @@ -27,7 +27,7 @@ roles: [information_architect, researcher, software_developer] # should match it # COMPSs -[![COMPSs logo](/assets/img/COMPSs.png)](https://compss.bsc.es/) +[![COMPSs logo](assets/img/COMPSs.png)](https://compss.bsc.es/) [COMPSs](https://compss.bsc.es/) COMP Superscalar (COMPSs) is a task-based programming model which aims to ease the development of applications for distributed infrastructures, such as large High-Performance Clusters (HPC), Clouds and Container managed clusters. PyCOMPSs is the Python binding of COMPSs. @@ -37,7 +37,7 @@ The COMPSs runtime includes the capacity of automatically recording details of t 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/). -![COMPSs with RO-Crate](/assets/img/COMPSs-screenshot.png) +![COMPSs with RO-Crate](assets/img/COMPSs-screenshot.png) ## Examples of COMPSs RO-Crates @@ -59,4 +59,3 @@ Raül Sirvent, Javier Conejero, Francesc Lordan, Jorge Ejarque, Laura Rodríguez _IEEE/ACM Workshop on Workflows in Support of Large-Scale Science (WORKS)_ (1-9) [[preprint](https://upcommons.upc.edu/handle/2117/384589)] -