https://gitlab.com/migvasc/lowcarboncloud/
Revision 44d2de89057ff6df4657769e0b14ac2bade57830 authored by migvasc on 10 March 2023, 13:36:34 UTC, committed by migvasc on 10 March 2023, 13:36:34 UTC
Updating figures numbers and adding codemeta.json

See merge request migvasc/lowcarboncloud!14
2 parent s a824c41 + df37370
Raw File
Tip revision: 44d2de89057ff6df4657769e0b14ac2bade57830 authored by migvasc on 10 March 2023, 13:36:34 UTC
Merge branch 'master' into 'main'
Tip revision: 44d2de8
codemeta.json
{
    "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
    "@type": "SoftwareSourceCode",
    "license": "https://spdx.org/licenses/CC-BY-NC-SA-3.0",
    "codeRepository": "https://gitlab.com/migvasc/lowcarboncloud",
    "dateCreated": "2023-03-10",
    "datePublished": "2023-02-11",
    "dateModified": "2023-03-10",
    "name": "Artifact for the paper: Optimal sizing of a globally distributed low carbon cloud federation",
    "version": "1.0",
    "identifier": "https://doi.org/10.25666/dataubfc-2023-02-03 ",
    "description": "This document details the necessary steps and instructions for the reader to be able to: i) install the programs and all the necessary dependencies to run the Linear Program (LP) of the experiments; ii) extract all the data used for generating the figures and tables; iii) generate the figures and tables; iv) create custom scenarios for their custom experiments.",
    "applicationCategory": "Computer Science",
    "referencePublication": "https://doi.org/10.25666/dataubfc-2023-02-03 ",
    "programmingLanguage": [
        "Python 3",
        "R"
    ],
    "operatingSystem": [
        "Linux",
        "Windows",
        "Mac OS"
    ],
    "softwareRequirements": [
        "R (version 4.1.2): Used for generating the plots. Necessary packages:  tidyverse (1.3.1), gridExtra (2.3.0), patchwork (1.1.1), viridis (0.6.2), stringr (1.4.0), rjson (0.2.20) and rlist (0.4.6.2).",
        "Python 3 (version 3.10.8): Used for modeling and executing the LP, and extracting data. Necessary libraries: pulp (2.7.0),  argparse (1.1.0)."
    ]
}
back to top