doitools

A Go package for working with DOI

https://github.com/caltechlibrary/doitools

Science Score: 39.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
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

A Go package for working with DOI

Basic Info
  • Host: GitHub
  • Owner: caltechlibrary
  • License: other
  • Language: JavaScript
  • Default Branch: main
  • Size: 193 KB
Statistics
  • Stars: 1
  • Watchers: 6
  • Forks: 0
  • Open Issues: 0
  • Releases: 3
Created almost 8 years ago · Last pushed 11 months ago
Metadata Files
Readme License Codemeta

README.md

doitools

doitools is a Go package for working with DOI. E.g. It is used by other Caltech Library Go based projects.

go doi, err := doitools.NormalizeDOI("https://dx.doi.org/10.1021/acsami.7b15651") if err != nil { // handle error } // this should print out "10.1021/acsami.7b15651" fmt.Printf("DOI is %q", doi)

Owner

  • Name: Caltech Library
  • Login: caltechlibrary
  • Kind: organization
  • Email: helpdesk@library.caltech.edu
  • Location: Pasadena, CA 91125

We manage the physical and digital holdings of the California Institute of Technology, provide services and training, and develop open-source software.

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "description": "A Golang package and for working with DOI and is used by other Caltech Library packages.",
  "releaseNotes": "Updated Go version to 1.23",
  "name": "doitools",
  "codeRepository": "https://github.com/caltechlibrary/doitools",
  "issueTracker": "https://github.com/caltechlibrary/doitools/issues",
  "license": "https://caltechlibrary/doitools/blob/main/LICENSE",
  "dateCreated": "2018-07-13",
  "datePublished": "2025-01-10",
  "dateModified": "2025-01-10",
  "version": "0.0.3",
  "author": [
    {
      "@type": "Person",
      "givenName": "Robert",
      "familyName": "Doiel",
      "affiliation": {
        "@type": "Organization",
        "name": "Caltech Library"
      },
      "email": "rsdoiel@caltech.edu",
      "@id": "https://orcid.org/0000-0003-0900-6903"
    }
  ],
  "developmentStatus": "active",
  "downloadUrl": "https://github.com/caltechlibrary/doitools/releases",
  "keywords": [
    "DOI",
    "metadata"
  ],
  "maintainer": {
    "@type": "Person",
    "givenName": "Robert",
    "familyName": "Doiel",
    "affiliation": {
      "@type": "Organization",
      "name": "Caltech Library"
    },
    "email": "rsdoiel@caltech.edu",
    "@id": "https://orcid.org/0000-0003-0900-6903"
  },
  "programmingLanguage": [
    "Go >= 1.23"
  ]
}

GitHub Events

Total
  • Release event: 1
  • Push event: 4
  • Create event: 2
Last Year
  • Release event: 1
  • Push event: 4
  • Create event: 2

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 11
  • Total dependent repositories: 4
  • Total versions: 3
proxy.golang.org: github.com/caltechlibrary/doitools
  • Versions: 3
  • Dependent Packages: 11
  • Dependent Repositories: 4
Rankings
Dependent packages count: 1.8%
Dependent repos count: 2.5%
Average: 10.5%
Forks count: 18.7%
Stargazers count: 19.1%
Last synced: 10 months ago

Dependencies

go.mod go