-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
112 lines (112 loc) · 4.03 KB
/
about.html
File metadata and controls
112 lines (112 loc) · 4.03 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>cold</title>
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
<link rel="stylesheet" href="https://media.library.caltech.edu/cl-webcomponents/css/code-blocks.css">
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/copyToClipboard.js"></script>
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/footer-global.js"></script>
</head>
<body>
<header>
<a href="https://library.caltech.edu"><img src="https://media.library.caltech.edu/assets/caltechlibrary-logo.png" alt="Caltech Library logo"></a>
</header>
<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="about-this-software">About this software</h1>
<h2 id="cold-0.0.39c">cold 0.0.39c</h2>
<ul>
<li>clean up text in the collaborator_report.html page we’ll use for
testing collaborator report integration</li>
<li>fixed regression, issue #100, in group submission in people
form.</li>
<li>fixed issue #101 in review queue</li>
<li>fixed issue #102 in people edit</li>
<li>fixed regressions where the “[email protect]” string wound up in the
email field.</li>
<li>Moved JavaScript for problem code from <code>htdocs/js</code>,
re-coded as TypeScript with new implementations in
<code>htdocs/modules</code></li>
</ul>
<h3 id="authors">Authors</h3>
<ul>
<li>R. S. Doiel, <a href="https://orcid.org/0000-0003-0900-6903"
class="uri">https://orcid.org/0000-0003-0900-6903</a></li>
</ul>
<h3 id="contributors">Contributors</h3>
<ul>
<li>Kathy Johnson, <a href="https://orcid.org/0000-0002-0026-2516"
class="uri">https://orcid.org/0000-0002-0026-2516</a></li>
<li>Thomas E Morrell, <a href="https://orcid.org/0000-0001-9266-5146"
class="uri">https://orcid.org/0000-0001-9266-5146</a></li>
</ul>
<h3 id="maintainers">Maintainers</h3>
<ul>
<li>R. S. Doiel, <a href="https://orcid.org/0000-0003-0900-6903"
class="uri">https://orcid.org/0000-0003-0900-6903</a></li>
</ul>
<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.</p>
<p><strong>COLD</strong> is implemented as three web web services</p>
<ul>
<li>cold web UI</li>
<li>cold JSON API (provided by datasetd)</li>
<li>cold reports (the report request system)</li>
</ul>
<p>Reports are implemented as a set of programs or bash scripts.</p>
<p>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.</p>
<ul>
<li>License: <a href="https://caltechlibrary.github.io/cold/LICENSE"
class="uri">https://caltechlibrary.github.io/cold/LICENSE</a></li>
<li>GitHub: <a href="https://github.com/caltechlibrary/cold"
class="uri">https://github.com/caltechlibrary/cold</a></li>
<li>Issues: <a href="https://github.com/caltechlibrary/cold/issues"
class="uri">https://github.com/caltechlibrary/cold/issues</a></li>
</ul>
<h3 id="programming-languages">Programming languages</h3>
<ul>
<li>CSS</li>
<li>HTML</li>
<li>JavaScript</li>
<li>JSON</li>
<li>shell (Bash)</li>
<li>SQL</li>
<li>Typescript</li>
<li>YAML</li>
</ul>
<h3 id="operating-systems">Operating Systems</h3>
<ul>
<li>Linux</li>
</ul>
<h3 id="software-requirements">Software Requirements</h3>
<ul>
<li>Deno >= 2.7.11</li>
<li>Dataset = 2.3.4</li>
<li>CMTools >= 0.0.40</li>
</ul>
<h3 id="software-suggestions">Software Suggestions</h3>
<ul>
<li>GNU Make</li>
<li>Pandoc 3.1</li>
</ul>
</section>
<footer-global></footer-global>
</body>
</html>