open-code-tracking

work related to start tracking open software code of VLIZ

https://github.com/vliz-be-opsci/open-code-tracking

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

work related to start tracking open software code of VLIZ

Basic Info
  • Host: GitHub
  • Owner: vliz-be-opsci
  • Language: Python
  • Default Branch: main
  • Size: 31.3 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 4
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Codemeta

README.md

Software_Templates

Draft code to generate codemeta.json files for specified github repository

Owner

  • Name: vliz-be-opsci
  • Login: vliz-be-opsci
  • Kind: organization

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "{id of the GitHub repo (can be DOI)}",
  "description": "{short description of the GitHub repository}",
  "name": "{name of the GitHub repository}",
  "codeRepository": "{url of the GitHub repository}",
  "issueTracker": "{url of issuetracker of the GitHub repository}",
  "license": "{license of the GitHub repository}",
  "version": "{version of the GitHub repository}",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "{name (e.g. R, python, ...}",
    "url": "{general info site of the programming language}"
  },
  "runtimePlatform": "{name of the runtimePlatform on which the code runs}",
  "provider": {
    "@id": "https://ror.org/{ROR-ID}",
    "@type": "Organization",
    "name": "{name}",
    "url": "{website of organization}"
  },
  "contributor": [
    {
      "@type": "Person",
      "givenName": "{first name}",
      "familyName": "{last name}",
      "email": "{(work) email}",
      "@id": "https://orcid.org/{OrcID}"
    }
  ],
  "copyrightHolder": [
    {
      "@type": "Person",
      "givenName": "{first name}",
      "familyName": "{last name}",
      "email": "{(work) email}",
      "@id": "https://orcid.org/{OrcID}"
    }
  ],
  "funder": [
    {
      "@type": "Organization",
      "@id": "https://ror.org/{ROR-ID}",
      "name": "{name}"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "{first name}",
      "familyName": "{last name}",
      "email": "{email}",
      "@id": "https://orcid.org/{OrcID}"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "{id}",
      "name": "{name}",
      "version": "{version}"
    }
  },
  "isPartOf": "{link of other things this repository is part of (e.g. GitHub repo, workflows, datasets, ...}",
  "keywords": [
    "{keyword}",
    "{keyword}",
    "..."
  ],
  "readme": "{link to the README file in the GitHub repository}"
}

GitHub Events

Total
  • Issues event: 1
Last Year
  • Issues event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 6
  • Total Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 6
  • Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Laurian Van Maldeghem l****m@v****e 6
Committer Domains (Top 20 + Academic)
vliz.be: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 4
  • Total pull requests: 0
  • Average time to close issues: 1 day
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • laurianvm (5)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels