manage_dois

Scripts for managing custom DOIs

https://github.com/caltechlibrary/manage_dois

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 (7.7%) to scientific vocabulary

Keywords

datacite doi
Last synced: 6 months ago · JSON representation

Repository

Scripts for managing custom DOIs

Basic Info
  • Host: GitHub
  • Owner: caltechlibrary
  • License: other
  • Language: Python
  • Default Branch: master
  • Size: 65.4 KB
Statistics
  • Stars: 1
  • Watchers: 6
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
datacite doi
Created almost 8 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Code of conduct Codemeta

README.md

manage_dois

Scripts to manage custom DOIs

Requires:

Python 3 (Recommended via Anaconda) with requests library and Dataset.

Set your DataCite password by making a file 'pw' under the directory 'data'

DOIs for Web Sites

  • web_doi.py - Search google sheet for archived web sites that need DOIs
  • static_content.py - Takes a CaltechDATA id and url for the web view of an interactive resource stored in CaltechDATA

TCCON New Site Release

  • Get a .xlsx metadata template (TCCONMetadataTemplate.xlsx) completed by the site PI. Type python tccon_doi.py template.xlsx to generate a .json metadata file. Transfer to TCCON server. Make sure the site has a web site (e.g. https://tccon-wiki.caltech.edu/Sites/Hefei) and add to createreadmecontentstccon-data. Type ./runnew_site hf

Local Cool DOI Creation

You need some ruby dependencies installed. On a mac type :

sudo gem install base32-url sudo gem install securerandom

Then you can generate the DOI suffix with:

./gen-cool-doi

or in python

suffix = subprocess.check_output(['./gen-cool-doi'],universal_newlines=True)

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": "AMES automates updating repository metadata.",
  "name": "AMES: Automated Metadata Service",
  "codeRepository": "https://github.com/caltechlibrary/ames",
  "issueTracker": "https://github.com/caltechlibrary/ames/issues",
  "license": "https://data.caltech.edu/license",
  "version": "0.0.7",
  "author": [
    {
      "@type": "Person",
      "givenName": "Thomas E",
      "familyName": "Morrell",
      "affiliation": "Caltech Library",
      "email": "tmorrell@caltech.edu",
      "@id": "https://orcid.org/0000-0001-9266-5146"
    }
  ],
  "developmentStatus": "active",
  "downloadUrl": "https://github.com/caltechlibrary/ames/archive/0.0.7.zip",
  "keywords": [
    "GitHub",
    "metadata",
    "software"
  ],
  "maintainer": "https://orcid.org/0000-0001-9266-5146",
  "programmingLanguage": "Python"
}

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 10 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