Science Score: 52.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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
Organization caltechlibrary has institutional domain (www.library.caltech.edu) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.9%) to scientific vocabulary
Keywords
Repository
Controlled Object Lists and Datum
Basic Info
- Host: GitHub
- Owner: caltechlibrary
- License: other
- Language: TypeScript
- Default Branch: main
- Homepage: https://caltechlibrary.github.io/cold/
- Size: 4.81 MB
Statistics
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 8
- Releases: 29
Topics
Metadata Files
README.md
cold
Caltech Library maintains a list of people, groups and funders and their related identifiers. For many years these were managed using a spreadsheets. That has become cumbersome. COLD manages data as JSON objects in dataset collections.
COLD is implemented as three web web services
- cold web UI
- cold JSON API (provided by datasetd)
- cold reports (the report request system)
Reports are implemented as a set of programs or bash scripts.
TypeScript+Deno is used to implement the web UI and report system. The JSON API is provided by Dataset's datasetd. Access control is provided by the front end web server integrated with Shibboleth.
Release Notes
- version: 0.0.32
- status: wip
- released: 2025-05-16
Improved Funder metadata schema. Start integration of ROR data for Funder metadata. Added 'ror_import' to import a ROR data dump zipfile into 'ror.ds' dataset collection.
Authors
- Doiel, R. S.
Contributors
- Johnson, Kathy
- Morrell, Thomas E
Maintainers
- Doiel, R. S.
Software Requirements
- Deno >= 2.3.6
- Dataset >= 2.2.7
- CMTools >= 0.0.33
Software Suggestions
- GNU Make
- Pandoc 3.1
Runtime platform
- Deno 2.2
Related resources
Owner
- Name: Caltech Library
- Login: caltechlibrary
- Kind: organization
- Email: helpdesk@library.caltech.edu
- Location: Pasadena, CA 91125
- Website: https://www.library.caltech.edu/
- Repositories: 84
- Profile: https://github.com/caltechlibrary
We manage the physical and digital holdings of the California Institute of Technology, provide services and training, and develop open-source software.
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: software
title: cold
abstract: "Caltech Library maintains a list of people, groups and funders and their related identifiers. For many years these were managed using a spreadsheets. That has become cumbersome. **COLD** manages data as JSON objects in [dataset](https://github.com/caltechlibrary/dataset) collections.
**COLD** is implemented as three web web services
- cold web UI
- cold JSON API (provided by datasetd)
- cold reports (the report request system)
Reports are implemented as a set of programs or bash scripts.
TypeScript+Deno is used to implement the web UI and report system.
The JSON API is provided by Dataset's datasetd.
Access control is provided by the front end web server integrated with Shibboleth."
authors:
- family-names: Doiel
given-names: R. S.
orcid: https://orcid.org/0000-0003-0900-6903
email: rsdoiel@caltech.edu
contacts:
- family-names: Doiel
given-names: R. S.
orcid: https://orcid.org/0000-0003-0900-6903
email: rsdoiel@caltech.edu
repository-code: "https://github.com/caltechlibrary/cold"
version: 0.0.32
date-released: 2025-05-16
license-url: "https://caltechlibrary.github.io/cold/LICENSE"
keywords:
- metadata
- objects
- controlled vocabulary
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"codeRepository": "https://github.com/caltechlibrary/cold",
"author": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "rsdoiel@caltech.edu"
}
],
"contributor": [
{
"id": "https://orcid.org/0000-0002-0026-2516",
"type": "Person",
"givenName": "Kathy",
"familyName": "Johnson",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library, Caltech"
},
"email": "kjohnson@caltech.edu"
},
{
"id": "https://orcid.org/0000-0001-9266-5146",
"type": "Person",
"givenName": "Thomas E",
"familyName": "Morrell",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "tmorrell@caltech.edu"
}
],
"maintainer": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "rsdoiel@caltech.edu"
}
],
"dateCreated": "2023-12-12",
"dateModified": "2025-05-16",
"datePublished": "2025-05-16",
"description": "Caltech Library maintains a list of people, groups and funders and their related identifiers. For many years these were managed using a spreadsheets. That has become cumbersome. **COLD** manages data as JSON objects in [dataset](https://github.com/caltechlibrary/dataset) collections.\n\n**COLD** is implemented as three web web services\n\n- cold web UI\n- cold JSON API (provided by datasetd)\n- cold reports (the report request system)\n\nReports are implemented as a set of programs or bash scripts.\n\nTypeScript+Deno is used to implement the web UI and report system.\nThe JSON API is provided by Dataset's datasetd.\nAccess control is provided by the front end web server integrated with Shibboleth.",
"funder": [
{
"@id": "https://doi.org/10.13039/100006961",
"@type": "Organization",
"name": "Caltech Library"
}
],
"keywords": [
"metadata",
"objects",
"controlled vocabulary"
],
"name": "cold",
"license": "https://caltechlibrary.github.io/cold/LICENSE",
"operatingSystem": [
"Linux"
],
"programmingLanguage": [
"CSS",
"HTML",
"JavaScript",
"JSON",
"shell (Bash)",
"SQL",
"Typescript",
"YAML"
],
"relatedLink": [
"https://github.com/caltechlibrary/cold_ui",
"https://github.com/caltechlibrary/dataset",
"https://github.com/caltechlibrary/csvtextarea"
],
"runtimePlatform": "- Deno 2.2",
"softwareRequirements": [
"Deno >= 2.3.6",
"Dataset >= 2.2.7",
"CMTools >= 0.0.33"
],
"softwareSuggestions": [
"GNU Make",
"Pandoc 3.1"
],
"version": "0.0.32",
"developmentStatus": "wip",
"issueTracker": "https://github.com/caltechlibrary/cold/issues",
"downloadUrl": "https://github.com/caltechlibrary/cold/release/latest",
"releaseNotes": "Improved Funder metadata schema. Start integration of ROR data for Funder metadata. Added 'ror_import' to import a ROR data dump zipfile\ninto 'ror.ds' dataset collection."
}
GitHub Events
Total
- Create event: 22
- Issues event: 78
- Release event: 22
- Issue comment event: 55
- Push event: 230
Last Year
- Create event: 22
- Issues event: 78
- Release event: 22
- Issue comment event: 55
- Push event: 230
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 83
- Total pull requests: 0
- Average time to close issues: 2 months
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 1.08
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 46
- Pull requests: 0
- Average time to close issues: about 1 month
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 1.02
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- rsdoiel (55)
- tmorrell (29)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 26
proxy.golang.org: github.com/caltechlibrary/cold
- Homepage: https://github.com/caltechlibrary/cold
- Documentation: https://pkg.go.dev/github.com/caltechlibrary/cold#section-documentation
- License: BSD-3-Clause
-
Latest release: v0.0.31
published 10 months ago
Rankings
Dependencies
- github.com/go-sql-driver/mysql v1.6.0
- github.com/go-sql-driver/mysql v1.6.0
- lunr >=0.6.2
- progressbar2 >=4.0.0
- golang 1.20 build