-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (81 loc) · 2.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>COLD (Controlled Object List and Datum (Concept))</title>
<link rel="stylesheet" href="/css/site.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">README</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="INSTALL.html">INSTALL</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="about.html">About</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="https://github.com/caltechlibrary/cold">GitHub</a></li>
</ul>
</nav>
<section>
<h1 id="cold-0.0.15">cold 0.0.15</h1>
<p>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. <strong>COLD</strong> manages
data as JSON objects in <a
href="https://github.com/caltechlibrary/dataset">dataset</a>
collections. TypeScript provides a middleware for the user interface
with datasetd providing object management. The front end web server
provides access control (e.g. via Shibboleth).</p>
<p><strong>COLD</strong> is implemented as a set of localhost web
services and collection of programs and scripts. The localhost web
services for managing controlled object lists and datum.</p>
<h2 id="release-notes">Release Notes</h2>
<ul>
<li>version: 0.0.15</li>
<li>status: wip</li>
<li>released: 2025-03-03</li>
</ul>
<p>Working proof of concept. Added a groups list to the people
object.</p>
<h3 id="authors">Authors</h3>
<ul>
<li>Doiel, R. S.</li>
</ul>
<h3 id="contributors">Contributors</h3>
<ul>
<li>Johnson, Kathy</li>
<li>Morrell, Thomas E</li>
</ul>
<h3 id="maintainers">Maintainers</h3>
<ul>
<li>Doiel, R. S.</li>
</ul>
<h2 id="software-requirements">Software Requirements</h2>
<ul>
<li>Deno >= 2.2.2</li>
<li>GNU Make</li>
<li>Pandoc >= 3.1</li>
<li>datasetd >= 2.1.23</li>
<li>CMTools >= 0.0.18</li>
</ul>
<h2 id="related-resources">Related resources</h2>
<ul>
<li><a
href="https://github.com/caltechlibrary/cold/release/latest">Download</a></li>
<li><a href="https://github.com/caltechlibrary/cold/issues">Getting
Help, Reporting bugs</a></li>
<li><a
href="https://caltechlibrary.github.io/cold/LICENSE">LICENSE</a></li>
<li><a href="INSTALL.html">Installation</a></li>
<li><a href="about.html">About</a></li>
</ul>
</section>
<footer>
<span>© 2025 <a href="https://www.library.caltech.edu/copyright">Caltech Library</a></span>
<address>1200 E California Blvd, Mail Code 1-32, Pasadena, CA 91125-3200</address>
<span><a href="mailto:[email protected]">Email Us</a></span>
<span>Phone: <a href="tel:+1-626-395-3405">(626)395-3405</a></span>
</footer>
</body>
</html>