sandbox

Sandbox area for testing all github features, etc.

https://github.com/gothub/sandbox

Science Score: 36.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
    1 of 1 committers (100.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Sandbox area for testing all github features, etc.

Basic Info
  • Host: GitHub
  • Owner: gothub
  • Language: Ruby
  • Default Branch: main
  • Size: 34.1 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 1
  • Releases: 1
Created about 10 years ago · Last pushed about 4 years ago
Metadata Files
Readme Codemeta

README.md

  • DataONE DataONE Metadata Quality
  • KNB DataONE Metadata Quality *UserGroup DataONE Metadata Quality

Owner

  • Name: Peter Slaughter
  • Login: gothub
  • Kind: user
  • Location: 735 State Street, Suite 300, Santa Barbara, CA
  • Company: National Center for Ecological Analysis and Synthesis

Hi! I'm a software developer at the National Center for Ecological Analysis and Synthesis

CodeMeta (codemeta.jsonld)

{
  "@context": {
    "schema": "http://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "codemeta": "https://codemeta.github.io/terms/",
    "Code": "schema:SoftwareSourceCode",
    "agents": {
      "@id": "schema:agent"
    },
    "controlledTerms": {
      "@id": "codemeta:controlledTerms",
      "@type": "xsd:string"
    },
    "person": {
      "@id": "schema:Person"
    },
    "organization": {
      "@id": "schema:Organization"
    },
    "email": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "affiliation": {
      "@id": "schema:affiliation",
      "@type": "xsd:string"
    },
    "mustBeCited": {
      "@id": "codemeta:mustBeCited",
      "@type": "xsd:boolean"
    },
    "isMaintainer": {
      "@id": "codemeta:isMaintainer",
      "@type": "xsd:boolean"
    },
    "isRightsHolder": {
      "@id": "codemeta:isRightsHolder",
      "@type": "xsd:boolean"
    },
    "namespace": {
      "@id": "codemeta:namespace",
      "@type": "xsd:string"
    },
    "role": {
      "@id": "codemeta:Role",
      "@type": "@id"
    },
    "roleCode": {
      "@id": "codemeta:roleCode",
      "@type": "xsd:string"
    },
    "buildInstructions": {
      "@id": "codemeta:buildInstructions",
      "@type": "xsd:anyURI"
    },
    "downloadLink": {
      "@id": "schema:downloadUrl",
      "@type": "xsd:anyURI"
    },
    "contIntegration": {
      "@id": "codemeta:contIntegration",
      "@type": "xsd:anyURI"
    },
    "identifier": {
      "@id": "dcterms:identifier",
      "@type": "xsd:string"
    },
    "codeRepository": {
      "@id": "schema:codeRepository",
      "@type": "schema:URL"
    },
    "dateCreated": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "dateModified": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "datePublished": {
      "@id": "schema:datePublished",
      "@type": "xsd:dateTime"
    },
    "dependencies": {
      "@id": "codemeta:requirements"
    },
    "developmentStatus": {
      "@id": "codemeta:developmentStatus",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "embargoDate": {
      "@id": "codemeta:embargoDate",
      "@type": "xsd:dataTime"
    },
    "isAutomatedBuild": {
      "@id": "codemeta:isAutomatedBuild",
      "@type": "xsd:boolean"
    },
    "tags": {
      "@id": "schema:keywords",
      "@type": "xsd:string"
    },
    "publisher": {
      "@id": "schema:publisher",
      "@type": "xsd:string"
    },
    "licenseId": {
      "@id": "schema:license",
      "@type": "xsd:string"
    },
    "funding": {
      "@id": "codemeta:funding",
      "@type": "xsd:string"
    },
    "operatingSystems": {
      "@id": "schema:operatingSystem",
      "@type": "xsd:string"
    },
    "packageSystem": {
      "@id": "codemeta:packageSystem",
      "@type": "xsd:string"
    },
    "programmingLanguage": {
      "@id": "schema:programmingLanguage"
    },
    "readme": {
      "@id": "codemeta:readme",
      "@type": "xsd:anyURI"
    },
    "issueTracker": {
      "@id": "codemeta:issueTracker",
      "@type": "xsd:anyURI"
    },
    "relatedIdentifier": {
      "@id": "codemeta:relatedIdentifier",
      "@type": "xsd:string"
    },
    "relatedIdentifierType": {
      "@id": "codemeta:relatedIdentifierType",
      "@type": "xsd:string"
    },
    "relatedLink": {
      "@id": "codemeta:relatedLink",
      "@type": "xsd:anyURI"
    },
    "relatedPublications": {
      "@id": "codemeta:relatedPublications"
    },
    "relationships": {
      "@id": "codemeta:relationships"
    },
    "relationshipType": {
      "@id": "codemeta:relationshipType",
      "@type": "xsd:string"
    },
    "softwareCitation": {
      "@id": "codemeta:softwareCitation",
      "@type": "xsd:string"
    },
    "suggests": {
      "@id": "schema:suggests",
      "@type": "xsd:string"
    },
    "softwarePaperCitationIdentifiers": {
      "@id": "codemeta:softwarePaperCitationIdentifiers",
      "@type": "xsd:string"
    },
    "title": {
      "@id": "dcterms:title",
      "@type": "xsd:string"
    },
    "version": {
      "@id": "schema:version",
      "@type": "xsd:string"
    },
    "uploadedBy": {
      "@id": "codemeta:uploadedBy"
    },
    "zippedCode": {
      "@id": "codemeta:zippedCode",
      "@type": "xsd:anyURI"
    },
    "URL": "schema:URL",
    "Text": "schema:Text"
  }
}

GitHub Events

Total
Last Year

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 84
  • Total Committers: 1
  • Avg Commits per committer: 84.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
gothub s****r@n****u 84
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

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