Skip to content

Commit

Permalink
Merge pull request #318 from elichad/fix-madmp-link
Browse files Browse the repository at this point in the history
Fix incorrectly formatted links in use cases; fix color contrast for inline code
  • Loading branch information
stain authored Jun 21, 2024
2 parents 2d2c0a6 + b7281ca commit 9e54f20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/_sass/_bootstrap_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $white: #fff;
$primary: #39989F;
$blue: #0c5fdc;
$blue-x: #c2e5e6ff;
$red: #d63936;
$red: #d13431;
$light: #f5f5f5;
$dark: #175a5f;

Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/use_cases/COMPSs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

COMP Superscalar ([COMPSs](https://compss.bsc.es/)) 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.

Expand All @@ -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/). Both workflow provenance metadata and its publication in WorkflowHub enable the reproducibility of the workflows.

![COMPSs with RO-Crate](../../assets/img/COMPSs-screenshot.png)
![COMPSs with RO-Crate](assets/img/COMPSs-screenshot.png)

## Examples of COMPSs RO-Crates

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/use_cases/madmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://doi.org/10.4126/frl01-006423291> 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 <https://doi.org/10.4126/frl01-006423291> for details.

0 comments on commit 9e54f20

Please sign in to comment.