Skip to content

Commit 7af782b

Browse files
author
R. S. Doiel
committed
commiting to main
1 parent 9c611fd commit 7af782b

8 files changed

Lines changed: 28 additions & 14 deletions
665 Bytes
Binary file not shown.
36.8 KB
Binary file not shown.
36.6 KB
Binary file not shown.
395 Bytes
Binary file not shown.

pagefind/pagefind-entry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.4.0","languages":{"en-US":{"hash":"en-US_181b7d64b846a","wasm":"en-US","page_count":33}},"include_characters":["_","","","","","","","","","_"]}
1+
{"version":"1.4.0","languages":{"en-US":{"hash":"en-US_c625e45371459","wasm":"en-US","page_count":33}},"include_characters":["_","","","","","","","","","_"]}
401 Bytes
Binary file not shown.

presentations/presentation2.html

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1>Caltech Library’s strategy: develop at the edges</h1>
5555
<ul>
5656
<li>Building lightweight services that sit alongside existing
5757
systems</li>
58-
<li>Using web APIs to exchange and enrich metadata</li>
58+
<li>Use web APIs to exchange and enrich metadata</li>
5959
<li>Keeping each service focused on one job it does well</li>
6060
</ul>
6161
<p>COLD is an example of this approach.</p>
@@ -71,9 +71,18 @@ <h1>The problem COLD solves</h1>
7171
<li><strong>Journals</strong> — preferred titles used in our IR</li>
7272
<li><strong>Subjects</strong> and <strong>Thesis options</strong></li>
7373
</ul>
74-
<p>These records need to be consistent across multiple systems. Before
75-
COLD, they lived in spreadsheets — our people list had grown to
76-
<strong>32 columns and over 8,900 rows</strong>.</p>
74+
<p>These records need to be consistent across multiple systems.</p>
75+
</div>
76+
<div id="what-were-tracking" class="slide section level1">
77+
<h1>What we’re tracking</h1>
78+
<ul>
79+
<li>9027 people</li>
80+
<li>109 groups</li>
81+
<li>8 funders</li>
82+
<li>4813 journals</li>
83+
<li>1 subject</li>
84+
<li>99 thesis options</li>
85+
</ul>
7786
</div>
7887
<div id="cold-today" class="slide section level1">
7988
<h1>COLD today</h1>
@@ -108,19 +117,20 @@ <h1>What library staff can do in COLD</h1>
108117
<li>Look up funder information from the Research Organization Registry
109118
(ROR)</li>
110119
<li>Search and browse the RDM submission review queue</li>
111-
<li>Request reports — results arrive by email and are downloadable as
112-
CSV or YAML</li>
120+
<li>Request reports and be notified by email when they are ready</li>
113121
</ul>
114122
</div>
115123
<div id="how-cold-connects-to-other-systems"
116124
class="slide section level1">
117125
<h1>How COLD connects to other systems</h1>
118-
<pre><code>COLD ──→ InvenioRDM controlled vocabularies (people, groups, journals, thesis options)
119-
COLD ──→ Feeds people and group metadata for public-facing library pages
120-
COLD ──→ RDM reports author reconciliation and review queue data
121-
COLD ←── RDM review queue snapshots pulled in for staff search
126+
<p>Retrieves data:</p>
127+
<pre><code>COLD ←── RDM review queue snapshots pulled in for staff search
122128
COLD ←── Caltech dir directory sync keeps people records current
123129
COLD ←── ROR funder data updated as ROR releases new dumps</code></pre>
130+
<p>Provides data:</p>
131+
<pre><code>COLD ──→ InvenioRDM controlled vocabularies (people, groups, journals, thesis options)
132+
COLD ──→ Feeds people and group metadata for public-facing library pages
133+
COLD ──→ RDM reports author reconciliation and review queue data</code></pre>
124134
<p>No plugins. No modifications to repository software. Just APIs
125135
exchanging JSON.</p>
126136
</div>
@@ -187,8 +197,6 @@ <h1>What COLD stores: the collections</h1>
187197
</tr>
188198
</tbody>
189199
</table>
190-
<p>All records are versioned — every change is preserved, nothing is
191-
deleted through the interface.</p>
192200
</div>
193201
<div id="people-records-the-richest-collection"
194202
class="slide section level1">

user_manual.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,13 @@ <h2 id="for-developers-and-maintainers">For Developers and
7272
COLD</a></li>
7373
<li><a href="adding_browser_features.html">Implementing browser side
7474
features in COLD</a></li>
75-
<li><a href="presentations/presentation1.html">Presentations</a></li>
75+
<li>Presentations
76+
<ul>
77+
<li><a href="presentations/presentation1.html">COLD: curating objects
78+
with Deno, Dataset and SQLite3</a> (SoCal Code4Lib, November 2024)</li>
79+
<li><a href="presentations/presentation2.html">COLD: Managing Metadata
80+
Across Library Systems</a> (April 2026)</li>
81+
</ul></li>
7682
</ul>
7783
</section>
7884
<footer-global></footer-global>

0 commit comments

Comments
 (0)