Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrectly formatted links in use cases; fix color contrast for inline code #318

Merged
merged 5 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/)
stain marked this conversation as resolved.
Show resolved Hide resolved

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/).

![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.