Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: LEEF-UZH
  • License: mit
  • Language: HTML
  • Default Branch: master
  • Size: 79 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 6 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Codemeta

README.Rmd

---
title: "README"
output: github_document
---

## Extraction and preparation of toc data

Owner

  • Name: LEEF-UZH
  • Login: LEEF-UZH
  • Kind: organization

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "LEEF.measurement.toc",
  "description": "More about what it does (maybe more than one line) Use four spaces when indenting paragraphs within the Description.",
  "name": "LEEF.measurement.toc: Pre-Process and Extract Toc (Total Oxygen Concentration)",
  "codeRepository": "https://github.com/LEEF-UZH/LEEF.measurement.toc",
  "issueTracker": "https://github.com/LEEF-UZH/LEEF.measurement.toc/issues",
  "license": "https://spdx.org/licenses/MIT",
  "version": "1.0.0",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.3.2 (2023-10-31)",
  "author": [
    {
      "@type": "Person",
      "givenName": "Rainer M.",
      "familyName": "Krug",
      "email": "Rainer.Krug@uzh.ch"
    }
  ],
  "funder": [
    {
      "@type": "Organization",
      "name": "SNF Project 310030_188431"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Rainer M.",
      "familyName": "Krug",
      "email": "Rainer.Krug@uzh.ch"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "testthat",
      "name": "testthat",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=testthat"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "openssl",
      "name": "openssl",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=openssl"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": ">= 3.5.0"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "loggit",
      "name": "loggit",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=loggit"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "utils",
      "name": "utils"
    },
    "4": {
      "@type": "SoftwareApplication",
      "identifier": "tools",
      "name": "tools"
    },
    "5": {
      "@type": "SoftwareApplication",
      "identifier": "DBI",
      "name": "DBI",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=DBI"
    },
    "6": {
      "@type": "SoftwareApplication",
      "identifier": "RSQLite",
      "name": "RSQLite",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=RSQLite"
    },
    "SystemRequirements": null
  },
  "fileSize": "16805.689KB",
  "readme": "https://github.com/LEEF-UZH/LEEF.measurement.toc/blob/master/Readme.md"
}

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • DBI * imports
  • RSQLite * imports
  • loggit * imports
  • tools * imports
  • utils * imports
  • openssl * suggests
  • testthat * suggests