Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 1.39 KB

File metadata and controls

62 lines (35 loc) · 1.39 KB

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.39c
  • status: active
  • released: 2026-04-09

clean up text in the collaborator_report.html page we'll use for testing collaborator report integration

Authors

  • Doiel, R. S.

Contributors

  • Johnson, Kathy
  • Morrell, Thomas E

Maintainers

  • Doiel, R. S.

Software Requirements

  • Deno >= 2.7.11
  • Dataset = 2.3.4
  • CMTools >= 0.0.40

Software Suggestions

  • GNU Make
  • Pandoc 3.1

Related resources